Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refresh contact-editor.ui. | Matthew Barnes | 2010-04-07 | 1 | -1558/+461 | |
| | | | | | | | | | | | | | | | Just letting Glade have its way with the file. No manual changes other than setting GtkVBox orientations to "vertical". | |||||
| * | | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-04-07 | 2 | -10/+11 | |
| | | | | | | | | | | | | avoids the need for intltool changes. | |||||
| * | | Add an extension to configure EWebView. | Matthew Barnes | 2010-04-07 | 8 | -61/+310 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings. Conflicts: widgets/misc/e-web-view.c | |||||
| * | | More API documentation tweaking. | Matthew Barnes | 2010-04-07 | 31 | -5386/+22 | |
| | | | ||||||
| * | | Demonstrate extending the EExtension API. | Matthew Barnes | 2010-04-07 | 9 | -142/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions. | |||||
| * | | Fix build breakage. | Matthew Barnes | 2010-04-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | Move "section" documentation out of header files. | Matthew Barnes | 2010-04-07 | 34 | -101/+101 | |
| | | | ||||||
| * | | Document EExtensible and EExtension. | Matthew Barnes | 2010-04-07 | 8 | -0/+196 | |
| | | | | | | | | | | | | | | | | | | The mechanism here is simple but hard to explain without leaning heavily on object-oriented jargon. Consider this a rough draft. Illustrations would certainly help clarify. | |||||
| * | | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-04-07 | 7 | -207/+285 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | |||||
| * | | Make EShell and related classes extensible. | Matthew Barnes | 2010-04-07 | 8 | -243/+101 | |
| | | | ||||||
| * | | Add extensions to configure calender widgets. | Matthew Barnes | 2010-04-07 | 45 | -431/+844 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. Conflicts: calendar/gui/gnome-cal.c modules/calendar/e-cal-shell-content.c | |||||
| * | | Add an extension to configure EMFormatHTML. | Matthew Barnes | 2010-04-07 | 6 | -22/+141 | |
| | | | | | | | | | | | | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings. | |||||
| * | | Introduce a simple extension system for objects. | Matthew Barnes | 2010-04-07 | 5 | -0/+400 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a simple means of extending Evolution objects. Any GObject subclass wishing to be extensible need only call g_type_add_interface_static (type, E_TYPE_EXTENSIBLE, NULL); when registering its GType, and then at some point during initialization call e_extensible_load_extensions() to load extensions for that subclass. Extensions are implemented by subclassing EExtension, setting the GType being extended in EExtensionClass, and making sure its own GType gets registered at startup. This usually done while loading a GTypeModule. e_extension_get_extensible() provides extensions access to the object being extended. | |||||
| * | | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-04-07 | 5 | -76/+165 | |
| | | | ||||||
| * | | Ahem, use the right installation paths | Federico Mena Quintero | 2010-04-07 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Fallback to the offline case if we can't contact the server anyway | Federico Mena Quintero | 2010-04-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Get the online status from the EShell | Federico Mena Quintero | 2010-04-07 | 1 | -2/+16 | |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Fix Makefile.am thinko | Federico Mena Quintero | 2010-04-07 | 1 | -2/+0 | |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Fix compiler warnings | Federico Mena Quintero | 2010-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oh, yes, I hate xmlChar. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c | |||||
| * | | Read the mail autoconfig files from the right path | Federico Mena Quintero | 2010-04-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Add a bunch of mail autoconfiguration files | Federico Mena Quintero | 2010-04-07 | 192 | -0/+6662 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These come from http://live.mozillamessaging.com/autoconfig/ Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/Makefile.am | |||||
| * | | Basic logic to guess mail autoconfig when offline | Federico Mena Quintero | 2010-04-07 | 1 | -4/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | We will use a set of hardcoded autoconfiguration files, based on the ones from mozillamessaging.com, so that we can auto-configure mail accounts even when we can't read their information from the net. Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Return a success code when parsing a message | Federico Mena Quintero | 2010-04-07 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The child functions of parse_message() do not yet return error values, but this will make it easier to do something with them in the future if they get added. Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | | Factor out function to parse a soup message from a string | Federico Mena Quintero | 2010-04-07 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll need this when we want to parse a pre-cached file for the account configuration guesser. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: capplet/settings/mail-guess-servers.c | |||||
| * | | Compress new contact dialog (first page) a little; more to come. | Michael Meeks | 2010-04-07 | 3 | -5/+31 | |
| |/ | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-04-07 | 1 | -346/+343 | |
| | | ||||||
| * | Do not hide junk mail when vJunk folder not supported by store | Milan Crha | 2010-04-07 | 1 | -7/+23 | |
| | | | | | | | | | | | | | | | | | | This is part of bug #257641, to not hide junk emails in folders where their store doesn't support vJunk folder. In that case the junk mail should be either placed in a real junk folder or not having the flag set. But because there can be mails with the junk flag set, and they would be otherwise hidden for a user, then this allows to show them. | |||||
| * | Bug #614647 - Don't reset names and colors of default mail labels | Matt McCutchen | 2010-04-07 | 1 | -8/+6 | |
| | | ||||||
| * | Bug 614813 - Crash during e-mail migration | Jürg Billeter | 2010-04-07 | 1 | -2/+1 | |
| | | ||||||
| * | Bug 614889 - Memory leaks in EMailSidebar | Paolo Borelli | 2010-04-07 | 1 | -3/+8 | |
| | | ||||||
| * | Bug 614892 - String leak in the composer | Paolo Borelli | 2010-04-07 | 1 | -0/+2 | |
| | | ||||||
| * | Bug 614918 - GnomeGoal: Correct Desktop Files | Javier Jardón | 2010-04-07 | 1 | -1/+0 | |
| | | ||||||
| * | Bug 614926 - Memos and Tasks accelerators switched since 2.28 | Matt McCutchen 2 | 2010-04-07 | 2 | -2/+2 | |
| | | ||||||
| * | Capplet cleanups. | Matthew Barnes | 2010-04-06 | 15 | -822/+355 | |
| | | ||||||
| * | Bug #592117 - Calendar compressed weekend print improvement | pepp | 2010-04-02 | 1 | -5/+5 | |
| | | ||||||
| * | Fixes to Catalan translation | Jordi Serratosa | 2010-04-02 | 1 | -225/+239 | |
| | | ||||||
| * | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 6 | -30/+238 | |
| | | ||||||
| * | Bug #613356 - Calendar doesn't save Task/Memo table state | Milan Crha | 2010-04-01 | 3 | -12/+75 | |
| | | ||||||
| * | Bug #613354 - Folder->Mark all messages as read does not work | Milan Crha | 2010-04-01 | 1 | -1/+5 | |
| | | ||||||
| * | Bug #613261 - application/mbox not shown properly | Milan Crha | 2010-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | Bug #612916 - Runtime error on console when opening a message window | Milan Crha | 2010-04-01 | 1 | -16/+12 | |
| | | ||||||
| * | Bug #612821 - Uses freed memory when changing task's source | Milan Crha | 2010-04-01 | 1 | -4/+13 | |
| | | ||||||
| * | Bug #569945 - Recurrence icon not removed after changing to single event | Milan Crha | 2010-04-01 | 1 | -0/+1 | |
| | | ||||||
| * | Bug #488979 - Disable Edit for card views in contacts | Milan Crha | 2010-04-01 | 1 | -1/+6 | |
| | | ||||||
| * | Bug #374533 - Read window stays open after last email is deleted | Milan Crha | 2010-04-01 | 3 | -0/+51 | |
| | | ||||||
| * | Fix build settings under capplet. | Matthew Barnes | 2010-03-31 | 2 | -21/+10 | |
| | | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-31 | 1 | -65/+86 | |
| | | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-31 | 1 | -388/+194 | |
| | | ||||||
| * | Build libevolution-mail-settings as dll on windows | Fridrich Štrba | 2010-03-31 | 1 | -0/+1 | |
| | | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-31 | 1 | -548/+346 | |
| | | ||||||
| * | Updated Swedish translation | Daniel Nylander | 2010-03-31 | 1 | -6/+5 | |
| | | ||||||
| * | post release version bump | Chenthill Palanisamy | 2010-03-30 | 1 | -2/+2 | |
| | | ||||||
| * | Update version for 2.30.0.1 releaseEVOLUTION_2_30_0_1 | Chenthill Palanisamy | 2010-03-30 | 1 | -2/+2 | |
| | | ||||||
| * | Updated Spanish translation | Jorge González | 2010-03-30 | 1 | -26/+23 | |
| | | ||||||
| * | Updated Swedish translation | Daniel Nylander | 2010-03-30 | 1 | -19/+16 | |
| | | ||||||
| * | Fix build break due to GTK+ deprecations. | Matthew Barnes | 2010-03-30 | 1 | -0/+4 | |
| | | ||||||
| * | Updated Greek translation for evolution documentation | Nikos Bakaoukas | 2010-03-30 | 1 | -131/+23 | |
| | | ||||||
| * | news update for 2.30 releaseEVOLUTION_2_30_0 | Chenthill Palanisamy | 2010-03-30 | 1 | -0/+94 | |
| | | ||||||
| * | update doc version | Chenthill Palanisamy | 2010-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Bug 614049 - Attachment bar causes drawing issues in RTL locales | Matthew Barnes | 2010-03-30 | 1 | -2/+7 | |
| | | ||||||
| * | Updated Bengali translation | Jamil Ahmed | 2010-03-29 | 1 | -36/+36 | |
| | | ||||||
| * | Updated Brazilian Portuguese translation | Rodrigo Flores | 2010-03-29 | 1 | -104/+65 | |
| | | ||||||
| * | Fix Czech translation by Lucas Lommer | Petr Kovar | 2010-03-29 | 1 | -6/+7 | |
| | | ||||||
| * | Updated Greek translation for evolution documentation | Nikos Bakaoukas | 2010-03-29 | 1 | -9422/+3157 | |
| | | ||||||
| * | Update Czech translation by Jiri Eischmann | Petr Kovar | 2010-03-28 | 1 | -1123/+1408 | |
| | | ||||||
| * | Updated Greek translation | Kostas Papadimas | 2010-03-28 | 1 | -3170/+1542 | |
| | | ||||||
| * | Updated Hungarian translation | Gabor Kelemen | 2010-03-28 | 1 | -10386/+9776 | |
| | | ||||||
| * | complete Translation for Punjabi by A S Alam | A S Alam | 2010-03-28 | 1 | -390/+78 | |
| | | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-28 | 1 | -30/+38 | |
| | | ||||||
| * | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-28 | 1 | -4047/+276 | |
| | | ||||||
| * | Updated Danish translation | Kenneth Nielsen | 2010-03-28 | 1 | -405/+601 | |
| | | ||||||
| * | Updated Greek translation of evolution | Thanos Lefteris | 2010-03-28 | 1 | -617/+751 | |
| | | ||||||
| * | Updated Bengali translation | Jamil Ahmed | 2010-03-28 | 1 | -2544/+2367 | |
| | | ||||||
| * | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-27 | 1 | -17/+306 | |
| | | ||||||
| * | Estonian translation updated | Priit Laes | 2010-03-27 | 1 | -585/+1944 | |
| | | ||||||
| * | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-27 | 1 | -994/+1243 | |
| | | ||||||
| * | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-26 | 1 | -0/+84 | |
| | | | | | | | | | | | | | | We measure a sample string, and then clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com> | |||||
| * | Updated Greek translation | Μάριος Ζηντίλης | 2010-03-25 | 1 | -2704/+3111 | |
| | | ||||||
| * | Updated French doc translation | Bruno Brouard | 2010-03-24 | 1 | -2980/+2846 | |
| | | ||||||
| * | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-03-24 | 5 | -37/+36 | |
| | | | | | | | | avoids the need for intltool changes. | |||||
| * | Updated Serbian translations | Игор Несторовић | 2010-03-23 | 2 | -5992/+0 | |
| | | ||||||
| * | Updated Serbian translations | Игор Несторовић | 2010-03-23 | 2 | -3474/+2736 | |
| | | ||||||
| * | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-23 | 1 | -357/+67 | |
| | | ||||||
| * | Updated Greek translation. | Kostas Papadimas | 2010-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Updated Greek translation. | Kostas Papadimas | 2010-03-23 | 1 | -9015/+7999 | |
| | | ||||||
| * | Updated German translation | Christian Kirbach | 2010-03-23 | 1 | -1008/+1302 | |
| | | ||||||
| * | Updated Serbian translations | Игор Несторовић | 2010-03-22 | 2 | -21616/+24206 | |
| | | ||||||
| * | Updated Catalan translation | David Planella | 2010-03-22 | 1 | -3/+3 | |
| | | ||||||
| * | Updated Catalan translation | David Planella | 2010-03-22 | 1 | -713/+918 | |
| | | ||||||
| * | Update Romanian translation | Adi Roiban | 2010-03-22 | 1 | -10337/+10167 | |
| | | ||||||
| * | Updated Swedish translation | Daniel Nylander | 2010-03-22 | 1 | -395/+297 | |
| | | ||||||
| * | Updated Lithuanian translation | Žygimantas Beručka | 2010-03-21 | 1 | -8700/+9756 | |
| | | ||||||
| * | Updated Galician translation | Fran Diéguez | 2010-03-21 | 1 | -340/+589 | |
| | | ||||||
| * | update Punjabi Translation | A S Alam | 2010-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | update Punjabi Translation | A S Alam | 2010-03-21 | 1 | -2578/+2263 | |
| | | ||||||
| * | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-03-20 | 2 | -2459/+3009 | |
| | | ||||||
| * | Updated Korean translation | Changwoo Ryu | 2010-03-20 | 1 | -338/+579 | |
| | | ||||||
| * | Updated Italian translation for welcome message | Luca Ferretti | 2010-03-20 | 1 | -1235/+118 | |
| | | ||||||
| * | Updated French translation | Claude Paroz | 2010-03-20 | 1 | -629/+881 | |
| | | ||||||
| * | added Russian translation | Leonid Kanter | 2010-03-19 | 2 | -10389/+12760 | |
| | | ||||||
| * | updated Russian translation | Leonid Kanter | 2010-03-19 | 1 | -281/+152 | |
| | | ||||||
| * | Updated Brazilian Portuguese translation | Djavan Fagundes | 2010-03-19 | 1 | -11581/+10558 | |
| | | ||||||
| * | Updated Italian translation | Luca Ferretti | 2010-03-19 | 1 | -150/+129 | |
| | | ||||||
| * | Bug 612209 - Missing stock icons in Evolution | Matthew Barnes | 2010-03-19 | 61 | -1/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bundle needed stock icons recently dropped from gnome-icon-theme. Need to reevaluate which icons we really need and drop the rest. Many are not Tango-compliant and look dated and out of place. The following icon names are bundled: stock_alarm stock_bell stock_check-filled stock_contact-list stock_insert-note stock_mail-filters-apply stock_mail-flag-for-followup stock_mail-flag-for-followup-done stock_mail-open-multiple stock_mail-unread-multiple stock_new-meeting stock_score-high stock_score-higher stock_score-highest stock_score-low stock_score-lower stock_score-lowest stock_score-normal stock_shared-by-me stock_shared-to-me stock_show-all stock_signature stock_signature-bad stock_signature-ok stock_task stock_task-assigned stock_task-assigned-to stock_task-recurring stock_timezone stock_todo stock_video-conferencing stock_view-details | |||||
| * | Updated Italian translation | Luca Ferretti | 2010-03-18 | 1 | -10503/+12734 | |
| | | ||||||
| * | Updated Bulgarian translation | Alexander Shopov | 2010-03-18 | 1 | -167/+166 | |
| | | ||||||
| * | Updated Portuguese translation | Duarte Loreto | 2010-03-18 | 1 | -9/+9 | |
| | | ||||||
| * | Updated British English translation | Bruce Cowan | 2010-03-18 | 1 | -1057/+1281 | |
| | | ||||||
| * | updated Russian translation from | Leonid Kanter | 2010-03-18 | 1 | -2364/+2356 | |
| | | ||||||
| * | Updated Slovenian translation | Matej Urbančič | 2010-03-18 | 1 | -162/+162 | |
| | | ||||||
| * | Updated Spanish translation | Jorge González | 2010-03-18 | 1 | -209/+170 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-05-27 | 1 | -57/+16 | |
| | | ||||||
* | | Bug #478090 - Meeting acceptances for attendees who weren't listed are lost | Milan Crha | 2010-05-26 | 1 | -4/+6 | |
| | | ||||||
* | | Bug #599794 - Reopened drafts shouldn't ask for save without change | Milan Crha | 2010-05-26 | 1 | -3/+1 | |
| | | ||||||
* | | Bug 576165 - SIGSEGV in e_plugin_mono_register_type (bnc) | Chenthill Palanisamy | 2010-05-26 | 1 | -3/+5 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-05-26 | 1 | -932/+1190 | |
| | | ||||||
* | | Updated Galician translations | Fran Diéguez | 2010-05-25 | 1 | -4/+16 | |
| | | ||||||
* | | Estonian translation updated | Ivar Smolin | 2010-05-25 | 1 | -279/+366 | |
| | | ||||||
* | | Add tooltips for print button on CompEditor toolbar. | Matthew Barnes | 2010-05-24 | 3 | -0/+11 | |
| | | ||||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-24 | 1 | -936/+1147 | |
| | | ||||||
* | | Post-release version bump. | Matthew Barnes | 2010-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | NEWS update for 2.31.2 release.EVOLUTION_2_31_2_CORRECTED | Matthew Barnes | 2010-05-24 | 1 | -0/+96 | |
| | | ||||||
* | | Updated Galician translations | Fran Diéguez | 2010-05-23 | 1 | -130/+135 | |
| | | ||||||
* | | Fix compiler warnings. | Matthew Barnes | 2010-05-22 | 3 | -2/+3 | |
| | | ||||||
* | | Bug #617557 - Quits without asking user to save unfinished messages | Milan Crha | 2010-05-21 | 1 | -13/+14 | |
| | | ||||||
* | | Bug #546551 - Dialog for mark-all-read always mentions subfolders | Milan Crha | 2010-05-21 | 5 | -3/+58 | |
| | | ||||||
* | | Bug #531013 - Proxy login window is not in focus. | Vibha Yadav | 2010-05-21 | 1 | -0/+3 | |
| | | | | | | | | Grab focus for the Proxy Login window. | |||||
* | | Bug 608855 - Can't drag and drop multiple attachments | Matthew Barnes | 2010-05-21 | 4 | -24/+175 | |
| | | | | | | | | Based on EggTreeMultiDragSource in libegg. | |||||
* | | Bug #616889 - Force 24h format for locales not supporting 12h format | Gert Michael Kulyk | 2010-05-21 | 1 | -0/+5 | |
| | | ||||||
* | | Updated Galician translations | Fran Diéguez | 2010-05-21 | 1 | -547/+750 | |
| | | ||||||
* | | [win32] Register evolution as able to handle ldif files too | Fridrich Štrba | 2010-05-20 | 1 | -8/+107 | |
| | | ||||||
* | | On Windows, some LDIF files can have .ldi extension | Fridrich Štrba | 2010-05-20 | 1 | -2/+2 | |
| | | ||||||
* | | Consider full name and also the first part of e-mail address for | Fridrich Štrba | 2010-05-20 | 1 | -0/+15 | |
| | | | | | | | | contact description in the import dialogue. | |||||
* | | Create the source groups required to ensure local adresssbooks and calendars ↵ | Chenthill Palanisamy | 2010-05-20 | 2 | -0/+8 | |
| | | | | | | | | are created | |||||
* | | Improve attachment bar selection behavior. | Matthew Barnes | 2010-05-20 | 3 | -105/+59 | |
| | | | | | | | | | | | | | | | | | | | | Some improvements made while investigating bug #608855. This does not solve the bug however, and in fact I now believe the bug is actually a GTK+ issue after reproducing the bug in gtk-demo. These improvements restore multiple selections via Ctrl+Click and Shift+Click, and also reduces the frequency that we synchronize the selection between Icon View and Tree View. | |||||
* | | Require GtkHtml 3.31.2 for new API in bug #220672. | Matthew Barnes | 2010-05-20 | 1 | -1/+1 | |
| | | ||||||
* | | Bug #220672 - Excessive autosaving uses lots of resources | Milan Crha | 2010-05-20 | 1 | -25/+53 | |
| | | ||||||
* | | Bug #304415 - Allow change of signature hash algorithm | Milan Crha | 2010-05-20 | 4 | -21/+216 | |
| | | ||||||
* | | Add missing include | H.Habighorst | 2010-05-20 | 1 | -0/+1 | |
| | | ||||||
* | | [win32} Register evolution as "Contacts" application and .vcf handler | Fridrich Štrba | 2010-05-19 | 3 | -4/+153 | |
| | | ||||||
* | | Bug #617041 - Set translation domain for e-mail-reader actions | Gert Kulyk | 2010-05-19 | 1 | -0/+1 | |
| | | ||||||
* | | Bug #598833 - Do not ship dropped evo_mail_notifier.png | Yves-Alexis Perez | 2010-05-19 | 1 | -1/+0 | |
| | | ||||||
* | | Bug #523775 - Order of Email Addresses in UI is broken | Milan Crha | 2010-05-19 | 1 | -12/+12 | |
| | | ||||||
* | | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 2 | -4/+5 | |
| | | ||||||
* | | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 3 | -22/+38 | |
| | | ||||||
* | | Bug 594153 (3/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | By tying the attachment view "editable" action group to comp-editor "individual" group, these add/remove actions are marked sensitive / insensitive in sync with the existing "Insert" menu items which are already in the "individual" group. Though not introduced with the other symptoms of this bug (0597b877c5bf4d21ac4048742ddf6b11e24877ba), the descreptency fixed here is integrally related. | |||||
* | | Bug 594153 (2/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The "view-time-zone" and "view-categories" actions should not have been grouped with the "individual" action group but rather the "core" action group, as they should always be available regardless of whether or not the element being edited is read-only/owned, as they simply affect visibility of various widgets. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. | |||||
* | | Bug 594153 (1/3) - Allow setting alarms on any meeting | Jim Ramsay | 2010-05-19 | 5 | -13/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | This introduces a new action_group called "editable" in the comp-editor that can be used by other components to assign actions that should be sensitized separately from the existing "individual" group, such as the "Alarms" and "Show Time as Busy" event actions. This fixes a bug introduced in 0597b877c5bf4d21ac4048742ddf6b11e24877ba where these two actions were accidentally grouped with other actions that should legitimately be in the "individual" group. | |||||
* | | Bug #499320 - Preview before import from command line | Milan Crha | 2010-05-19 | 19 | -25/+1901 | |
| | | ||||||
* | | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 2 | -68/+89 | |
| | | | | | | | | to be used by windows default application setting dialogue | |||||
* | | Bug 618902 - Crash when viewing/closing messages quickly | Matthew Barnes | 2010-05-18 | 3 | -25/+39 | |
| | | | | | | | | | | | | | | | | Closing an EMailBrowser window causes it to be disposed immediately, but ongoing async operations still hold an EMailBrowser reference -- in particular, regenerating the internal message list and fetching a mail message. The callback functions for these operations were not equipped to deal with the disposed-but-not-yet-finalized object. | |||||
* | | EMailBrowser cleanup. | Matthew Barnes | 2010-05-18 | 1 | -3/+2 | |
| | | ||||||
* | | Updated Galician translations | Fran Diéguez | 2010-05-18 | 1 | -287/+289 | |
| | | ||||||
* | | Bug 617865 - Various data file cleanups | Matthew Barnes | 2010-05-18 | 7 | -47/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide. | |||||
* | | Fix distcheck errors. | Matthew Barnes | 2010-05-18 | 2 | -3/+5 | |
| | | ||||||
* | | Ouch, fix a typo! | Fridrich Štrba | 2010-05-17 | 1 | -1/+1 | |
| | | ||||||
* | | [win32] Make Evolution actually appear in "Set Program Access and | Fridrich Štrba | 2010-05-17 | 1 | -12/+6 | |
| | | | | | | | | | | | | Defaults" dialogue and use quoted string instead of short path, since this is how the "Hotmail" e-mail provider is doing it (unlike what documentation says) | |||||
* | | [win32] Don't call glib functions before g_thread_init was called and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 | |
| | | | | | | | | register evolution as capable to handle mailto: protocol on startup | |||||
* | | Updated Shavian translation | Thomas Thurman | 2010-05-17 | 1 | -820/+399 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-05-16 | 1 | -4/+4 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-05-16 | 1 | -85/+81 | |
| | | ||||||
* | | Estonian translation updated | Ivar Smolin | 2010-05-15 | 1 | -1278/+1582 | |
| | | ||||||
* | | Updated Shavian translation | Thomas Thurman | 2010-05-15 | 1 | -540/+319 | |
| | | ||||||
* | | Updated Shavian translation | Thomas Thurman | 2010-05-15 | 1 | -526/+408 | |
| | | ||||||
* | | Bug 618578 - Require automake >= 1.10 | Matthew Barnes | 2010-05-15 | 2 | -2/+2 | |
| | | ||||||
* | | Bug #531912 - Mail inline parser doesn't always work | Milan Crha | 2010-05-14 | 2 | -29/+52 | |
| | | ||||||
* | | Bug 615745 - New task pop up in calendar day view doesn't work | Matthew Barnes | 2010-05-14 | 2 | -10/+28 | |
| | | ||||||
* | | Bug #607257 - Add checks for event->comp_data != NULL | Milan Crha | 2010-05-14 | 15 | -41/+623 | |
| | | ||||||
* | | Bug #604971 - Evolution allows deletion of default views | Milan Crha | 2010-05-14 | 1 | -16/+24 | |
| | | ||||||
* | | Initial implementation of setting evolution as default mail client and ↵ | Fridrich Štrba | 2010-05-13 | 3 | -1/+314 | |
| | | | | | | | | mailto handler. | |||||
* | | Convert "default-mailer" plugin to an extension. | Matthew Barnes | 2010-05-13 | 11 | -205/+335 | |
| | | ||||||
* | | Updated Shavian transliteration | Thomas Thurman | 2010-05-13 | 1 | -6381/+10769 | |
| | | ||||||
* | | Updated Galician translations | Fran Diéguez | 2010-05-13 | 1 | -111/+127 | |
| | | ||||||
* | | Bug #603006 - Move All Contacts To enabled for read-only address books | Milan Crha | 2010-05-13 | 2 | -2/+13 | |
| | | ||||||
* | | Bug 615291 - Preview pane's attachment bar accepts drop | Matthew Barnes | 2010-05-12 | 1 | -5/+14 | |
| | | ||||||
* | | Bug 618400 - "Mark All Messages as Read" shortcut missing | Matthew Barnes | 2010-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | Bug 616640 - Don't display attachment size if it's unknown | Matthew Barnes | 2010-05-12 | 1 | -2/+5 | |
| | | ||||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-12 | 1 | -194/+221 | |
| | | ||||||
* | | Updated Oriya Translation | Manoj Kumar Giri | 2010-05-11 | 1 | -19/+19 | |
| | | ||||||
* | | Updated Oriya Translation | Manoj Kumar Giri | 2010-05-11 | 1 | -4567/+3437 | |
| | | ||||||
* | | Updated Oriya Translation | Manoj Kumar Giri | 2010-05-11 | 1 | -10323/+11573 | |
| | | ||||||
* | | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 | |
| | | | | | | | | need it in some situations. | |||||
* | | [help] Updated German help translation screenshots | Christian Kirbach | 2010-05-11 | 19 | -15/+4 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-05-11 | 1 | -347/+301 | |
| | | ||||||
* | | Bug #616823 - Evolution allows moving IMAP Inbox to other folders | Milan Crha | 2010-05-11 | 1 | -1/+25 | |
| | | ||||||
* | | There is no 'shadow-type' property on a GtkExpander | Milan Crha | 2010-05-11 | 1 | -1/+0 | |
| | | ||||||
* | | Bug #618177 - Mobile Phone of imported contact not shown in preview | Milan Crha | 2010-05-10 | 1 | -11/+20 | |
| | | ||||||
* | | Bug #617496 - Critical warnings when open a task | Milan Crha | 2010-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | Bug 618113 - Missing icon in alarm dialog | Matthew Barnes | 2010-05-09 | 2 | -0/+5 | |
| | | ||||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 16 | -611/+548 | |
| | | | | | | | | | | This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now. | |||||
* | | Added be to LINGUAS | Ihar Hrachyshka | 2010-05-08 | 1 | -0/+1 | |
| | | ||||||
* | | Fix the double-free. | Bharath Acharya | 2010-05-07 | 1 | -1/+0 | |
| | | ||||||
* | | Bug #545462 - Printing of contacts is weird. | Vibha Yadav | 2010-05-07 | 5 | -23/+168 | |
| | | | | | | | | Lot of improvements in contact printing. A few more to follow suit. | |||||
* | | Bug #240317 - Allow searching in subscribe dialog | Milan Crha | 2010-05-06 | 2 | -125/+482 | |
| | | ||||||
* | | Estonian translation updated | Mattias Põldaru | 2010-05-04 | 1 | -3/+3 | |
| | | ||||||
* | | Bug #593890 - New folder window is not in focus in filter dialog | Milan Crha | 2010-05-04 | 1 | -1/+5 | |
| | | ||||||
* | | Bug #611560 - 'Mark as junk' should be disabled in junk folder | Milan Crha | 2010-05-04 | 2 | -2/+7 | |
| | | ||||||
* | | post release version bump | Chenthill Palanisamy | 2010-05-03 | 1 | -1/+1 | |
| | | ||||||
* | | news update for 2.31.1 releaseEVOLUTION_2_31_1 | Chenthill Palanisamy | 2010-05-03 | 1 | -0/+172 | |
| | | ||||||
* | | Updated German help translation | Christian Kirbach | 2010-05-03 | 1 | -24/+33 | |
| | | ||||||
* | | Updated German translation | Mario Blättermann | 2010-05-02 | 1 | -4561/+4726 | |
| | | ||||||
* | | Updated Galician translation | Fran Diéguez | 2010-05-02 | 1 | -396/+402 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 33 | -204/+409 | |
| | | ||||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-02 | 1 | -4579/+3582 | |
| | | ||||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 25 | -300/+273 | |
| | | ||||||
* | | Bug #614346 - Use cached table row height rather than recalculate | Michel Dänzer | 2010-04-30 | 1 | -11/+11 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-04-30 | 1 | -68/+61 | |
| | | ||||||
* | | Revert "Work around another dropped gnome-icon-theme icon." | Matthew Barnes | 2010-04-30 | 5 | -11/+11 | |
| | | | | | | | | | | | | This reverts commit edf6286a38279e6db82dee4da50e94c587f06e02. gnome-icon-theme got it wrong, not us. See bug #616954. | |||||
* | | Updated Spanish translation | Jorge González | 2010-04-30 | 1 | -372/+349 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-04-29 | 1 | -503/+613 | |
| | | ||||||
* | | Bug #545505 - Properly free unused message infos periodically | Milan Crha | 2010-04-29 | 6 | -23/+27 | |
| | | ||||||
* | | Bug #609052 - Crash printing contacts in List View | Bharath Acharya | 2010-04-29 | 1 | -1/+0 | |
| | | | | | | | | The returned widget does not have a reference added, so you do not need to unref it. | |||||
* | | [i18n] Strings not aligned in ui. (bgo #616181) | Mario Carrion | 2010-04-29 | 1 | -2/+2 | |
| | | ||||||
* | | Fixed bug #569523 in be.po | Ihar Hrachyshka | 2010-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | Bug #609052 - Proper warning should be shown. | Punit Jain | 2010-04-28 | 2 | -9/+9 | |
| | | | | | | | | when saving calendar items without summary. | |||||
* | | Bug #614900 - Description field in calendar list view. | Punit Jain | 2010-04-28 | 1 | -0/+1 | |
| | | ||||||
* | | Bug #604430 - Calendar view not remembered | Milan Crha | 2010-04-28 | 1 | -2/+3 | |
| | | ||||||
* | | Updated Galician translations | Francisco Diéguez | 2010-04-27 | 1 | -687/+713 | |
| | | ||||||
* | | Bug #610495 - Plugins should define e_plugin_lib_enable | Roy Marples | 2010-04-27 | 18 | -0/+136 | |
| | | ||||||
* | | Updated French translation | Bruno Brouard | 2010-04-27 | 1 | -1577/+549 | |
| | | ||||||
* | | Bug #615384 - Use contact's free/busy URL only when not empty | Holger Mickler | 2010-04-27 | 1 | -0/+5 | |
| | | ||||||
* | | One more fix of the icon installation | Fridrich Štrba | 2010-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a typo on Makefile.am that prevents installation of a big chunk | Fridrich Štrba | 2010-04-27 | 1 | -1/+1 | |
| | | | | | | | | of the stock icons | |||||
* | | Updated Latvian translation. | Peteris Krisjanis | 2010-04-27 | 1 | -9948/+13369 | |
| | | ||||||
* | | Use default headers when none stored to display in mailer | Milan Crha | 2010-04-27 | 1 | -2/+5 | |
| | | | | | | | | As part of bug #603418, to fix a corner case | |||||
* | | Fix linking of face plugin | Fridrich Štrba | 2010-04-26 | 1 | -0/+1 | |
| | | ||||||
* | | Bug #603418 - Custom headers not displayed in message preview | Milan Crha | 2010-04-26 | 6 | -130/+216 | |
| | | ||||||
* | | Bug #613392 - No copyright/licensing information for geo-utils | Cedric Bosdonnat | 2010-04-26 | 2 | -0/+44 | |
| | | ||||||
* | | Estonian translation updated | Mattias Põldaru | 2010-04-26 | 1 | -9/+9 | |
| | | ||||||
* | | include missing header | Michael Meeks | 2010-04-25 | 1 | -1/+2 | |
| | | ||||||
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 67 | -856/+837 | |
| | | ||||||
* | | Initialize dbus threading to avoid loosing alarms | Michael Meeks | 2010-04-23 | 1 | -0/+1 | |
| | | ||||||
* | | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-23 | 3 | -0/+8 | |
| | | | | | | | | setting Evolution comme defaut mail application on windows. | |||||
* | | Remove 3 leftover references to non-existing libraries | Fridrich Štrba | 2010-04-23 | 3 | -12/+0 | |
| | | ||||||
* | | Bug #360461 - Avoid markup in translatable messages | Milan Crha | 2010-04-23 | 12 | -97/+186 | |
| | | ||||||
* | | Work around another dropped gnome-icon-theme icon. | Matthew Barnes | 2010-04-23 | 5 | -11/+11 | |
| | | | | | | | | mail-mark-notjunk -> mail-mark-not-junk | |||||
* | | Updated Kannada translations | Shankar Prasad | 2010-04-22 | 1 | -12568/+12924 | |
| | | ||||||
* | | Added Catalan (Valencian) translation | Carles Ferrando | 2010-04-22 | 2 | -0/+28300 | |
| | | ||||||
* | | Fix migration event hook for google-account-setup and calendar-weather plugins | Philip Withnall | 2010-04-21 | 2 | -2/+2 | |
| | | ||||||
* | | fix disappearing e-table headers by realising the (horrible) | Michael Meeks | 2010-04-21 | 1 | -0/+1 | |
| | | | | | | | | pet widget we are going to steal the gc from, so it actually has it. | |||||
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-21 | 1 | -3/+9 | |
| | | ||||||
* | | Fix compiler warnings. | Matthew Barnes | 2010-04-21 | 37 | -5/+126 | |
| | | ||||||
* | | Updated German help translation | Christian Kirbach | 2010-04-21 | 1 | -64/+334 | |
| | | ||||||
* | | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-21 | 1 | -69/+67 | |
| | | ||||||
* | | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-21 | 1 | -12019/+13708 | |
| | | ||||||
* | | Don't bundle 256x256 icon since it does not work anyway | Fridrich Štrba | 2010-04-20 | 1 | -0/+0 | |
| | | ||||||
* | | Give the windows version of evolution-alarm-notify a nice win32 icon | Fridrich Štrba | 2010-04-20 | 4 | -4/+16 | |
| | | ||||||
* | | Adding the stock_people icon needed and absent in gnome-icon-theme | Fridrich Štrba | 2010-04-20 | 4 | -0/+3 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-04-20 | 1 | -55/+54 | |
| | | ||||||
* | | Add more stock icons dropped from gnome-icon-theme. | Matthew Barnes | 2010-04-20 | 7 | -0/+6 | |
| | |