Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #235665 - Heavy hard disk access when resizing columns in views | Milan Crha | 2011-10-07 | 5 | -2/+86 |
| | |||||
* | Bug #659876 - Make automatic contact address formatting optional | Dan Vrátil | 2011-10-07 | 4 | -4/+50 |
| | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts. | ||||
* | Bug #658066 - Security dialog is too big | Dan Vrátil | 2011-10-07 | 2 | -75/+21 |
| | | | | | Fixed security dialog default size and resizing issues by simplifying the layout and replacing GtkVBoxes by GtkGrids. | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-07 | 1 | -41/+66 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -325/+605 |
| | |||||
* | Fixed typo in string | Daniel Mustieles | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-10-07 | 1 | -990/+1024 |
| | |||||
* | Remove redundant ETypeFunc definition. | Matthew Barnes | 2011-10-07 | 1 | -2/+0 |
| | | | | This lives in libebackend/e-module.h now. | ||||
* | Adapt to CamelFolderSummary API changes | Milan Crha | 2011-10-06 | 6 | -38/+31 |
| | |||||
* | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 9 | -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 Barnes | 2011-10-06 | 13 | -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 Barnes | 2011-10-06 | 5 | -383/+18 |
| | | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property. | ||||
* | EAttachmentPaned: Add "resize-toplevel" property. | Matthew Barnes | 2011-10-06 | 3 | -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 Barnes | 2011-10-06 | 24 | -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.0 | Milan Crha | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Bug #660878 - Account configuration options are not auto-filled | Dan Vrátil | 2011-10-05 | 1 | -11/+12 |
| | |||||
* | Oops, missed one. | Matthew Barnes | 2011-10-05 | 1 | -1/+4 |
| | |||||
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 79 | -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 Yadav | 2011-10-04 | 2 | -0/+35 |
| | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command. | ||||
* | Bug 660799 - Bad GOptionEntry in evolution-addressbook-export | Matthew Barnes | 2011-10-04 | 1 | -1/+1 |
| | | | | G_OPTION_FLAG_FILENAME is only for G_OPTION_ARG_CALLBACK options. | ||||
* | Updated .page file list in help/Makefile.am | Claude Paroz | 2011-10-03 | 1 | -3/+3 |
| | |||||
* | publish-calendar: correct Secure FTP abbreviation to SFTP | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | itip-formatter: end some strings with colon instead of full stop | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -3/+3 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-02 | 1 | -655/+410 |
| | |||||
* | LC_ADDRESS is no posix and may not be defined. | Antoine Jacoutot | 2011-10-01 | 1 | -0/+4 |
| | | | | | Only setlocale(2) LC_ADDRESS is this macro actually exist. https://bugzilla.gnome.org/show_bug.cgi?id=660624 | ||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-10-01 | 1 | -135/+70 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-10-01 | 1 | -5937/+5660 |
| | |||||
* | Fix two little memory leaks | Dan Vrátil | 2011-10-01 | 2 | -1/+7 |
| | |||||
* | Bug 660584 - Fix crash when removing user certificate | Dan Vrátil | 2011-10-01 | 1 | -14/+13 |
| | |||||
* | Bug 659486 - EAlert default response is ignored by EAlertDialog | Matthew Barnes | 2011-10-01 | 2 | -7/+23 |
| | |||||
* | ETableHeader: Nuke unused code. | Cosimo Cecchi | 2011-09-30 | 1 | -147/+2 |
| | |||||
* | ETableHeader: Rework the header button drawing code for GTK+ 3 | Cosimo Cecchi | 2011-09-30 | 5 | -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 Barnes | 2011-09-30 | 2 | -122/+247 |
| | |||||
* | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 11 | -16/+16 |
| | |||||
* | Bug #601898 - SOCKS proxy does not work with mailer | Milan Crha | 2011-09-30 | 4 | -103/+128 |
| | |||||
* | Bug #656378 attachment name corruption | Punit Jain | 2011-09-30 | 1 | -2/+4 |
| | |||||
* | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 46 | -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 Barnes | 2011-09-30 | 1 | -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 Barnes | 2011-09-30 | 3 | -19/+1 |
| | | | | Drop all GLIB_CHECK_VERSION macros. | ||||
* | Bug #632619 - Recurring events can clutter month view | Milan Crha | 2011-09-29 | 5 | -5/+40 |
| | |||||
* | Bug #659517 - Calendar reminds of old events following upgrade | Milan Crha | 2011-09-29 | 1 | -8/+17 |
| | |||||
* | Updated Telugu Translations | krishnababu k | 2011-09-29 | 1 | -7498/+8788 |
| | |||||
* | User Docs: Remove three pages covering common errors that should be fixed in 3.3 | Andre Klapper | 2011-09-29 | 3 | -133/+0 |
| | |||||
* | User Docs: Mention that spam settings are not included in backup. Fixes bug ↵ | Andre Klapper | 2011-09-29 | 1 | -1/+2 |
| | | | | #657682 | ||||
* | User Docs: Improve markup | Andre Klapper | 2011-09-29 | 1 | -5/+5 |
| | |||||
* | User Docs: Fix several typos and issues. Fixes bug #658651. | Michael Hill | 2011-09-29 | 17 | -25/+25 |
| | |||||
* | User Docs: Fix issues pointed out by Michael Hill in bug #658651 comment 3 | Andre Klapper | 2011-09-29 | 3 | -5/+5 |
| | |||||
* | User Docs: Add gvfs package hint for default browser page. Fixes bug #658809 | Andre Klapper | 2011-09-29 | 1 | -1/+4 |
| | |||||
* | User Docs: Fix typo. Fixes bug #659058 | Andre Klapper | 2011-09-29 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -2/+100 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -1/+127 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -4/+49 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 1 | -599/+600 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-28 | 2 | -2338/+2454 |
| | |||||
* | Bug 659726 - Search Folders contain ambiguous reference to accounts | Matthew Barnes | 2011-09-28 | 4 | -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 Number | Milan Crha | 2011-09-28 | 1 | -1/+14 |
| | |||||
* | Adapt to camel-provider-1.2.pc going away. | Matthew Barnes | 2011-09-28 | 2 | -9/+5 |
| | |||||
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 101 | -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 message | Milan Crha | 2011-09-27 | 3 | -20/+39 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2011-09-27 | 1 | -4427/+4412 |
| | |||||
* | Remove missing file | Seán de Búrca | 2011-09-27 | 1 | -1/+0 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-27 | 1 | -28/+17 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-27 | 1 | -79/+158 |
| | |||||
* | EMFolderTreeModel: Don't use parameters in "get_default" functions. | Matthew Barnes | 2011-09-26 | 15 | -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 Barnes | 2011-09-26 | 1 | -3/+3 |
| | | | | I didn't realize CamelDB was used outside of Camel, yikes! | ||||
* | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 63 | -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 Barnes | 2011-09-26 | 2 | -2/+2 |
| | |||||
* | EMFormatHTML: Configure CamelHttpStreams with proxy authpass. | Matthew Barnes | 2011-09-26 | 3 | -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) translation | Carles Ferrando | 2011-09-26 | 1 | -4077/+4308 |
| | |||||
* | Bug #659568 - One day delay in calendar view | Milan Crha | 2011-09-26 | 3 | -27/+47 |
| | |||||
* | Bug #655625 - Crash in atk_state_set_contains_state | Milan Crha | 2011-09-26 | 2 | -7/+12 |
| | |||||
* | Bug #659828 - Selecting a message with a sound attached loses focus | Milan Crha | 2011-09-26 | 2 | -2/+2 |
| | |||||
* | Bug #659440 - Doesn't mark messages as replied when sending offline | Milan Crha | 2011-09-26 | 1 | -0/+21 |
| | |||||
* | Bug #656473 - Store server folder cache in user's cache directory | Milan Crha | 2011-09-26 | 2 | -1/+17 |
| | |||||
* | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 24 | -108/+1628 |
| | |||||
* | Bug #659558 - Missing set mnemonic widgets | Milan Crha | 2011-09-26 | 1 | -0/+3 |
| | |||||
* | Update Czech translation by Jiri Eischmann | Petr Kovar | 2011-09-26 | 1 | -818/+13385 |
| | |||||
* | Update Czech translation by Jiri Eischmann | Petr Kovar | 2011-09-26 | 1 | -26/+37 |
| | |||||
* | Bug #637673 - Make phone fields one row and auto-expand when needed | Milan Crha | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | Bug #659932 - 'Use system time zone' in not honored immediately | Milan Crha | 2011-09-26 | 2 | -3/+30 |
| | |||||
* | Bug #658835 - Color Scheme off in calendar | Milan Crha | 2011-09-26 | 1 | -17/+41 |
| | |||||
* | Bug #657170 - Disallow creating assigned tasks when not supported | Milan Crha | 2011-09-26 | 3 | -0/+37 |
| | |||||
* | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 4 | -72/+116 |
| | |||||
* | Bug #659555 - Add custom icons in a folder Subscription dialog | Milan Crha | 2011-09-26 | 1 | -0/+12 |
| | |||||
* | Invalid unref when merging contacts | Milan Crha | 2011-09-26 | 1 | -1/+2 |
| | |||||
* | Updated Kannada Translation | Shankar Prasad | 2011-09-26 | 1 | -7446/+9557 |
| | |||||
* | Updated Oriya Translation | Manoj Kumar Giri | 2011-09-26 | 1 | -6297/+6631 |
| | |||||
* | [l10n]Updated Catalan translation | Gil Forcada | 2011-09-26 | 1 | -5188/+5328 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-09-25 | 1 | -5030/+5809 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2011-09-25 | 2 | -3720/+3720 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-09-25 | 1 | -2256/+2244 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2011-09-25 | 1 | -4/+4 |
| | |||||
* | NEWS update for 3.2.0 release.EVOLUTION_3_2_0 | Matthew Barnes | 2011-09-25 | 1 | -0/+21 |
| | |||||
* | [l10n] Updated German translation | Gabor Karsay | 2011-09-25 | 1 | -697/+434 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-24 | 1 | -35/+65 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-24 | 1 | -37/+53 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2011-09-24 | 1 | -5064/+5218 |
| | |||||
* | Updated Turkish translation | Muhammet Kara | 2011-09-23 | 1 | -14386/+18228 |
| | |||||
* | update Punjabi Translation: date time format | A S Alam | 2011-09-23 | 1 | -42/+26 |
| | |||||
* | Updated Arabic translation | Abderrahim Kitouni | 2011-09-23 | 1 | -5414/+5540 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-22 | 1 | -216/+130 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-09-22 | 1 | -2230/+2050 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-09-22 | 1 | -2033/+2043 |
| | |||||
* | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-22 | 1 | -160/+162 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-09-22 | 1 | -3532/+2677 |
| | |||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-22 | 1 | -2144/+1965 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-21 | 1 | -6/+6 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -136/+60 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -37/+19 |
| | |||||
* | hindi update | Rajesh Ranjan | 2011-09-21 | 1 | -14539/+18860 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2011-09-21 | 1 | -5185/+5543 |
| | |||||
* | Updated Brazilian Portuguese translation. Reviewed by Antonio Fernandes C. ↵ | Djavan Fagundes | 2011-09-20 | 1 | -5274/+5281 |
| | | | | Neto <fernandesn@gnome.org> | ||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-20 | 1 | -98/+60 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | News update for 3.1.92 releaseEVOLUTION_3_1_92 | Chenthill Palanisamy | 2011-09-19 | 1 | -0/+50 |
| | |||||
* | Update simplified Chinese translation. | Yinghua Wang | 2011-09-19 | 1 | -5028/+5159 |
| | |||||
* | Updated Serbian translation | Мирослав Николић | 2011-09-19 | 2 | -4282/+4164 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-19 | 1 | -57/+90 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-19 | 1 | -68/+80 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2011-09-18 | 1 | -4549/+4175 |
| | |||||
* | Updated Galician translations for doc | Fran Dieguez | 2011-09-18 | 1 | -49/+89 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-09-18 | 1 | -4769/+3828 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-09-18 | 1 | -5068/+5188 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-09-17 | 1 | -3483/+3595 |
| | |||||
* | Updated Japanese translation | Jiro Matsuzawa | 2011-09-17 | 1 | -2756/+2765 |
| | |||||
* | Updated Punjabi Translation | A S Alam | 2011-09-16 | 1 | -2226/+2086 |
| | |||||
* | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-15 | 9 | -11/+28 |
| | |||||
* | Reverting the previous commit. | Vibha Yadav | 2011-09-15 | 2 | -35/+0 |
| | |||||
* | Bug #657374 - mailto: attachment parameter can lead to accidental data ↵ | Vibha Yadav | 2011-09-15 | 2 | -0/+35 |
| | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command. | ||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-15 | 1 | -4191/+21644 |
| | |||||
* | l10n: Updated Italian translation | Luca Ferretti | 2011-09-15 | 1 | -21292/+4195 |
| | |||||
* | Bug #655253 - Do not show detached instances twice in a calendar | Milan Crha | 2011-09-15 | 1 | -19/+33 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-14 | 1 | -19/+7 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-14 | 1 | -112/+123 |
| | |||||
* | Fixed typo in string | dmustieles | 2011-09-14 | 1 | -1/+1 |
| | |||||
* | Make sure GConf schemas have defined default values | Milan Crha | 2011-09-14 | 4 | -5/+40 |
| | |||||
* | Bug 635347 - Message lacks ID when submitted for sending | Matthew Barnes | 2011-09-14 | 1 | -0/+4 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2011-09-13 | 1 | -1930/+1941 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-13 | 1 | -116/+83 |
| | |||||
* | Updated Spanish translation | dmustieles | 2011-09-13 | 1 | -279/+276 |
| | |||||
* | Fix syntax error | Gabor Kelemen | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-09-12 | 1 | -5159/+5425 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2011-09-12 | 1 | -5123/+5270 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-12 | 1 | -44/+67 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2011-09-12 | 1 | -2552/+2626 |
| | |||||
* | User Docs: Fix order of sentences. | Andre Klapper | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-11 | 1 | -15/+6 |
| | |||||
* | User Docs: Hide 'Other Settings' if there is no content. Thanks to Michael ↵ | Andre Klapper | 2011-09-11 | 6 | -12/+12 |
| | | | | Hill for pointing this out | ||||
* | User Docs: Add TODOs as pointed out by Michael Hill | Andre Klapper | 2011-09-11 | 2 | -0/+5 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-11 | 1 | -22/+40 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-10 | 1 | -181/+239 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2011-09-10 | 1 | -155/+106 |
| | |||||
* | Updated Polish translation of default welcome mail | Piotr Drąg | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Updated Polish translation of default welcome mail | Piotr Drąg | 2011-09-10 | 1 | -10/+8 |
| | |||||
* | Make maintiner mode enabled by default | Javier Jardón | 2011-09-09 | 1 | -1/+1 |
| | | | | See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ | ||||
* | [l10n] Updated German doc translation | Mario Blättermann | 2011-09-09 | 1 | -13190/+5009 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2011-09-09 | 1 | -5120/+4666 |
| | |||||
* | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-09-09 | 1 | -8008/+9168 |
| | |||||
* | Added hu to DOC_LINGUAS | Gabor Kelemen | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | Added initial Hungarian translation by several authors | Gabor Kelemen | 2011-09-08 | 1 | -0/+10259 |
| | |||||
* | User Docs: Update CSS/WebKit integration version statement | Andre Klapper | 2011-09-07 | 1 | -2/+2 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2011-09-07 | 1 | -5102/+5231 |
| | |||||
* | Bug #657611 - Hidden error of invalid attendee on send | Milan Crha | 2011-09-07 | 1 | -1/+7 |
| | |||||
* | Bug 658460 - alarm-notify issues runtime warning | Matthew Barnes | 2011-09-07 | 1 | -0/+9 |
| | | | | Block the default GApplication.activate() method from running. | ||||
* | Bug #657386 - Changing default source doesn't unmark previous one | Milan Crha | 2011-09-07 | 2 | -11/+89 |
| | |||||
* | Updated Slovenian translation | Mojca Ograjšek | 2011-09-07 | 1 | -7101/+2607 |
| | |||||
* | Bug #655728 - Read proxy settings from GSettings since Gnome 3 | Milan Crha | 2011-09-06 | 1 | -36/+43 |
| | |||||
* | User Docs: Add subsections to Receiving settings for better readability, use ↵ | Andre Klapper | 2011-09-06 | 13 | -33/+209 |
| | | | | lists everywhere | ||||
* | User Docs: Include Security and Default tab pages in new EWS account ↵ | Andre Klapper | 2011-09-06 | 3 | -0/+3 |
| | | | | settings page | ||||
* | User Docs: Add missing includes for Exchange account types | Andre Klapper | 2011-09-06 | 1 | -1/+5 |
| | |||||
* | User Docs: Add initial docu for EWS account setup. Thanks to Akhil Laddha ↵ | Andre Klapper | 2011-09-06 | 2 | -3/+74 |
| | | | | for screenshots. | ||||
* | Bug #655564 - Express remembers settings of not finished account | Milan Crha | 2011-09-06 | 2 | -5/+5 |
| | |||||
* | Bug #655568 - Cursor lost after Collapse all threads called | Milan Crha | 2011-09-06 | 1 | -1/+16 |
| | |||||
* | Bug #655709 - Hide 'Group by' in views when not supported | Milan Crha | 2011-09-06 | 3 | -2/+8 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-05 | 1 | -68/+55 |
| | |||||
* | Fix several issues pointed out by Jiří Eischmann | Andre Klapper | 2011-09-05 | 4 | -10/+10 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-05 | 1 | -61/+73 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-05 | 1 | -23/+16 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2011-09-04 | 1 | -1411/+1275 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-04 | 1 | -60/+100 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.1.91 release.EVOLUTION_3_1_91 | Matthew Barnes | 2011-09-04 | 1 | -0/+22 |
| | |||||
* | Don't require online-accounts support for distcheck. | Matthew Barnes | 2011-09-04 | 1 | -0/+1 |
| | | | | Makes it possible to run "make distcheck" on non-GNOME 3 environments. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 521 | -11588/+16877 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-04 | 1 | -92/+103 |
| | |||||
* | Fix wrong gconf value translations in az, eu, hi, kn, ml, ne, sq, te, xh. ↵ | Andre Klapper | 2011-09-04 | 9 | -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 Klapper | 2011-09-04 | 1 | -0/+35 |
| | | | | Fixes bug #252072 | ||||
* | Updated Spanish translation | Jorge González | 2011-09-03 | 1 | -5/+16 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-09-03 | 1 | -102/+121 |
| | |||||
* | Add page how to change keyboard shortcuts | Andre Klapper | 2011-09-03 | 1 | -0/+31 |
| | |||||
* | User Docs: Add info how to write a good bug report | Andre Klapper | 2011-09-03 | 1 | -3/+5 |
| | |||||
* | Add "Contact Maps" to the configure summary. | Matthew Barnes | 2011-09-03 | 1 | -0/+1 |
| | |||||
* | User Docs: Improve wording and add hint about IRC application | Andre Klapper | 2011-09-03 | 1 | -2/+2 |
| | |||||
* | User Docs: Fix order of Outlook import steps | Andre Klapper | 2011-09-03 | 1 | -5/+6 |
| | |||||
* | User Docs: fixed logo in title bar issue | Tiffany Antopolski | 2011-09-03 | 1 | -2/+3 |
| | |||||
* | User Docs: Remove preceding './' from image path in <title> in the hope of ↵ | Andre Klapper | 2011-09-03 | 1 | -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 Barnes | 2011-09-02 | 2 | -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 Tseng | 2011-09-02 | 2 | -2476/+2468 |
| | |||||
* | Updated French translation | Bruno Brouard | 2011-09-02 | 1 | -4747/+4299 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-09-02 | 1 | -99/+63 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2011-09-01 | 1 | -407/+411 |
| | |||||
* | Bug 657836 - Work around g_unix_signal API changes. | Matthew Barnes | 2011-09-01 | 1 | -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' only | Milan Crha | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Bug 657765 - Explicitly link libgnomecanvas against libm | Frederic Peters | 2011-08-31 | 1 | -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 Barnes | 2011-08-31 | 23 | -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 translation | Jorge González | 2011-08-31 | 1 | -59/+59 |
| | |||||
* | Fix default in image-inline help string. | Matthew Barnes | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Disable inline-image plugin by default. | Matthew Barnes | 2011-08-30 | 1 | -1/+1 |
| | | | | Still waiting for a gtkimageview release that works with GTK+ 3. | ||||
* | Updated Spanish translation | Jorge González | 2011-08-30 | 1 | -117/+96 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2011-08-29 | 1 | -1773/+1274 |
| | |||||
* | Post-release version bump. | Matthew Barnes | 2011-08-29 | 1 | -1/+1 |
| | |||||
* | NEWS update for 3.1.90 release.EVOLUTION_3_1_90_FIXED | Matthew Barnes | 2011-08-29 | 1 | -0/+98 |
| | |||||
* | Fix build break in libeshell. | Matthew Barnes | 2011-08-29 | 1 | -0/+1 |
| | |||||
* | Updated galician translations | Fran Dieguez | 2011-08-28 | 1 | -224/+231 |
| | |||||
* | Updated Galician translations | Fran Dieguez | 2011-08-28 | 1 | -305/+307 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-28 | 1 | -38/+64 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-28 | 1 | -59/+82 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2011-08-28 | 1 | -4915/+3963 |
| | |||||
* | Fix enum generation problems in glib-gen.mak. | Matthew Barnes | 2011-08-27 | 3 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | Don't use pattern rules like %-enumtypes.h anymore because it matches installed header files like camel-enumtypes.h, so you get very strange things happening during the build like: .../camel/camel-enumtypes.h: e-util-enums.h glib-mkenums ... $^ > $@ when e-util-enums.h has a newer timestamp than camel-enumtypes.h. Instead, we'll use another variable name -- glib_enum_output -- to replace the %-enumtypes pattern rules like so: $(glib_enum_output).h: $(glib_enum_headers) glib-mkenums ... $^ > $@ $(glib_enum_output).c: $(glib_enum_headers) glib-mkenums ... $^ > $@ Also use $(AM_V_GEN) to get cleaner looking output while building. | ||||
* | Updated Japanese translation | OKANO Takayoshi | 2011-08-27 | 1 | -2372/+2540 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-08-27 | 1 | -182/+187 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-27 | 1 | -24907/+11051 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-27 | 1 | -11009/+24923 |
| | |||||
* | Stick Account Editor widgets at the top, like it used to before gtk3 | Milan Crha | 2011-08-26 | 1 | -41/+72 |
| | |||||
* | [mail-to-task] Uses incorrect function to free array of message uids | Milan Crha | 2011-08-26 | 1 | -5/+5 |
| | |||||
* | Changing source in CompEditor blocks UI | Milan Crha | 2011-08-26 | 5 | -114/+289 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-26 | 1 | -152/+153 |
| | |||||
* | Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store | Milan Crha | 2011-08-26 | 1 | -4/+11 |
| | |||||
* | Bug #655549 - [mail-to-task] Ignores cancel of source select dialog | Milan Crha | 2011-08-26 | 1 | -0/+2 |
| | |||||
* | Bug #657310 - Crash when editing transport-only accounts | Milan Crha | 2011-08-26 | 2 | -5/+13 |
| | |||||
* | Bug #657396 - Rename Alarms tab to Reminders in preferences | Milan Crha | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | Bug #362366 - Dragging selected folder to message pane duplicates messages | Milan Crha | 2011-08-26 | 1 | -0/+13 |
| | |||||
* | Bug #655708 - Unreadable tooltip for Memo/Task | Milan Crha | 2011-08-26 | 2 | -2/+16 |
| | |||||
* | Fix two TODOs now that UI bug 655629 is fixed | Andre Klapper | 2011-08-26 | 2 | -6/+4 |
| | |||||
* | Bug #655629 - "Path:" label for spool file should be "File:" label | Milan Crha | 2011-08-26 | 2 | -0/+5 |
| | |||||
* | Bug #655490 - Location chooser dialog for Weather calendar is too small | Milan Crha | 2011-08-26 | 1 | -1/+1 |
| | |||||
* | Bug #655419 - "Save as iCalendar" misses mnemonic | Milan Crha | 2011-08-26 | 2 | -2/+2 |
| | |||||
* | User docs: Move TODO outside of sentence for translators | Andre Klapper | 2011-08-25 | 1 | -1/+2 |
| | |||||
* | User docs: Add info about strftime variables | Andre Klapper | 2011-08-25 | 2 | -5/+6 |
| | |||||
* | Add explicit bug ID for TODO about missing Headers option in IMAP+ | Andre Klapper | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | User docs: Add explicit bug ID for TODO about UI issues | Andre Klapper | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | Bug #650839 - Add option for alarms into calendar preferences | Milan Crha | 2011-08-25 | 1 | -0/+42 |
| | |||||
* | User docs: Fix wrong meeting invitation instructions; explain Inherit ↵ | Andre Klapper | 2011-08-25 | 1 | -3/+6 |
| | | | | Reminder option to fix bug #587067 | ||||
* | User docs: Reorder buttons as shown in UI | Andre Klapper | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | User docs: Warn about order of filters. Fixes bug #602906 | Andre Klapper | 2011-08-25 | 2 | -16/+20 |
| | |||||
* | User docs: Fix copy and paste typo | Andre Klapper | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | User Docs: Remove plenking | Andre Klapper | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | User docs: Add introduction sentence for switcher. Fixes bug #657028 | Andre Klapper | 2011-08-25 | 1 | -1/+4 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-08-25 | 1 | -306/+310 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-08-25 | 1 | -147/+231 |
| |