aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Czech translationMarek Černocký2011-09-261-2230/+2050
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [l10n] Updated German translationMario Blättermann2011-09-261-2033/+2043
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-261-160/+162
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Galician translationsFran Dieguez2011-09-261-3532/+2677
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-261-2144/+1965
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-261-6/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-224-17/+36
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add missing argument to g_settings_bindRodrigo Moya2011-09-224-11/+11
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port ETaskShellBackend to GSettingsRodrigo Moya2011-09-214-21/+37
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port e-task-shell-view-actions to GSettingsRodrigo Moya2011-09-213-7/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port EMemoShellBackend to GSettingsRodrigo Moya2011-09-214-17/+34
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port ECalShellBackend to GSettingsRodrigo Moya2011-09-213-15/+31
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port calendar preferences to GSettingsRodrigo Moya2011-09-211-8/+8
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port calendar sidebar to use GSettingsRodrigo Moya2011-09-213-6/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port e-memo-shell-view-actions.c to use GSettingsRodrigo Moya2011-09-213-7/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Set day-second-zones in GSettings, not GConfRodrigo Moya2011-09-211-6/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Use GSettings where possible in calendar importerRodrigo Moya2011-09-211-3/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-136/+60
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-37/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | hindi updateRajesh Ranjan2011-09-211-14539/+18860
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Gujarati TranslationsSweta Kothari2011-09-211-5185/+5543
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Brazilian Portuguese translation. Reviewed by Antonio Fernandes C. ↵Djavan Fagundes2011-09-211-5274/+5281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neto <fernandesn@gnome.org>
| * | | | | | | | | | | | | | | | | Updated Slovenian translationMatej Urbančič2011-09-211-98/+60
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | post release version bumpChenthill Palanisamy2011-09-211-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | News update for 3.1.92 releaseChenthill Palanisamy2011-09-211-0/+50
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update simplified Chinese translation.Yinghua Wang2011-09-211-5028/+5159
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Serbian translationМирослав Николић2011-09-212-4282/+4164
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-211-57/+90
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-211-68/+80
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Bulgarian translationAlexander Shopov2011-09-211-4549/+4175
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Galician translations for docFran Dieguez2011-09-211-49/+89
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Galician translationsFran Dieguez2011-09-211-4769/+3828
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Danish translationKenneth Nielsen2011-09-211-5068/+5188
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Slovenian translationMatej Urbančič2011-09-211-3483/+3595
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Japanese translationJiro Matsuzawa2011-09-211-2756/+2765
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Punjabi TranslationA S Alam2011-09-211-2226/+2086
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-219-11/+28
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Reverting the previous commit.Vibha Yadav2011-09-212-35/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #657374 - mailto: attachment parameter can lead to accidental data ↵Vibha Yadav2011-09-212-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command.
| * | | | | | | | | | | | | | | | | Fix typo in GSettings keyRodrigo Moya2011-09-151-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port most settings in calendar-config.c to GSettingsRodrigo Moya2011-09-153-24/+79
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port alarm-notify configuration to GSettingsRodrigo Moya2011-09-153-67/+80
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Port event/task/meeting editor to GSettingsRodrigo Moya2011-09-153-19/+50
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-151-4191/+21644
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | l10n: Updated Italian translationLuca Ferretti2011-09-151-21292/+4195
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug #655253 - Do not show detached instances twice in a calendarMilan Crha2011-09-151-19/+33
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-151-19/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-151-112/+123
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixed typo in stringdmustieles2011-09-141-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Make sure GConf schemas have defined default valuesMilan Crha2011-09-144-5/+40
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bug 635347 - Message lacks ID when submitted for sendingMatthew Barnes2011-09-141-0/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | updated Tamil translationDr.T.Vasudevan2011-09-141-1930/+1941
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-141-116/+83
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationdmustieles2011-09-141-279/+276
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix syntax errorGabor Kelemen2011-09-141-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Hungarian translationGabor Kelemen2011-09-141-5159/+5425
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Portuguese translationDuarte Loreto2011-09-141-5123/+5270
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-44/+67
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Latvian translation.Rudolfs Mazurs2011-09-141-2552/+2626
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | User Docs: Fix order of sentences.Andre Klapper2011-09-141-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationDaniel Mustieles2011-09-141-15/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | User Docs: Hide 'Other Settings' if there is no content. Thanks to Michael ↵Andre Klapper2011-09-146-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hill for pointing this out
| * | | | | | | | | | | | | | | | | User Docs: Add TODOs as pointed out by Michael HillAndre Klapper2011-09-142-0/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-22/+40
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Spanish translationJorge González2011-09-141-181/+239
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Indonesian translationAndika Triwidada2011-09-141-155/+106
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Polish translation of default welcome mailPiotr Drąg2011-09-141-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Updated Polish translation of default welcome mailPiotr Drąg2011-09-141-10/+8
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Make maintiner mode enabled by defaultJavier Jardón2011-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
| * | | | | | | | | | | | | | | | | [l10n] Updated German doc translationMario Blättermann2011-09-141-13190/+5009
| | | | | | | | | | | | | | | | | |