aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Spanish translationJorge González2010-07-091-286/+294
|
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-099-46/+30
| | | | | Also replace "$USER_DATA_DIR/cache" path constructions with e_get_user_cache_dir().
* Bug #623796 - Post Message to List asks for confirmation on closeMilan Crha2010-07-091-13/+10
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-0963-825/+979
|
* Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-088-39/+17
|
* Updated Slovenian translationMatej Urbančič2010-07-061-39/+1423
|
* Bug 623432 - Use gweather-3.0 when building with gtk3Maciej Piechotka2010-07-041-4/+8
|
* Updated Spanish translationJorge González2010-07-011-194/+227
|
* Updated Slovenian translationAndrej Žnidaršič2010-06-301-1364/+3
|
* Updated Slovenian translationAndrej Žnidaršič2010-06-301-6754/+7895
|
* Bug 623201 - Set default options automatically while creating a new accountChenthill Palanisamy2010-06-301-1/+12
|
* MeeGo Bugzilla #3286 - Allow edit accounts in the capplet to goSrinivasa Ragavan2010-06-301-2/+2
| | | | fwd/back.
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-305-0/+57
| | | | API was deprecated and removed in less than two hours! Sheesh!
* Updated Galician translationsFran Diéguez2010-06-301-2/+25
|
* Updated Galician translationsFran Diéguez2010-06-301-1/+1
|
* post release version bumpChenthill Palanisamy2010-06-301-1/+1
|
* News update for 2.31.4 releaseEVOLUTION_2_31_4Chenthill Palanisamy2010-06-301-0/+63
|
* Bug 623157 - Missing linker flag in dbx-importGuido Günther2010-06-301-0/+1
|
* Use the correct evolution-shell pkg-config file.Matthew Barnes2010-06-303-2/+7
| | | | | | evolution-mail-3.0 and evolution-calendar-3.0 should require evolution-shell-3.0. evolution-mail and evolution-calendar should require evolution-shell.
* Clean up pkg-config files during distclean.Matthew Barnes2010-06-301-0/+6
|
* TEMPORARILY build without inline images in distcheck.Matthew Barnes2010-06-301-0/+1
| | | | Will revert this when we see a gtkimageview release that uses gtk+-3.0.
* TEMPORARILY build without weather calendars in distcheck.Matthew Barnes2010-06-301-0/+1
| | | | Will revert this when we see a libgweather-2.90.x release.
* Add missing files to po/POTFILES.in.Matthew Barnes2010-06-301-0/+2
|
* Fix pkg-config file management when using gtk+-3.0.Matthew Barnes2010-06-301-4/+5
|
* Remove an obsolete GTK+ header include.Matthew Barnes2010-06-291-1/+0
|
* Bump reqs on more libraries that don't link to gtk+-3.0 yet.Matthew Barnes2010-06-291-14/+21
| | | | | | | | | These are bogus versions to force the plugins that use them to be disabled. champlain-gtk >= 0.8 (latest is 0.7) clutter-gtk >= 1.0 (latest is 0.90.1) gtkimageview >= 2.0 (latest is 1.6)
* Require gweather >= 2.90.0 when building against gtk+-3.0.Matthew Barnes2010-06-291-4/+4
| | | | | Note, at this moment libgweather-2.90.0 doesn't exist. The version requirement is a guess. The tarball should appear "any minute now".
* Require libnotify >= 0.5.1 when building against gtk+-3.0.Matthew Barnes2010-06-291-2/+5
|
* Build against gtk+-3.0 when running distcheck.Matthew Barnes2010-06-291-0/+1
|
* Show the GTK+ package in configure summary.Matthew Barnes2010-06-291-0/+1
|
* add gtkhtml-editorChenthill Palanisamy2010-06-291-1/+1
|
* remove the duplicate stringChenthill Palanisamy2010-06-291-1/+1
|
* Add Outlook Express DBX mailbox file importer pluginDavid Woodhouse2010-06-294-1/+824
| | | | [patch v2: Don't error on empty mailboxes, build plugin by default]
* look for gtkhtml-editor-3.14 while using gtk2Chenthill Palanisamy2010-06-291-1/+1
|
* set gtk3 minimum version 2.90.4Chenthill Palanisamy2010-06-291-3/+3
|
* Use version 3.0 for evolution-<module>.pc files while compiling with gtk3. ↵Chenthill Palanisamy2010-06-294-33/+93
| | | | Set dependencies right between gtk3 and gtk2 compilations
* Updated Galician translationsFran Diéguez2010-06-291-772/+660
|
* Bug #623029 - Work week days not restored on startMilan Crha2010-06-281-0/+3
|
* use gtk-3.0 if availableChenthill Palanisamy2010-06-281-2/+12
|
* audio-inline: Fix linking order issue.Matthew Barnes2010-06-271-2/+2
|
* Minor updates to Dutch translation by Armijn HemelWouter Bolsterlee2010-06-271-18/+18
|
* Bug 622535 - Account assistant loops on first runMatthew Barnes2010-06-262-81/+113
| | | | | | | | | | | The issue was EConfig's GtkAssistantPageFunc callback assumed the pages in the GtkAssistant were sorted, but that assumption breaks as EPlugins with custom EConfigItemFactoryFunc callbacks are introduced and EConfig has to rebuild its assistant pages. It's an unnecessary requirement anyway, since EConfig already keeps a sorted list of widgets internally. After correcting that assumption a number of hacks addressing previous page ordering bugs fell out.
* Bug #553104 - Ambiguous "for" in calendar translationsMilan Crha2010-06-252-12/+12
|
* Bug #621770 - Bottom-left calendar too bigMilan Crha2010-06-252-2/+1
|
* Bug #617854 - Critical warnings in calendar viewMilan Crha2010-06-251-2/+0
|
* EHintedEntry: Don't select hints on grab_focus().Matthew Barnes2010-06-251-0/+29
|
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-258-6/+100
| | | | | This gives EShellSearchbar something concrete to call to direct focus away from itself instead of tabbing forward and hoping for the best.
* Bug #620815 - Memory leaks with EvolutionMilan Crha2010-06-258-28/+32
|
* Bug 622633 - Can't launch Evolution from clock appletMatthew Barnes2010-06-254-9/+94
|
* Bug #621903 - Crash on HTML message print previewMilan Crha2010-06-241-0/+6
|
* Bug 622547 - mail_async_event_destroy() doesn't cancel its idle callbackMatthew Barnes2010-06-242-7/+14
|
* Bug 604262 - "Copy Email Address" should also copy to primary clipboardMatthew Barnes2010-06-241-0/+4
|
* Bug 622559 - Changing search option should focus search entryMatthew Barnes2010-06-242-21/+24
|
* Bug #611165 - Use memo start date from a calendar view, if activeMilan Crha2010-06-245-4/+65
|
* Bug #620246 - Increase size of 'group' combo box in taskMilan Crha2010-06-241-1/+2
|
* Composer: Append drag dest targets to the GtkHTML widget.Matthew Barnes2010-06-231-0/+32
| | | | | | This is so that GtkHTML doesn't have to register drag destination targets that that it can't handle itself, like "text/calendar" and "text/x-vcard".
* Bug 331305 - Can't drag email addresses to Contact List EditorMatthew Barnes2010-06-233-56/+40
|
* Bug 621819 - Can't drag message attachments to foldersMatthew Barnes2010-06-231-9/+3
|
* Various folder tree icon enhancements.Matthew Barnes2010-06-231-32/+73
| | | | | | | | - Show selected folders with plain folder icons as "folder-open". - When a folder is a valid drag destination, use "folder-drag-accept". - When dragging folders, show the tree view row being dragged.
* Updated Spanish translationJorge González2010-06-231-1014/+1073
|
* Use an appropriate icon when dragging attachments.Matthew Barnes2010-06-234-5/+122
|
* Bug 622329 - Help menu points to the wrong FAQ pageMatthew Barnes2010-06-221-1/+1
|
* Don't auto-undelete when viewing Trash folder.Matthew Barnes2010-06-221-4/+13
| | | | | | | | When a user marks a deleted message as important or unread in a normal folder, we automatically undelete the message. Doing so when viewing a virtual Trash folder makes the message immediately disappear (since it's no longer trash), which tends to confuse and alarm users. So limit this behavior to normal folders.
* Bug 619347 - Contact List Editor calls wrong EDestination functionMatthew Barnes2010-06-211-1/+1
|
* Bug 620951 - A11y support still thinks GnomeCalendar is a widgetMatthew Barnes2010-06-212-4/+0
|
* Revert "Bug 581032 – Some links can't be opened"Matthew Barnes2010-06-211-9/+2
| | | | | | | This reverts commit 8b32dcadba4c705af60b1e33b24f46d97f7181d6. Breaks opening more common URL-encoded links (see bug #621721). Will take a closer look at the test case in bug #581032.
* Composer: Only hide single From account in express mode.Matthew Barnes2010-06-214-22/+84
| | | | | | At least until we have another way to insert signatures. Obvious solution: Insert -> Signature -> (list of your signatures)
* Bug 621759 - EShellSearchbar reference counting errorsMatthew Barnes2010-06-211-7/+2
|
* Bug 621210 - Can't get the shell back after closing itMatthew Barnes2010-06-211-1/+30
|
* EShell cleanups.Matthew Barnes2010-06-211-3/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-20114-2222/+1970
|
* Don't bother translating GnomeCanvas GObject properties.Matthew Barnes2010-06-204-109/+106
|
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-197-56/+100
|
* Bug 621958 - Due date is not displayed in message listMatthew Barnes2010-06-191-2/+2
|
* Left-align text in switcher buttons.Matthew Barnes2010-06-191-0/+7
|
* Added Norwegian bokmål translationKjartan Maraas2010-06-191-391/+737
|
* Updated Galician translationsFran Diéguez2010-06-191-448/+439
|
* Bug 619098 - mail_shell_backend_sync_store_cb() has wrong signatureJonathon Jongsma2010-06-181-0/+1
|
* [win32] Don't run evolution when asked to register handlers.Fridrich Štrba2010-06-181-0/+3
|
* [win32] add --register-handlers and --unregister-handlers optionsFridrich Štrba2010-06-183-2/+27
| | | | and don't tamper with registry unless asked for it explicitely.
* Bug 621930 - Error when using Assign Color filter actionLucian Langa2010-06-182-2/+2
|
* Warn the user before marking all messages as readChenthill Palanisamy2010-06-171-9/+22
|
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-174-51/+145
|
* Now it looks like libart_lgpl directory is callcatcher cleanFridrich Štrba2010-06-1615-609/+0
|
* Remove unused libart_lgpl API.Matthew Barnes2010-06-1636-5422/+0
| | | | According to CallCatcher.
* Install header files for libgnomecanvas and libart_lpgl.Matthew Barnes2010-06-162-76/+79
|
* Remove libgnomecanvas-2.0 from pkg-config files.Matthew Barnes2010-06-163-3/+3
|
* Fix typo in mail-folder-cache.c:rename_foldersMilan Crha2010-06-161-1/+1
|
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-1620-240/+508
| | | | | | | | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas.
* Remove gnome-pilot integration.Matthew Barnes2010-06-1637-9401/+11
| | | | | | | | | | | | | | | | It just doesn't belong in Evolution anymore. We don't support syncing with more modern devices -- see Conduits or SyncEvolution for that -- so it does not make sense for older model Palm Pilot PDAs to be the lone exception. I have repackaged the Evolution-Data-Server conduit modules to be provided by gnome-pilot itself in bug #619315. This should provide eqivalent Palm Pilot syncing functionality; it's just being moved to gnome-pilot. This completely severs our dependency on deprecated GNOME 2.x libraries which were still being dragged in by way of gnome-pilot dependencies. It was also interfereing with our bundling of libgnomecanvas.
* Bug #206061 - Allow normal, non-vFolder, Trash and Junk folderMilan Crha2010-06-153-3/+300
|
* Bug 585904 - Don't overwrite Date: header when writing FccDavid Woodhouse2010-06-151-1/+0
|
* Bug #617557 - Quits without asking user to save unfinished messagesMilan Crha2010-06-153-47/+114
| | | | The second attempt.
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-1520-508/+240
| | | | | | | This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem.
* Bug #534369 - [new-mail-notify] Intermittent notificationsMilan Crha2010-06-152-5/+13
|
* Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-155-16/+16
|
* Add some missing linker flags.Matthew Barnes2010-06-153-14/+18
|
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-1520-240/+508
| | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way.
* Updated Galician translationsFran Diéguez2010-06-151-60/+408
|
* Fix build breakage.Matthew Barnes2010-06-141-0/+2
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-14143-9/+36835
| | | | | | Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries...
* Updated Norwegian bokmål translationKjartan Maraas2010-06-141-1607/+1691
|
* Updated Galician translationsFran Diéguez2010-06-131-8/+15
|
* Updated Galician translationsFran Diéguez2010-06-131-595/+638
|
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-139-70/+170
|
* Bug #619218 - Should select imported certificate when succeededMilan Crha2010-06-123-47/+400
|
* Bug 585301 - Use camel_init() to initialize NSS consistentlyDavid Woodhouse2010-06-111-53/+6
| | | | The logic for working out what database to use should only be in one place.
* fixed an error in previous commitChenthill Palanisamy2010-06-111-1/+1
|
* Return back accidentally dropped widgetsMilan Crha2010-06-101-0/+25
|
* use gdk_drag_context_get_action instead of ↵Chenthill Palanisamy2010-06-101-0/+4
| | | | gdk_drag_context_get_selected_action for gtk version 2.21.1
* post release version bumpChenthill Palanisamy2010-06-101-2/+2
|
* updating the version for 2.31.3.1 releaseEVOLUTION_2_31_3_1Chenthill Palanisamy2010-06-101-2/+2
|
* Check for gtk version below 2.21.1 for comptability with gseal changesChenthill Palanisamy2010-06-101-2/+3
|
* Prevent a null pointer crash in strcmpFridrich Štrba2010-06-091-1/+1
|
* Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flagMilan Crha2010-06-091-1/+1
|
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-085-123/+69
|
* Bug #611100 - Forward-to filter stops at outboxMilan Crha2010-06-082-2/+41
|
* Version typo in the NEWS fileMilan Crha2010-06-071-1/+1
|
* Bug #573228 - Make the "This event has alarms" icon clickableMilan Crha2010-06-071-9/+28
|
* post release version bumpChenthill Palanisamy2010-06-071-1/+1
|
* News update for 2.31.3 releaseEVOLUTION_2_31_3Chenthill Palanisamy2010-06-071-0/+56
|
* Coding style and whitespace cleanups.Matthew Barnes2010-06-0720-501/+773
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-06-061-56/+65
|
* Add more missing icons for GtkhtmlEditor.Matthew Barnes2010-06-067-0/+6
| | | | | | | | | | | | | | | | | | | | | | The GtkhtmlEditor HTML toolbar uses some legacy stock icons: stock_insert-rule stock_insert-table stock_text-monospaced Technically these belong in the GtkHtml package. Couple reasons why I'm not doing that. 1) Evolution should be the only consumer of GtkhtmlEditor at this point, and when we finally dump GtkHtml for WebKit I expect the composer UI to stay basically the same. So GtkhtmlEditor will have to be gutted, renamed, and moved into Evolution, along with the legacy icons. So they're going to end up here in the long run anyway. 2) GtkHtml doesn't ship any of its own icons currently, so I'd have to reconstruct all the autotools scripts for icons already in Evolution, figure out a sensible install path, make sure GtkIconTheme knows to look for icons there, etc. Just not worth the hassle.
* Updated Thai translation.Sira Nokyoongtong2010-06-061-4937/+5012
|
* Bug 620150 - EventEditor: Disconnect signal handlers before disposing modelMatthew Barnes2010-06-061-0/+2
|
* Fix orientations in task-page.ui.Matthew Barnes2010-06-061-295/+108
|
* Bug 620602 - Next/prev shortcuts should focus message listMatthew Barnes2010-06-062-5/+8
|
* Bug 620628 - Checkbox in vfolder deletion prompt is saved backwardsMatthew Barnes2010-06-061-2/+2
|
* Bug 620635 - do not setup proxy if it's not enabledLucian Langa2010-06-061-6/+10
|
* Set the GTK+ backward compatibility check to 2.21.2.Matthew Barnes2010-06-051-1/+1
|
* More GTK3 preparation.Matthew Barnes2010-06-0419-126/+319
| | | | | This uses the new gtk_assistant_commit() I had added to GTK+ for our EImportAssistant progress page.
* Updated Galician translationsFran Diéguez2010-06-041-201/+224
|
* Add translator comments in mail-to-task pluginMilan Crha2010-06-031-0/+18
|
* Updated Spanish translationJorge González2010-06-031-156/+157
|
* Bug 257776 - Import assistant shows wrong extension for vCalendar filesMatthew Barnes2010-06-031-1/+1
|
* Hook up GNOME's configured SOCKS4 proxy in the mail sessionFederico Mena Quintero2010-06-031-3/+66
| | | | | | | This requires the version of libcamel which has camel_session_set_socks_proxy(). Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-0317-420/+743
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Use the send_port, not the recv_port, when configuring SMTP for an accountFederico Mena Quintero2010-06-021-2/+2
| | | | | | | This was just a cut&paste bug; it caused the SMTP port to be overwritten with the receiving port (for IMAP, POP, etc.). Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Estonian translation updatedIvar Smolin2010-06-011-70/+50
|
* Revert of patch for bug #585577Milan Crha2010-06-011-36/+2
|
* Bug 620207 - Receiving options are missing in preference windowChenthill Palanisamy2010-06-011-9/+2
|
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-0116-205/+246
| | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay).
* [win32] Relocate the position of mail-autoconfig directoryFridrich Štrba2010-05-311-0/+1
|
* Use EWebView functions whenever possible.Matthew Barnes2010-05-312-2/+8
|
* Updated Galician translationsFran Diéguez2010-05-301-214/+219
|
* Bug 617579 - HIG issues in "Save Current View" dialogMatthew Barnes2010-05-302-147/+97
|
* Bug 617094 - System timezone label not initialized in preferencesMatthew Barnes2010-05-302-9/+15
| | | | | Gert Kulyk gets credit for solving the bug, I just refactored the code a bit more heavily.
* Bug 619345 - GtkHTML color settings not being honoredMatthew Barnes2010-05-303-16/+1
| | | | Includes some minor code cleanups related to this investigation.
* Bug 620044 - Reply and Forward actions should have "is-important" setMatthew Barnes2010-05-301-1/+11
|
* Bug 585301 - Use NSS SQLite database, if availableCraig Ringer2010-05-301-11/+34
|
* Bug 619417 - system_tz_label is not translated in cal-prefs-dialogGert Michael Kulyk2010-05-291-1/+1
| | | | | Translate system_tz_label too, as every occurence of timezone names is getting translated in this dialog.
* Fix alignment of lblCarset in composer-prefs-dialogGert Michael Kulyk2010-05-291-0/+2
|
* Updated Spanish translationJorge González2010-05-291-18/+26
|
* Updated Spanish translationJorge González2010-05-291-204/+214
|
* Bug 585577 - Wrong FROM in envelope during SMTP negotiationFabien Tassin2010-05-291-2/+36
|
* Bug 619637 - Inconsistent buttons in delete confirmation dialogsMatthew Barnes2010-05-293-28/+28
|
* Updated Galician translationsFran Diéguez2010-05-291-1014/+1065
|
* Bug 619783 - Web Addresses arrow button doesn't changeMatthew Barnes2010-05-291-1/+1
|
* Remove unnecessary conditional compilation macro.Matthew Barnes2010-05-291-4/+0
|
* Fix a duplicate statement in em-folder-tree.c.Matthew Barnes2010-05-291-2/+0
|
* Revert "Bug #608203 - Left pane of mailer window is really narrow at startup"Matthew Barnes2010-05-292-46/+21
| | | | | | | This reverts commit 0cdd9484fec0b1fec0801df7d7e0b05c6544ba9b. Causes the Mail window to erroneously switch to Contacts when opening the Contacts window in express mode.
* Bug 613038 - Preview pane size not rememberedMatthew Barnes2010-05-294-53/+129
| | | | | | | Converted size restoration of all preview panes to be triggered by EShellWindow::shell-view-created signal. The signal is emitted when the view is fully initialized and visible. Shell views can use that as a trigger for restoring pane sizes from GConf.
* Hide extra toolbars when not in Express mode.Matthew Barnes2010-05-291-7/+11
|
* Updated Spanish translationJorge González2010-05-291-332/+328
|
* Bug 619903 - Event editor is too small in express modeMatthew Barnes2010-05-291-2/+2
|
* CompEditor cleanup.Matthew Barnes2010-05-291-41/+24
|
* Fix another runtime warning.Matthew Barnes2010-05-281-4/+4
|
* Fix a runtime warning on calendar startup.Matthew Barnes2010-05-282-6/+7
|
* Fix critical warning in calendar express mode.Matthew Barnes2010-05-281-13/+9
|
* Simplify the Notes tab in Contact Editor.Matthew Barnes2010-05-281-2971/+1794
|
* Bug 619900 - First widget skipped in e_shell_hide_widgets_for_express_mode()Matthew Barnes2010-05-281-6/+4
|
* Bug 619904 - Mnemonic issues in express modeMatthew Barnes2010-05-283-7/+7
|
* Minor EShellWindow cleanup.Matthew Barnes2010-05-281-3/+6
|
* Install evolution-alarm-notify into bindir for windowsFridrich Štrba2010-05-281-0/+4
|
* Bug #573510 - Outlook type CSV import brokenMilan Crha2010-05-281-79/+143
|
* [win32] Set a path in evolution-alarm-notify binary,Fridrich Štrba2010-05-281-0/+10
| | | | | so it finds its dependencies even if it is started by a link in StartUp submenu of Program menu.
* Bug #313791 - Delegator can be repeated when delegating a meetingMilan Crha2010-05-283-55/+46
|
* Bug 619781 - Some preference sections don't show the right preferencesMatthew Barnes2010-05-281-1/+1
|
* Bug #248105 - No warning if you create an appointment in the pastMilan Crha2010-05-275-15/+161
|
* Revert "don't bridge to the active-view gconf setting"Matthew Barnes2010-05-271-3/+1
| | | | | | This reverts commit 2d68130cad1642c1995f3d4e8c3bc18b77977213. Need to fix GConfBridge instead.
* Refix bug #613798 - Marcus Bains line is greyMatthew Barnes2010-05-271-2/+0
| | | | Regression introduced by the express2 merge.
* Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-05-275-11/+11
| | | | | | | This reverts commit 43e2c871a418b560b391af00df2b10896055026c. Correct icon name is "mail-mark-notjunk". The previous fix got clobbered by the express2 merge.
* Bug 619811 - Bogus "Cannot update from version 0.0" dialog on startMatthew Barnes2010-05-271-0/+4
|
* Estonian translation updatedIvar Smolin2010-05-271-108/+137
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-2724-79/+153
|
* Fix linking issue in bogo-junk-plugin.Matthew Barnes2010-05-271-0/+1
|
* Updated Spanish translationJorge González2010-05-271-830/+860
|
* Fix linking issue in sa-junk-plugin.Matthew Barnes2010-05-271-0/+1
|
* Some post-merge cleanup.Matthew Barnes2010-05-272-32/+5
|
* Merge branch 'express2'Matthew Barnes2010-05-27108-7780/+7423
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-2546-254/+287
| |
| * Fix compiler warnings.Matthew Barnes2010-05-256-81/+88
| |
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-2541-548/+750
| |\
| | * Estonian translation updatedIvar Smolin2010-05-251-78/+28
| | |
| | * Bug #617557 - Quits without asking user to save unfinished messagesMilan Crha2010-05-211-13/+14
| | |
| | * Bug #531013 - Proxy login window is not in focus.Vibha Yadav2010-05-211-0/+3
| | | | | | | | | | | | Grab focus for the Proxy Login window.
| | * Bug 608855 - Can't drag and drop multiple attachmentsMatthew Barnes2010-05-214-24/+175
| | | | | | | | | | | | Based on EggTreeMultiDragSource in libegg.
| | * Bug #616889 - Force 24h format for locales not supporting 12h formatGert Michael Kulyk2010-05-211-0/+5
| | |
| | * On Windows, some LDIF files can have .ldi extensionFridrich Štrba2010-05-201-2/+2
| | |
| | * Create the source groups required to ensure local adresssbooks and calendars ↵Chenthill Palanisamy2010-05-202-0/+8
| | | | | | | | | | | | are created
| | * Improve attachment bar selection behavior.Matthew Barnes2010-05-203-105/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some improvements made while investigating bug #608855. This does not solve the bug however, and in fact I now believe the bug is actually a GTK+ issue after reproducing the bug in gtk-demo. These improvements restore multiple selections via Ctrl+Click and Shift+Click, and also reduces the frequency that we synchronize the selection between Icon View and Tree View.
| | * Bug 612082 - Crash in em_format_snoop_typeMichel Dänzer2010-05-191-2/+3
| | | | | | | | | | | | | | | | | | | | | This is not a final solution to the bug, but merely avoids a NULL pointer dereference which is likely a symptom of a deeper problem. Signed-off-by: Michel Dänzer <michel@daenzer.net>
| | * Bug #617041 - Set translation domain for e-mail-reader actionsGert Kulyk2010-05-191-0/+1
| | |
| | * [win32] Try to get the default application registration rightFridrich Štrba2010-05-192-4/+5
| | |
| | * Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-193-22/+38
| | |
| | * Bug 594153 (3/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related.
| | * Bug 594153 (2/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
| | * Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-195-13/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group.
| | * [win32] Implement --reinstall, --show-icons, --hide-icons optionsFridrich Štrba2010-05-182-68/+89
| | | | | | | | | | | | to be used by windows default application setting dialogue
| | * Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-183-23/+38
| | | | | | | | | | | | | | | | | | | | | | | | Closing an EMailBrowser window causes it to be disposed immediately, but ongoing async operations still hold an EMailBrowser reference -- in particular, regenerating the internal message list and fetching a mail message. The callback functions for these operations were not equipped to deal with the disposed-but-not-yet-finalized object.
| | * EMailBrowser cleanup.Matthew Barnes2010-05-181-3/+2
| | |
| | * Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-188-47/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
| | * Ouch, fix a typo!Fridrich Štrba2010-05-171-1/+1
| | |
| | * [win32] Make Evolution actually appear in "Set Program Access andFridrich Štrba2010-05-171-12/+6
| | | | | | | | | | | | | | | | | | Defaults" dialogue and use quoted string instead of short path, since this is how the "Hotmail" e-mail provider is doing it (unlike what documentation says)
| | * [win32] Don't call glib functions before g_thread_init was called andFridrich Štrba2010-05-171-7/+12
| | | | | | | | | | | | register evolution as capable to handle mailto: protocol on startup
| | * Estonian translation updatedIvar Smolin2010-05-151-100/+78
| | |
| | * Bug #531912 - Mail inline parser doesn't always workMilan Crha2010-05-142-29/+54
| | |
| * | get the composer dialog size right on MeeGoMichael Meeks2010-05-211-1/+2
| | |
| * | Merge commit 'origin/express2' into express2Michael Meeks2010-05-1939-11376/+13275
| |\ \
| | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-1739-11376/+13275
| | |\|
| | | * Bug 615745 - New task pop up in calendar day view doesn't workMatthew Barnes2010-05-142-10/+28
| | | |
| | | * Initial implementation of setting evolution as default mail client and ↵Fridrich Štrba2010-05-133-1/+314
| | | | | | | | | | | | | | | | mailto handler.
| | | * Bug 615291 - Preview pane's attachment bar accepts dropMatthew Barnes2010-05-121-5/+14
| | | |
| | | * Bug 618400 - "Mark All Messages as Read" shortcut missingMatthew Barnes2010-05-121-1/+1
| | | |
| | | * Bug 616640 - Don't display attachment size if it's unknownMatthew Barnes2010-05-121-2/+5
| | | |
| | | * [win32] Set patch to evolution's bindir because some child processesFridrich Štrba2010-05-111-0/+9
| | | | | | | | | | | | | | | | need it in some situations.
| | | * Updated German help translationChristian Kirbach2010-05-111-2/+1
| | | |
| | | * [help] Updated German help translation screenshotsChristian Kirbach2010-05-1119-14/+4
| | | |
| | | * Bug #616823 - Evolution allows moving IMAP Inbox to other foldersMilan Crha2010-05-111-1/+25
| | | |
| | | * Bug #618177 - Mobile Phone of imported contacts not shown in previewMilan Crha2010-05-101-11/+20
| | | |
| | | * Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-092-0/+5
| | | |
| | | * Bug #593890 - New folder window is not in focus in filter dialogMilan Crha2010-05-041-1/+5
| | | |
| | | * Updated Latvian translation.Rudolfs Mazurs2010-05-041-11294/+12796
| | | |
| | | * Bug #611560 - 'Mark as junk' should be disabled in junk folderMilan Crha2010-05-042-2/+7
| | | |
| | | * Updated German help translationChristian Kirbach2010-05-031-24/+33
| | | |
| | | * Bug #614346 - Use cached table row height rather than recalculateMichel Dänzer2010-04-301-11/+11
| | | |
| | | * Revert "Work around another dropped gnome-icon-theme icon."Matthew Barnes2010-04-305-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954.
| | | * Bug #617150 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0
| | | | | | | | | | | | | | | | The returned widget does not have a reference added, so you do not need to unref it.
| | | * Bug #604430 - Calendar view not rememberedMilan Crha2010-04-281-2/+3
| | | |
| | | * Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-271-0/+5
| | | |
| | | * One more fix of the icon installationFridrich Štrba2010-04-271-1/+1
| | | |
| | | * Fix a typo on Makefile.am that prevents installation of a big chunkFridrich Štrba2010-04-271-1/+1
| | | | | | | | | | | | | | | | of the stock icons
| | | * Updated Latvian translation.Peteris Krisjanis2010-04-271-9948/+13369
| | | |
| | | * Use default headers when none stored to display in mailerMilan Crha2010-04-271-2/+5
| | | | | | | | | | | | | | | | As part of bug #603418, to fix a corner case
| | | * Fix linking of face pluginFridrich Štrba2010-04-261-0/+1
| | | |
| | | * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-266-130/+216
| | | |
| | | * Bug #613392 - No copyright/licensing information for geo-utilsCedric Bosdonnat2010-04-262-0/+44
| | | |
| | | * Fixing a packaging mess due to a typo in configure.acFridrich Štrba2010-04-261-2/+2
| | | |
| | | * Post-release version bump.Matthew Barnes2010-04-261-1/+1
| | | |