aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not call gtk_main_quit() on shell quit when none is runningMilan Crha2012-01-061-1/+2
|
* Updated Russian translationYuri Myasoedov2012-01-061-6313/+7478
|
* Make em_utils_generate_account_hash() private.Matthew Barnes2012-01-053-60/+59
| | | | | | Only used by em_utils_get_reply_all(), and the hash table it returns is not safe for general-purpose use. Make it a static function and rename it generate_recipient_hash().
* Bug #664370 - Crash when putting same component into icalcomponentKai Juse2012-01-053-4/+4
|
* Bug #667185 - Menu items from plugins not translatedMilan Crha2012-01-052-0/+67
|
* get_receive_type(): Avoid hard-coding built-in mail store names.Matthew Barnes2012-01-041-3/+3
|
* Bug #665036 - Memory leaks spot in Contacts viewMilan Crha2012-01-046-16/+52
|
* [l10n]Updated Turkish translationMuhammet Kara2012-01-041-6407/+7376
|
* Bug #666832 - Skip local/vfolder services from Send/Receive updateMilan Crha2012-01-041-0/+8
|
* Inherit smaller time division from preferences in day calendar printoutMilan Crha2012-01-041-21/+41
|
* Bug #661885 - Disable horizontal scrolling in filter rule editorMilan Crha2012-01-031-1/+12
|
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-0321-9/+67
|
* Bug #343499 - Contacts not sorted the right way on print outMilan Crha2012-01-021-3/+5
|
* Bug #641154 - Crash in emae_check_authtype_doneMilan Crha2012-01-021-6/+34
|
* EComposerHeaderTable: Rearrange initialization code.Matthew Barnes2012-01-011-153/+154
| | | | Prefer GObjectClass.constructed() over GObjectClass.constructor().
* Move gtkhtml data encoding/decoding to e-composer-private.c.Matthew Barnes2012-01-013-97/+89
| | | | Simplify the algorithms, trading efficiency for readability.
* Composer cleanups.Matthew Barnes2012-01-018-41/+70
|
* EMailAccountStore: Avoid a bogus runtime warning.Matthew Barnes2011-12-311-5/+6
| | | | | | If the number of SortOrder items in sortorder.ini disagrees with the number of services in the EMailAccountStore, silently revert to the default ordering rather than emitting a runtime warning.
* Move EMailLabelListStore to EMailSession.Matthew Barnes2011-12-259-125/+129
| | | | | Access the EMailLabelListStore through EMailSession instead of EShellSettings, which was a quick hack of mine during kill-bonobo.
* Remove unnecessary #include <e-util/e-dialog-widgets.h>Matthew Barnes2011-12-245-5/+0
|
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-245-57/+84
| | | | Silly function. Do it manually or use a GtkComboBoxText.
* Remove e_dialog_editable_get().Matthew Barnes2011-12-248-98/+59
| | | | | Silly function. Use gtk_entry_get_text() for a const string or else gtk_editable_get_chars() for an allocated string.
* Remove e_dialog_editable_set().Matthew Barnes2011-12-248-43/+43
| | | | Silly function. Use gtk_entry_set_text().
* fixing double free error and using source host for comparisonPunit Jain2011-12-231-6/+13
|
* Bug #612257 - Sanitize widgets in alarm notification dialogMilan Crha2011-12-231-11/+15
|
* Bug#636214 Use CamelSettings instead of CamelURLPunit Jain2011-12-231-51/+38
|
* Bug 664003 - Cannot modify account name in account assistantpunit2011-12-231-102/+102
|
* Bug 666695 - Wrong schema for relocatable path in evolution.convertMatthew Barnes2011-12-231-1/+1
|
* Bug 666675: Remove evolution-addressbook-cleanMatthew Barnes2011-12-232-37/+2
| | | | | References evolution-addressbook-import, which was removed in 2007. Clearly no point in keeping this script around.
* Bug 666706 - MailFolderCache: Crash on visiting a renamed folderMatthew Barnes2011-12-231-1/+3
|
* Bug #357175 - IMAP alerts still too intrusiveMilan Crha2011-12-231-2/+59
|
* Fix a typo in a commit for a bug #666490Milan Crha2011-12-231-1/+6
|
* Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-232-0/+15
| | | | | | This is a regression from commit 451179909849, which removes the default "Dismiss" action from each EAlert, but the EAlertDialog was using that button to allow users to close it.
* Bug #666490 - Crash in e-mail-session.c:user_message_responseMilan Crha2011-12-231-6/+7
|
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-226-23/+108
|
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-2021-101/+122
|
* post release version bumpChenthill Palanisamy2011-12-191-1/+1
|
* News update for 3.3.3 releaseEVOLUTION_3_3_3Chenthill Palanisamy2011-12-191-0/+93
|
* Do not load disabled services while creating new folderChenthill Palanisamy2011-12-191-0/+6
|
* schemas: Don't EXTRA_DIST non-existing filesRodrigo Moya2011-12-191-1/+1
|
* Bug #666512 - Busy-loop after pressing Send/Receive toolbar buttonMilan Crha2011-12-191-7/+6
|
* Updated Hungarian help translationGabor Kelemen2011-12-181-1198/+1299
|
* Updated German help translation and added 3 new screen-shots.Christian Kirbach2011-12-174-5180/+2009
|
* Fix compiler warnings.Matthew Barnes2011-12-173-28/+42
| | | | | gtk_dialog_new_with_buttons() requires some buttons, otherwise use gtk_dialog_new() and set title/transient-for/etc properties manually.
* Finished Hungarian help translationGabor Kelemen2011-12-171-7466/+9512
|
* Fix a few mistranslations in the Hungarian translationGabor Kelemen2011-12-171-51/+52
|
* Updated Slovenian translationMatej Urbančič2011-12-171-4938/+5966
|
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-1654-973/+822
| | | | | | | | | | | | | | | More mail API churn... reversing some previous API decisions. I've made some key API changes to EMailSession on the account-mgmt branch which should allow for this, and will hopefully also benefit the "email-factory" branch. EMailBackend barely needs to exist anymore, except as the owner of EMailSession. For several low-level functions, we replace its EMailBackend parameter with EMailSession and EAlertSink parameters; the latter so it can still pass user alerts up the chain.
* EMailSession: Add "activity-added" signal.Matthew Barnes2011-12-163-1/+42
| | | | | EMailBackend catches these signals and forwards the EActivity to e_shell_backend_add_activity().
* EShellBackend: Remove unused enum value.Matthew Barnes2011-12-161-1/+0
|
* mail-send-recv.c: Avoid using EAccount and CamelURL if possible.Matthew Barnes2011-12-165-195/+286
| | | | | | EAccount is deprecated and mail URLs are being phased out. Use EMailAccountStore and CamelService instead.
* Updated Spanish translationDaniel Mustieles2011-12-161-456/+519
|
* Bug #661043 - Printing causes email images to downloadMilan Crha2011-12-161-3/+0
|
* Bug #666341 - [bbdb] Invalid free in bbdb_do_itMilan Crha2011-12-161-1/+0
|
* Updated Galician translationsFran Diéguez2011-12-161-1193/+1251
|
* Updated Galician translationsFran Diéguez2011-12-161-683/+680
|
* Avoid use-after-free in em_config_target_update_settingsMilan Crha2011-12-151-1/+5
|
* Bug #561696 - Invitation's "Open Calendar" button jumps to current dayMilan Crha2011-12-152-4/+4
|
* Fix a crash in pdf_drag_drop. Ref the objects while cloning format_html.Chenthill Palanisamy2011-12-151-4/+5
|
* Bug 566793 - Support Drop And Drag Into Nautilus As PDF Filepepp2011-12-156-74/+293
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-151-1000/+1062
|
* Bug 666081 - Duplicate typedefsMatthew Barnes2011-12-153-9/+8
| | | | GCC handles it but not valid in C89 or C99.
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-148-15/+215
|
* Fix leaks around categories editingMilan Crha2011-12-142-4/+8
| | | | Requires commit 768ca76 in evolution-data-server
* Bug #666106 - libical 0.47 handles CATEGORIES as multiple parametersMilan Crha2011-12-141-20/+49
|
* Updated Spanish translationDaniel Mustieles2011-12-141-154/+151
|
* MailFolderCache: Fix a double-free on unsubscribe.Matthew Barnes2011-12-141-2/+1
| | | | | The 'folders' hash table has a GDestroyNotify callback now, but we were still freeing the folder_info struct explicitly.
* EMSubscriptionEditor: Use alternating row colors.Matthew Barnes2011-12-141-0/+1
| | | | | The deeper the folder the greater the distance between the checkbox and the folder name. Can get difficult to match them on a blank background.
* EMSubscriptionEditor cleanups.Matthew Barnes2011-12-141-160/+224
| | | | GQueues are easier to pass around than linked lists.
* Bug 665981 - Use OpenStreetMap geoclue providerAlban Browaeys2011-12-131-2/+4
| | | | | | | Use the OpenStreetMap geoclue provider instead of the deprecated and likely disabled Yahoo geoclue v1 API. Requires geoclue >= 0.12.
* Bump minimum geoclue version to 0.12.Alban Browaeys2011-12-131-1/+1
|
* Bug 665980 - Bump minimum champlain-gtk version to 0.12Alban Browaeys2011-12-132-4/+4
|
* Bug 665782 - configure.ac: Add gmodule-2.0 to GNOME_PLATFORMChristophe Fergeau2011-12-131-0/+1
|
* Bug #578245 - View settings for threads getting lostMilan Crha2011-12-131-2/+5
|
* Updated Macedonian translation.Jovan Naumovski2011-12-131-16823/+14960
|
* EMAccountEditor: Fix handling of auth-mechanism.Matthew Barnes2011-12-131-22/+37
| | | | | | | | CamelNetworkSettings:auth-mechanism defaults to NULL, so when creating a new CamelSettings instance, choose an initial value from the CamelProvider's list of available CamelServiceAuthTypes. This fixes the blank combo box issue and hopefully bug #665984.
* MailFolderCache: Don't respond to "service-added" signals.Matthew Barnes2011-12-132-12/+36
| | | | | | | | Causes folder info queries on disabled accounts. Instead respond to "service-enabled" and "service-disabled" signals, one of which always immediately follows "service-added". Comment this in both MailFolderCache and EMFolderTreeModel.
* EMailSession: Fix silly mistake in constructed().Matthew Barnes2011-12-131-2/+1
| | | | Need to load all accounts on startup, even disabled ones.
* Adapt to camel_session_remove_service() changes.Matthew Barnes2011-12-121-2/+1
|
* Updated Spanish translationDaniel Mustieles2011-12-121-20/+35
|
* User Docs: Grammar and spelling fixesChristian Kirbach2011-12-113-4/+4
|
* Updated Spanish translationDaniel Mustieles2011-12-111-727/+722
|
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-1160-4254/+4263
| | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache.
* Add a hidden --version option.Matthew Barnes2011-12-081-0/+13
| | | | Required by GNU Coding Standards.
* Updated Spanish translationDaniel Mustieles2011-12-081-3/+4
|
* Move folder URI caching to MailFolderCache.Matthew Barnes2011-12-085-102/+270
|
* mail_folder_cache_note_store: CamelSession arg is unnecessary.Matthew Barnes2011-12-084-6/+5
| | | | | | The CamelStore argument already has the CamelSession: session = camel_service_get_session (CAMEL_SERVICE (store));
* MailFolderCache: Add class methods for signals.Matthew Barnes2011-12-082-16/+44
|
* Miscellaneous EShellView-related cleanups.Matthew Barnes2011-12-0854-731/+657
|
* Remove unused function vfolder_create_part().Matthew Barnes2011-12-082-7/+0
|
* Remove unused function vfolder_revert().Matthew Barnes2011-12-082-14/+0
|
* Remove 'vfolder_store' global variable.Matthew Barnes2011-12-081-12/+32
| | | | Fetch the CamelService by its UID ("vfolder") as needed.
* EMFolderTreeModel: Check for vfolder store by its UID.Matthew Barnes2011-12-071-3/+5
|
* Remove unnecessary 'vfolder_store' declaration.Matthew Barnes2011-12-072-3/+0
|
* Bug #577322 - Rename of a system ESource doesn't persistMilan Crha2011-12-076-6/+25
|
* Updated Spanish translationDaniel Mustieles2011-12-071-103/+27
|
* Bug #665149 - Do not ref window in e_restore_window()Milan Crha2011-12-051-4/+1
|
* Updated Spanish translationDaniel Mustieles2011-12-051-168/+61
|
* Updated Galician translationsFran Diéguez2011-12-041-4572/+5556
|
* Updated Spanish translationJorge González2011-12-031-769/+704
|
* Bug #663122 - Doesn't quit on exit with GLib's git masterMilan Crha2011-12-031-0/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2011-12-021-4595/+5519
|
* Don't explicity show the window. We do gtk_widget_show where we'd wantSrinivasa Ragavan2011-12-011-1/+0
| | | | it. The capplet flickrs in Meego. Fixes Meego Bugzilla: #20191
* Upstreamed patch from Meego Bugzilla: 23097Srinivasa Ragavan2011-12-011-0/+2
| | | | When the esource is created, sync it to avoid loose it.
* Upstreamed patch from MeeGo Bugzilla: 22945Srinivasa Ragavan2011-12-011-0/+8
| | | | Check for birthdays which can't be set to future dates.
* Composer: "mailto" blacklist touch ups.Matthew Barnes2011-11-301-12/+17
|
* EMailReader: Avoid more runtime warnings.Matthew Barnes2011-11-301-8/+7
|
* [l10n] Updated German translationMario Blättermann2011-11-301-4764/+5759
|
* Bug #664708 - Composer's headers preference is reset on From changeMilan Crha2011-11-292-7/+9
|
* Bug #665103 - Blank composer/mail/network preferences windowsMilan Crha2011-11-297-7/+40
|
* Bug #665123 - Incorrect unref of ESource in pine-importerMilan Crha2011-11-291-2/+0
|
* Avoid a runtime warning in mail_reader_message_seen_cb().Matthew Barnes2011-11-291-4/+6
|
* Updated Romanian translationLucian Adrian Grijincu2011-11-291-8489/+8865
|
* Updated POTFILES.inPiotr Drąg2011-11-291-1/+0
|
* Remove more "Click \"Forward\" to continue." sentencesMilan Crha2011-11-281-2/+2
|
* Remove some unnecessary GConf crud.Matthew Barnes2011-11-2811-62/+4
|
* "citation-colour" -> "citation-color"Matthew Barnes2011-11-284-4/+4
|
* Remove GConfBridge.Matthew Barnes2011-11-286-1521/+1
| | | | No longer needed.
* Use e_restore_window() and "org.gnome.evolution.window".Matthew Barnes2011-11-2816-186/+78
| | | | Apply it to all windows with persistent size and/or position.
* Add e_restore_window().Matthew Barnes2011-11-282-0/+233
| | | | | | Replaces gconf_bridge_bind_window(). Requires a GSettings path to a "org.gnome.evolution.window" schema.
* Add relocatable "org.gnome.evolution.window" schema.Matthew Barnes2011-11-281-0/+24
| | | | Holds window size and position values.
* Updated Spanish translationJorge González2011-11-261-4382/+5583
|
* Updated asturian languageXandru Armesto2011-11-261-10257/+5629
|
* Bug #580394 - Comment field in a meeting request is too smallMilan Crha2011-11-253-13/+32
|
* Bug #616561 - Don't check read-only calendars in the itip-formatterTim Piessens2011-11-251-0/+7
|
* Bug #376075 - Accepting a meeting invitation defaults to wrong calendarMilan Crha2011-11-251-28/+33
|
* Bug #659491 - Hung when accepting calendar inviteMilan Crha2011-11-252-295/+469
|
* Bug 664753 - Avoid unnecessary requirements in evolution-shell-3.0.pcJosselin Mouette2011-11-251-1/+2
| | | | gnome-desktop-3.0 is a private requirement.
* Remove almost all *_DISABLED_DEPRECATED_FLAGS.Matthew Barnes2011-11-251-3/+1
| | | | | | | Leave the EDS macros alone since we control them. I'll care about deprecated APIs again when a gtk4 release date is announced. Meanwhile it's just causing distros unnecessary pain.
* Remove *_DISABLE_SINGLE_INCLUDES macros.Matthew Barnes2011-11-251-2/+0
| | | | We already comply, and it's required now anyway for gtk3.
* Remove e_shell_get_gconf_client().Matthew Barnes2011-11-253-26/+0
| | | | No longer needed.
* Bug 664654 - Sanitize subjects before suggesting a save filenameMatthew Barnes2011-11-251-2/+10
|
* Bug #664634 - Deadlock when processing completed tasks filterMilan Crha2011-11-244-112/+165
|
* Bug 664707 - Tasks & Memos panel size not rememberedMatthew Barnes2011-11-241-1/+1
|
* Bug 664678 - Bad defaults for SpamAssassin GSettings keysMatthew Barnes2011-11-241-2/+2
| | | | | These need to be changed manually if the defaults are not suitable. These do not appear in Evolution's user interface.
* Updated POTFILES.inPiotr Drąg2011-11-241-53/+70
|
* Cosimo's spidey senses pointed him to a memory leak.Matthew Barnes2011-11-241-1/+0
|
* Merge branch 'wip/gsettings'Matthew Barnes2011-11-23146-1955/+3526
|\
| * Miscellaneous cleanups.Matthew Barnes2011-11-2349-190/+211
| |
| * Tweak GSettings schemas.Matthew Barnes2011-11-2325-91/+113
| | | | | | | | | | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
| * Fix some GSettings runtime issues.Matthew Barnes2011-11-238-28/+41
| |
| * Include git.mk in mail/mail-autoconfig/Makefile.am.Matthew Barnes2011-11-231-0/+2
| |
| * Remove .gitignore from git - we generate this file.Matthew Barnes2011-11-231-33/+0
| |
| * More compiler warning fixes.Matthew Barnes2011-11-232-5/+8
| |
| * Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-2364-1872/+2125
| |\ | | | | | | | | | | | | Conflicts: mail/e-mail-paned-view.c
| * | Miscellaneous cleanups.Matthew Barnes2011-11-2318-80/+110
| | |
| * | Fix compiler warnings.Matthew Barnes2011-11-2325-39/+14
| | |
| * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-213-588/+665
| |\ \
| * | | Use GSettings in em-account-editor to retrieve/set selected calendarsRodrigo Moya2011-11-181-21/+33
| | | |
| * | | Build fixesRodrigo Moya2011-11-182-1/+2
| | | |
| * | | Port autocontacts plugin to GSettingsRodrigo Moya2011-11-186-103/+132
| | | |
| * | | Migrate ECalConfig* code to use GSettingsRodrigo Moya2011-11-172-4/+4
| | | |
| * | | Migrate all EABConfig* code to use GSettingsRodrigo Moya2011-11-173-13/+12
| | | |
| * | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-1728-803/+869
| |\ \ \
| * | | | Build fixesRodrigo Moya2011-11-152-15/+13
| | | | |
| * | | | Migrate EShellSettings to GSettingsRodrigo Moya2011-11-1510-225/+493
| | | | |
| * | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-14217-3336/+3758
| |\ \ \ \
| * | | | | Remove unused config_data_get_conf_clientRodrigo Moya2011-11-092-9/+0
| | | | | |
| * | | | | Make it fully buildRodrigo Moya2011-11-096-11/+17
| | | | | |
| * | | | | Some build fixesRodrigo Moya2011-11-095-12/+8
| | | | | |
| * | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-0874-10915/+2613
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-042-3/+24
| |\ \ \ \ \ \
| * | | | | | | Migrate itip formatter to GSettingsRodrigo Moya2011-11-045-9/+20
| | | | | | | |
| * | | | | | | Migrate attachment reminder plugin to GSettingsRodrigo Moya2011-11-041-29/+28
| | | | | | | |
| * | | | | | | Migrate template plugin to GSettingsRodrigo Moya2011-11-031-20/+18
| | | | | | | |
| * | | | | | | Migrate face plugin to GSettingsRodrigo Moya2011-11-022-8/+7
| | | | | | | |
| * | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-025-15/+63
| |\ \ \ \ \ \ \
| * | | | | | | | Migrate mail notification plugin to GSettingsRodrigo Moya2011-11-023-67/+51
| | | | | | | | |
| * | | | | | | | Addressbook module GSettings migrationRodrigo Moya2011-11-025-26/+30
| | | | | | | | |
| * | | | | | | | Migrate SA extension to GSettingsRodrigo Moya2011-11-025-89/+86
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-312-229/+227
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Mail module has now all basic settings in GSettingsRodrigo Moya2011-10-283-50/+21
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2816-83/+136
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | More GSettings migrationRodrigo Moya2011-10-263-26/+110
| | | | | | | | | | |
| * | | | | | | | | | Almost no more GConf in e-utilRodrigo Moya2011-10-267-28/+31
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2613-134/+224
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-2424-11426/+5704
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | And yet more GSettings migration on the mail componentRodrigo Moya2011-10-206-98/+76
| | | | | | | | | | | | |
| * | | | | | | | | | | | More mail GSettings migrationRodrigo Moya2011-10-194-108/+69
| | | | | | | | | | | | |
| * | | | | | | | | | | | Migrate em-format* to GSettingsRodrigo Moya2011-10-192-12/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Bug #661549 - Avoid fetching from backend when calculating summaryMilan Crha2011-10-191-16/+24
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix invalid read on vCard dropMilan Crha2011-10-191-1/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Updated Galician translationsFran Diéguez2011-10-191-2/+12
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix some GSettings schema typos.Matthew Barnes2011-10-192-6/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-175-2218/+2995
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Some more migration to GSettings in the mail componentRodrigo Moya2011-10-143-11/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use GSettings in mail-config.cRodrigo Moya2011-10-141-136/+56
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Migrate EMailAttachmentBar to GSettingsRodrigo Moya2011-10-141-9/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-146-27/+35
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-147-283/+273
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Migrate bogfilter module to GSettingsRodrigo Moya2011-10-141-5/+5
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate external editor plugin to GSettingsRodrigo Moya2011-10-143-108/+100
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-144-17/+29
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove unneeded GConf headerRodrigo Moya2011-10-141-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate most of the composer to GSettingsRodrigo Moya2011-10-143-92/+33
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Port EComposerHeaderTable to GSettingsRodrigo Moya2011-10-132-42/+22
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Last remainig bits that can migrated to GSettings in the cappletRodrigo Moya2011-10-131-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Build fixesRodrigo Moya2011-10-133-10/+7
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate mail-account-view.c to GSettingsRodrigo Moya2011-10-132-18/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate Contact Editor to GSettingsRodrigo Moya2011-10-133-27/+23
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Migrate most of the shell code to GSettingsRodrigo Moya2011-10-134-94/+63
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use a GPtrArray instead of GArray to build the array string to use for ↵Rodrigo Moya2011-10-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | g_settings_set_strv
| * | | | | | | | | | | | | | Port misc widgets to use GSettingsRodrigo Moya2011-10-134-19/+12
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-132-0/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-133-3/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix typo in key nameRodrigo Moya2011-10-131-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1318-126/+251
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-113-18/+36
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-106-65/+49
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Port calendar importer to GSettingsRodrigo Moya2011-10-104-5/+24
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1068-7593/+7405
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | First successful buildRodrigo Moya2011-10-0618-495/+299
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Use correct path for GSettings schemasRodrigo Moya2011-10-0511-13/+13
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Finally completely mergedRodrigo Moya2011-10-056-96538/+24
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove some leftover filesRodrigo Moya2011-10-054-764/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge from masterRodrigo Moya2011-10-05347-10431/+108454
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add GLIB_GSETTINGS macro to configure.acRodrigo Moya2011-09-261-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port some calendar plugins to use GSettingsRodrigo Moya2011-09-264-19/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659568 - One day delay in calendar viewMilan Crha2011-09-263-27/+47
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #655625 - Crash in atk_state_set_contains_stateMilan Crha2011-09-262-7/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659828 - Selecting a message with a sound attached loses focusMilan Crha2011-09-262-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659440 - Doesn't mark messages as replied when sending offlineMilan Crha2011-09-261-0/+21
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #656473 - Store server folder cache in user's cache directoryMilan Crha2011-09-262-1/+17
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-2624-108/+1628
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659558 - Missing set mnemonic widgetsMilan Crha2011-09-261-0/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update Czech translation by Jiri EischmannPetr Kovar2011-09-261-818/+13385
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update Czech translation by Jiri EischmannPetr Kovar2011-09-261-26/+37
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #637673 - Make phone fields one row and auto-expand when neededMilan Crha2011-09-261-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-262-3/+30
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #658835 - Color Scheme off in calendarMilan Crha2011-09-261-17/+41
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-263-0/+37
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-264-72/+116
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659555 - Add custom icons in a folder Subscription dialogMilan Crha2011-09-261-0/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Invalid unref when merging contactsMilan Crha2011-09-261-1/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Kannada TranslationShankar Prasad2011-09-261-7446/+9557
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Oriya TranslationManoj Kumar Giri2011-09-261-6297/+6631
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [l10n]Updated Catalan translationGil Forcada2011-09-261-5188/+5328
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Basque languageInaki Larranaga Murgoitio2011-09-261-5030/+5809
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-262-3720/+3720
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Czech translationMarek Černocký2011-09-261-2256/+2244
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Post-release version bump.Matthew Barnes2011-09-261-4/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | NEWS update for 3.2.0 release.Matthew Barnes2011-09-261-0/+21
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [l10n] Updated German translationGabor Karsay2011-09-261-697/+434
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-261-35/+65
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-261-37/+53
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Korean translationChangwoo Ryu2011-09-261-5064/+5218
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Turkish translationMuhammet Kara2011-09-261-14386/+18228
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | update Punjabi Translation: date time formatA S Alam2011-09-261-42/+26
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Arabic translationAbderrahim Kitouni2011-09-261-5414/+5540
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-261-216/+130
| | | | | | | | | | | | | | | | | |