aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Bug #455271 - A moved/renamed mail folder loses focusMilan Crha2011-10-131-1/+37
| |
| * Bug #660721 - Online Account services not always activatingMilan Crha2011-10-132-2/+6
| |
| * Fix typos in user visible stringsAndre Klapper2011-10-131-4/+4
| |
| * Require libgdata >= 0.10.Matthew Barnes2011-10-132-14/+2
| | | | | | | | Drop all the backward-compatibility cruft.
| * Updated Spanish translationDaniel Mustieles2011-10-121-28/+32
| |
| * Bug 661534 - "Current View" tooltip untranslatedMatthew Barnes2011-10-121-1/+1
| |
| * Bug 661542 - Weird "Cannot upgrade from version 0.xxxx" on first useVincent Untz2011-10-121-6/+4
| | | | | | | | | | | | | | | | GConf's default value for the version key is an empty string, which causes "sscanf (string, "%d.%d.%d", major, minor, micro)" to fail and leaves the major/minor/micro variables uninitialized. Instead, initialize the up front before reading the GConf key.
| * Bug 661399 - Crash when hovering over calendar entryMatthew Barnes2011-10-122-8/+11
| |
| * Bug #661434 - Unfriendly search resultMilan Crha2011-10-112-1/+6
| |
| * Bug #661404 - Adding multiple e-mails to contact list is too hardMilan Crha2011-10-111-25/+26
| |
| * Use gtk_check_button_new_with_mnemonic() with a mnemonic stringMilan Crha2011-10-111-1/+1
| |
| * Bug #660829 - Allow 'Mark as read' in right click menu on spam folderMilan Crha2011-10-111-18/+12
| |
| * Bug #660861 - Avoid mark-all-read on a non-folder selectionMilan Crha2011-10-111-1/+2
| |
| * Bug #660850 - Missing set mnemonic widgets in composer preferencesMilan Crha2011-10-111-0/+2
| |
| * Bug #660782 - [pst-import] Missing tasks after importMilan Crha2011-10-111-16/+105
| |
* | 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
|\|
| * Updated Lithuanian translationAlgimantas Margevičius2011-10-091-2914/+2990
| |
| * [l10n] Updated German translationMario Blättermann2011-10-091-2063/+2093
| |
| * Updated Spanish translationJorge González2011-10-081-26/+43
| |
| * Updated Spanish translationJorge González2011-10-082-267/+230
| |
| * Fix typo in schema file in commit d2232a7Dan Vrátil2011-10-071-1/+1
| |
| * Bug #235665 - Heavy hard disk access when resizing columns in viewsMilan Crha2011-10-075-2/+86
| |
| * Bug #659876 - Make automatic contact address formatting optionalDan Vrátil2011-10-074-4/+50
| | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts.
| * Bug #658066 - Security dialog is too bigDan Vrátil2011-10-072-75/+21
| | | | | | | | | | Fixed security dialog default size and resizing issues by simplifying the layout and replacing GtkVBoxes by GtkGrids.
| * Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-071-41/+66
| |
| * Updated Spanish translationDaniel Mustieles2011-10-071-325/+605
| |
| * Fixed typo in stringDaniel Mustieles2011-10-071-1/+1
| |
| * Updated Spanish translationDaniel Mustieles2011-10-071-990/+1024
| |
| * Remove redundant ETypeFunc definition.Matthew Barnes2011-10-071-2/+0
| | | | | | | | This lives in libebackend/e-module.h now.
| * Adapt to CamelFolderSummary API changesMilan Crha2011-10-066-38/+31
| |
| * Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-069-122/+61
| | | | | | | | | | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy.
| * Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-0613-262/+42
| | | | | | | | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it.
| * Remove EHintedEntry.Matthew Barnes2011-10-065-383/+18
| | | | | | | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property.
| * EAttachmentPaned: Add "resize-toplevel" property.Matthew Barnes2011-10-063-18/+116
| | | | | | | | | | | | | | | | | | Similiar to the new GtkExpander:resize-toplevel property in GTK+ 3.2, but adapted to the fact that EAttachmentPaned's expander has no direct child widget, and instead acts on the child widget in the lower pane. CompEditor now uses this to fix the weird vertical resizing behavior when its attachment bar is expanded and then collapsed again.
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-0624-323/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly.
| * Increase dependency on gtk+ to 3.2.0Milan Crha2011-10-061-1/+1
| |
| * Bug #660878 - Account configuration options are not auto-filledDan Vrátil2011-10-051-11/+12
| |
* | 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
|\|
| * Oops, missed one.Matthew Barnes2011-10-051-1/+4
| |
| * Simplify library dependency flags.Matthew Barnes2011-10-0579-451/+365
| | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
| * Bug #657374 - mailto: attachment parameter can lead to accidental data ↵Vibha Yadav2011-10-042-0/+35
| | | | | | | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command.
| * Bug 660799 - Bad GOptionEntry in evolution-addressbook-exportMatthew Barnes2011-10-041-1/+1
| | | | | | | | G_OPTION_FLAG_FILENAME is only for G_OPTION_ARG_CALLBACK options.
| * Updated .page file list in help/Makefile.amClaude Paroz2011-10-031-3/+3
| |
| * publish-calendar: correct Secure FTP abbreviation to SFTPNguyễn Thái Ngọc Duy2011-10-031-1/+1
| |
| * itip-formatter: end some strings with colon instead of full stopNguyễn Thái Ngọc Duy2011-10-031-3/+3
| |
| * Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-021-655/+410
| |
| * LC_ADDRESS is no posix and may not be defined.Antoine Jacoutot2011-10-011-0/+4
| | | | | | | | | | Only setlocale(2) LC_ADDRESS is this macro actually exist. https://bugzilla.gnome.org/show_bug.cgi?id=660624
| * Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-011-135/+70
| |
| * po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-011-5937/+5660
| |
| * Fix two little memory leaksDan Vrátil2011-10-012-1/+7
| |
| * Bug 660584 - Fix crash when removing user certificateDan Vrátil2011-10-011-14/+13
| |
| * Bug 659486 - EAlert default response is ignored by EAlertDialogMatthew Barnes2011-10-012-7/+23
| |
| * ETableHeader: Nuke unused code.Cosimo Cecchi2011-09-301-147/+2
| |
| * ETableHeader: Rework the header button drawing code for GTK+ 3Cosimo Cecchi2011-09-305-120/+93
| | | | | | | | | | | | | | | | The code in ETable that draws the button headers is outdated, and uses deprecated gtk_paint_* functions mixed with cairo. Port the code to use the GtkStyleContext API, which allows themes to give the header the same appearance of a regular GtkTreeView header.
| * backup-restore cleanups.Matthew Barnes2011-09-302-122/+247
| |
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-3011-16/+16
| |
| * Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-304-103/+128
| |
| * Bug #656378 attachment name corruptionPunit Jain2011-09-301-2/+4
| |
| * Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-3046-134/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l ( ) character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l ( ). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
| * Prefer G_VALUE_INIT over memset().Matthew Barnes2011-09-301-5/+2
| | | | | | | | | | G_VALUE_INIT is new in GLib 2.30. More convenient than zero-filling a statically declared GValue with memset().
| * Require GLib 2.30.Matthew Barnes2011-09-303-19/+1
| | | | | | | | Drop all GLIB_CHECK_VERSION macros.
| * Bug #632619 - Recurring events can clutter month viewMilan Crha2011-09-295-5/+40
| |
| * Bug #659517 - Calendar reminds of old events following upgradeMilan Crha2011-09-291-8/+17
| |
| * Updated Telugu Translationskrishnababu k2011-09-291-7498/+8788
| |
| * User Docs: Remove three pages covering common errors that should be fixed in 3.3Andre Klapper2011-09-293-133/+0
| |
| * User Docs: Mention that spam settings are not included in backup. Fixes bug ↵Andre Klapper2011-09-291-1/+2
| | | | | | | | #657682
| * User Docs: Improve markupAndre Klapper2011-09-291-5/+5
| |
| * User Docs: Fix several typos and issues. Fixes bug #658651.Michael Hill2011-09-2917-25/+25
| |
| * User Docs: Fix issues pointed out by Michael Hill in bug #658651 comment 3Andre Klapper2011-09-293-5/+5
| |
| * User Docs: Add gvfs package hint for default browser page. Fixes bug #658809Andre Klapper2011-09-291-1/+4
| |
| * User Docs: Fix typo. Fixes bug #659058Andre Klapper2011-09-291-2/+2
| |
| * Updated Spanish translationJorge González2011-09-281-2/+100
| |
| * Updated Spanish translationJorge González2011-09-281-1/+127
| |
| * Updated Spanish translationJorge González2011-09-281-4/+49
| |
| * Updated Spanish translationJorge González2011-09-281-599/+600
| |
| * Updated Spanish translationJorge González2011-09-282-2338/+2454
| |
| * Bug 659726 - Search Folders contain ambiguous reference to accountsMatthew Barnes2011-09-284-41/+76
| | | | | | | | | | This introduces a new function called e_mail_folder_uri_to_markup(), which may prove useful in other contexts.
| * Bug #659874 - Address Cards Render extra Phone NumberMilan Crha2011-09-281-1/+14
| |
| * Adapt to camel-provider-1.2.pc going away.Matthew Barnes2011-09-282-9/+5
| |
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-27101-847/+1110
| | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
| * Bug #660224 - Assertion failure when forwarding messageMilan Crha2011-09-273-20/+39
| |
| * Updated Irish translationSeán de Búrca2011-09-271-4427/+4412
| |
| * Remove missing fileSeán de Búrca2011-09-271-1/+0
| |
| * Updated Spanish translationJorge González2011-09-271-28/+17
| |
| * Updated Spanish translationJorge González2011-09-271-79/+158
| |
| * EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-2615-206/+186
| | | | | | | | | | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session().
| * itip-formatter: Adapt to CamelDB API changes.Matthew Barnes2011-09-261-3/+3
| | | | | | | | I didn't realize CamelDB was used outside of Camel, yikes!
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-2663-1229/+245
| | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
| * Adapt to CamelURL API changes.Matthew Barnes2011-09-262-2/+2
| |
| * EMFormatHTML: Configure CamelHttpStreams with proxy authpass.Matthew Barnes2011-09-263-86/+45
| | | | | | | | | | | | | | Base64-encode the "USER:PASS" authentication string ourselves and hand it to camel_http_stream_set_proxy_authpass(). This is so I can kill camel_http_stream_set_proxy().
| * [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-4077/+4308
| |
| * 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-251-5030/+5809
| |
| * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-09-252-3720/+3720
| |
| * Updated Czech translationMarek Černocký2011-09-251-2256/+2244
| |
| * Post-release version bump.Matthew Barnes2011-09-251-4/+4
| |
| * NEWS update for 3.2.0 release.EVOLUTION_3_2_0Matthew Barnes2011-09-251-0/+21
| |
| * [l10n] Updated German translationGabor Karsay2011-09-251-697/+434
| |
| * Updated Spanish translationJorge González2011-09-241-35/+65
| |
| * Updated Spanish translationJorge González2011-09-241-37/+53
| |
| * Updated Korean translationChangwoo Ryu2011-09-241-5064/+5218
| |
| * Updated Turkish translationMuhammet Kara2011-09-231-14386/+18228
| |
| * update Punjabi Translation: date time formatA S Alam2011-09-231-42/+26
| |
| * Updated Arabic translationAbderrahim Kitouni2011-09-231-5414/+5540
| |
| * hindi updateRajesh Ranjan2011-09-221-216/+130
| |
| * Updated Czech translationMarek Černocký2011-09-221-2230/+2050
| |
| * [l10n] Updated German translationMario Blättermann2011-09-221-2033/+2043
| |
| * Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-221-160/+162
| |
| * Updated Galician translationsFran Dieguez2011-09-221-3532/+2677
| |
| * l10n: Updated Italian translationLuca Ferretti2011-09-221-2144/+1965
| |
| * Updated Spanish translationDaniel Mustieles2011-09-211-6/+6
| |
| * 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-201-5274/+5281
| | | | | | | | Neto <fernandesn@gnome.org>
| * Updated Slovenian translationMatej Urbančič2011-09-201-98/+60
| |
| * post release version bumpChenthill Palanisamy2011-09-191-2/+2
| |
| * News update for 3.1.92 releaseEVOLUTION_3_1_92Chenthill Palanisamy2011-09-191-0/+50
| |
| * Update simplified Chinese translation.Yinghua Wang2011-09-191-5028/+5159
| |
| * Updated Serbian translationМирослав Николић2011-09-192-4282/+4164
| |
| * Updated Spanish translationJorge González2011-09-191-57/+90
| |
| * Updated Spanish translationDaniel Mustieles2011-09-191-68/+80
| |
| * Updated Bulgarian translationAlexander Shopov2011-09-181-4549/+4175
| |
| * Updated Galician translations for docFran Dieguez2011-09-181-49/+89
| |
| * Updated Galician translationsFran Dieguez2011-09-181-4769/+3828
| |
| * Updated Danish translationKenneth Nielsen2011-09-181-5068/+5188
| |
| * Updated Slovenian translationMatej Urbančič2011-09-171-3483/+3595
| |
| * Updated Japanese translationJiro Matsuzawa2011-09-171-2756/+2765
| |
| * Updated Punjabi TranslationA S Alam2011-09-161-2226/+2086
| |
| * Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-159-11/+28
| |
| * Reverting the previous commit.Vibha Yadav2011-09-152-35/+0
| |
| * Bug #657374 - mailto: attachment parameter can lead to accidental data ↵Vibha Yadav2011-09-152-0/+35
| | | | | | | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command.
| * 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-141-19/+7
| |
| * Updated Spanish translationdmustieles2011-09-141-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-131-1930/+1941
| |
| * Updated Spanish translationdmustieles2011-09-131-116/+83
| |
| * Updated Spanish translationdmustieles2011-09-131-279/+276
| |
| * Fix syntax errorGabor Kelemen2011-09-121-1/+1
| |
| * Updated Hungarian translationGabor Kelemen2011-09-121-5159/+5425
| |
| * Updated Portuguese translationDuarte Loreto2011-09-121-5123/+5270
| |
| * Updated Spanish translationJorge González2011-09-121-44/+67
| |
| * Updated Latvian translation.Rudolfs Mazurs2011-09-121-2552/+2626
| |
| * User Docs: Fix order of sentences.Andre Klapper2011-09-121-2/+2
| |
| * Updated Spanish translationDaniel Mustieles2011-09-111-15/+6
| |
| * User Docs: Hide 'Other Settings' if there is no content. Thanks to Michael ↵Andre Klapper2011-09-116-12/+12
| | | | | | | | Hill for pointing this out
| * User Docs: Add TODOs as pointed out by Michael HillAndre Klapper2011-09-112-0/+5
| |
| * Updated Spanish translationJorge González2011-09-111-22/+40
| |
| * Updated Spanish translationJorge González2011-09-101-181/+239
| |
| * Updated Indonesian translationAndika Triwidada2011-09-101-155/+106
| |
| * Updated Polish translation of default welcome mailPiotr Drąg2011-09-101-1/+1
| |
| * Updated Polish translation of default welcome mailPiotr Drąg2011-09-101-10/+8
| |
| * Make maintiner mode enabled by defaultJavier Jardón2011-09-091-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-091-13190/+5009
| |
| * Updated Polish translationPiotr Drąg2011-09-091-5120/+4666
| |
| * Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-09-091-8008/+9168
| |
| * Added hu to DOC_LINGUASGabor Kelemen2011-09-081-1/+1
| |
| * Added initial Hungarian translation by several authorsGabor Kelemen2011-09-081-0/+10259
| |
| * User Docs: Update CSS/WebKit integration version statementAndre Klapper2011-09-071-2/+2
| |
| * Updated British English translationBruce Cowan2011-09-071-5102/+5231
| |
| * Bug #657611 - Hidden error of invalid attendee on sendMilan Crha2011-09-071-1/+7
| |
| * Bug 658460 - alarm-notify issues runtime warningMatthew Barnes2011-09-071-0/+9
| | | | | | | | Block the default GApplication.activate() method from running.
| * Bug #657386 - Changing default source doesn't unmark previous oneMilan Crha2011-09-072-11/+89
| |
| * Updated Slovenian translationMojca Ograjšek2011-09-071-7101/+2607
| |
| * Bug #655728 - Read proxy settings from GSettings since Gnome 3Milan Crha2011-09-061-36/+43
| |
| * User Docs: Add subsections to Receiving settings for better readability, use ↵Andre Klapper2011-09-0613-33/+209
| | | | | | | | lists everywhere
| * User Docs: Include Security and Default tab pages in new EWS account ↵Andre Klapper2011-09-063-0/+3
| | | | | | | | settings page
| * User Docs: Add missing includes for Exchange account typesAndre Klapper2011-09-061-1/+5
| |
| * User Docs: Add initial docu for EWS account setup. Thanks to Akhil Laddha ↵Andre Klapper2011-09-062-3/+74
| | | | | | | | for screenshots.
| * Bug #655564 - Express remembers settings of not finished accountMilan Crha2011-09-062-5/+5
| |
| * Bug #655568 - Cursor lost after Collapse all threads calledMilan Crha2011-09-061-1/+16
| |
| * Bug #655709 - Hide 'Group by' in views when not supportedMilan Crha2011-09-063-2/+8
| |
| * Updated Spanish translationJorge González2011-09-051-68/+55
| |
| * Fix several issues pointed out by Jiří EischmannAndre Klapper2011-09-054-10/+10
| |
| * Updated Spanish translationJorge González2011-09-051-61/+73
| |
| * Updated Spanish translationJorge González2011-09-051-23/+16
| |
| * Updated Lithuanian translationAurimas Černius2011-09-041-1411/+1275
| |
| * Updated Spanish translationJorge González2011-09-041-60/+100
| |
| * Post-release version bump.Matthew Barnes2011-09-041-1/+1
| |
| * NEWS update for 3.1.91 release.EVOLUTION_3_1_91Matthew Barnes2011-09-041-0/+22
| |
| * Don't require online-accounts support for distcheck.Matthew Barnes2011-09-041-0/+1
| | | | | | | | Makes it possible to run "make distcheck" on non-GNOME 3 environments.
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-04521-11588/+16877
| |
| * Updated Spanish translationJorge González2011-09-041-92/+103
| |
| * Fix wrong gconf value translations in az, eu, hi, kn, ml, ne, sq, te, xh. ↵Andre Klapper2011-09-049-29/+12
| | | | | | | | Fixes bug #569522, bug #569518, bug #569533, bug #569512, bug #569535, bug #569525, bug #569531, bug #569527, bug #569539.
| * Add page explaining how to use address books as data source in LibreOffice. ↵Andre Klapper2011-09-041-0/+35
| | | | | | | | Fixes bug #252072
| * Updated Spanish translationJorge González2011-09-031-5/+16
| |
| * Updated Spanish translationJorge González2011-09-031-102/+121
| |
| * Add page how to change keyboard shortcutsAndre Klapper2011-09-031-0/+31
| |
| * User Docs: Add info how to write a good bug reportAndre Klapper2011-09-031-3/+5
| |
| * Add "Contact Maps" to the configure summary.Matthew Barnes2011-09-031-0/+1
| |
| * User Docs: Improve wording and add hint about IRC applicationAndre Klapper2011-09-031-2/+2
| |
| * User Docs: Fix order of Outlook import stepsAndre Klapper2011-09-031-5/+6
| |
| * User Docs: fixed logo in title bar issueTiffany Antopolski2011-09-031-2/+3
| |
| * User Docs: Remove preceding './' from image path in <title> in the hope of ↵Andre Klapper2011-09-031-1/+1
| | | | | | | | library.gnome.org rendering it correctly afterwards. We will see if it works after the next tarball release...
| * Consolidate MailFolderCache signal handlers.Matthew Barnes2011-09-022-162/+177
| | | | | | | | | | | | | | Merging the "folder-deleted" and "folder-renamed" signal handlers in mail-config.c into the ones in e-mail-backend.c makes the account-mgmt branch a little easier, since e-mail-backend.c has resources I can't easily get to from mail-config.c.
| * Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-09-022-2476/+2468
| |
| * Updated French translationBruno Brouard2011-09-021-4747/+4299
| |
| * Updated Spanish translationDaniel Mustieles2011-09-021-99/+63
| |
| * Updated Swedish translationDaniel Nylander2011-09-011-407/+411
| |
| * Bug 657836 - Work around g_unix_signal API changes.Matthew Barnes2011-09-011-1/+5
| | | | | | | | | | | | Work around GLib API churn with regard to registering UNIX signal callbacks on the main loop. GLib >= 2.29.5 calls the function one thing, GLib >= 2.29.19 calls it another.
| * Create tar.xz files for 'make dist' onlyMilan Crha2011-08-311-1/+1
| |
| * Bug 657765 - Explicitly link libgnomecanvas against libmFrederic Peters2011-08-311-1/+2
| | | | | | | | | | | | We used to implicitly link to libm through gtk+, but that got dropped. http://mail.gnome.org/archives/desktop-devel-list/2011-August/msg00236.html
| * Miscellaneous cleanups.Matthew Barnes2011-08-3123-355/+403
| | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
| * Updated Spanish translationJorge González2011-08-311-59/+59
| |