Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 593627 - Tool bar > new > contact list doesn't work | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Bug 593675 - Freeze on startup | Milan Crha | 2009-09-01 | 1 | -12/+41 |
| | |||||
* | Update Norwegian bokmål translation. | Kjartan Maraas | 2009-09-01 | 1 | -6814/+6882 |
| | |||||
* | Bug 593614 - efh_format_secure() recurses forever | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Bug 579598 - Change in view types (from Menu) is not working | Milan Crha | 2009-09-01 | 2 | -2/+2 |
| | |||||
* | Bug 593685 - Insensitive actions after start | Matthew Barnes | 2009-09-01 | 2 | -2/+2 |
| | |||||
* | Bug 593613 - Doesn't differentiate an appointment and meeting button click | Matthew Barnes | 2009-09-01 | 1 | -0/+3 |
| | |||||
* | Get EConfig and EEvent hooks working again. | Matthew Barnes | 2009-09-01 | 13 | -44/+100 |
| | | | | | | | | | | | | | There were a number of problems: - Walk the GType tree to find EPluginHook subclasses, instead of just registering the immediate children. - Some EConfig and EEvent subclasses were not being configured properly (particularly the mail and calendar subclasses). - Add preference window pages after the main loop starts to make sure all plugins and plugin hooks are installed first. | ||||
* | Bug #494531 - Use quoted-printable encoding when necessary | David Liang | 2009-08-31 | 1 | -1/+2 |
| | | | | For example when part body contains a line longer than some max. | ||||
* | Bug #593648 - mail-to-task used full path in .eplug file | Milan Crha | 2009-08-31 | 1 | -1/+1 |
| | | | | just a part-of-bug, this doesn't fix whole bug. | ||||
* | Fix for few compiler warnings | Milan Crha | 2009-08-31 | 3 | -15/+5 |
| | |||||
* | Updated breton translation | Denis Arnaud | 2009-08-31 | 1 | -1403/+996 |
| | |||||
* | Fix widget include paths in public header files. | Matthew Barnes | 2009-08-31 | 4 | -5/+5 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2009-08-30 | 5 | -1424/+9 |
| | |||||
* | Merge commit 'origin/kill-bonobo' | Matthew Barnes | 2009-08-30 | 984 | -90104/+105994 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2009-08-30 | 17 | -37/+36 |
| | | |||||
| * | Drop libbonoboui from configure.ac and pkg-config files. | Matthew Barnes | 2009-08-30 | 3 | -26/+11 |
| | | |||||
| * | Drop obsolete Bonobo-based importer documentation. | Matthew Barnes | 2009-08-30 | 11 | -526/+0 |
| | | |||||
| * | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 94 | -2723/+2608 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
| * | Re-enable more calendar code. | Matthew Barnes | 2009-08-28 | 9 | -31/+14 |
| | | |||||
| * | Update NEWS for 2.27.91 release. | Matthew Barnes | 2009-08-28 | 1 | -0/+31 |
| | | |||||
| * | Build with -Wl,--no-undefined and fix linker errors. | Matthew Barnes | 2009-08-28 | 3 | -4/+11 |
| | | |||||
| * | Whitespace cleanup in configure.ac. | Matthew Barnes | 2009-08-28 | 1 | -14/+14 |
| | | |||||
| * | Fix distcheck error. | Matthew Barnes | 2009-08-28 | 1 | -0/+1 |
| | | |||||
| * | Fix calendar pane positioning. | Matthew Barnes | 2009-08-28 | 2 | -8/+8 |
| | | |||||
| * | Add vertical view to Contacts. | Matthew Barnes | 2009-08-28 | 5 | -33/+195 |
| | | |||||
| * | Remove redundant "vertical view" functions. | Matthew Barnes | 2009-08-28 | 5 | -130/+98 |
| | | |||||
| * | Add vertical view to Memos and Tasks. | Matthew Barnes | 2009-08-28 | 14 | -95/+419 |
| | | |||||
| * | Add EPaned widget to generalize vertical view. | Matthew Barnes | 2009-08-28 | 5 | -145/+441 |
| | | |||||
| * | Fix preview pane size persistance. | Matthew Barnes | 2009-08-28 | 2 | -22/+127 |
| | | | | | | | | | | | | | | | | The new packing style broke preview pane size restoration at startup. The fix is to store the size of the bottom GtkPaned child instead of the top child. Unfortunately GtkPaned does not make this easy. Will have to repeat this procedure for the other preview panes. | ||||
| * | Nit pick. | Matthew Barnes | 2009-08-28 | 1 | -2/+2 |
| | | |||||
| * | Fix return types to match the type of function | Kjartan Maraas | 2009-08-27 | 1 | -2/+2 |
| | | |||||
| * | Fix return types | Kjartan Maraas | 2009-08-27 | 1 | -3/+3 |
| | | |||||
| * | Fix discrepancy wrt what's actually in the UI | Kjartan Maraas | 2009-08-27 | 1 | -1/+1 |
| | | |||||
| * | More panel resizing goodness. | Matthew Barnes | 2009-08-27 | 2 | -4/+4 |
| | | |||||
| * | Fix resize behavior of main window panes. | Matthew Barnes | 2009-08-27 | 5 | -9/+9 |
| | | | | | | | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason. | ||||
| * | Switch between classic and vertical view using GtkOrientable. | Matthew Barnes | 2009-08-26 | 1 | -18/+9 |
| | | |||||
| * | Deal with untracked files in git. | Matthew Barnes | 2009-08-26 | 4 | -1/+14 |
| | | |||||
| * | Add menu item ellipsis according to bug #324492. | Matthew Barnes | 2009-08-25 | 3 | -3/+3 |
| | | |||||
| * | Bug 488409 - Remember size of filter/vfolder editor windows | Matthew Barnes | 2009-08-25 | 6 | -177/+296 |
| | | |||||
| * | Bug 592335 - Submit bug-report doesn't work | Matthew Barnes | 2009-08-25 | 1 | -1/+1 |
| | | |||||
| * | Bug 511769 - Poor indication of when network is unavailable | Matthew Barnes | 2009-08-25 | 2 | -6/+40 |
| | | |||||
| * | Bug 359909 - "New" Button too small | Matthew Barnes | 2009-08-25 | 1 | -0/+25 |
| | | |||||
| * | Exit if no command-line URIs are handled. | Matthew Barnes | 2009-08-25 | 5 | -21/+28 |
| | | |||||
| * | Remember position of main window. | Matthew Barnes | 2009-08-25 | 2 | -1/+23 |
| | | |||||
| * | Handle calendar URIs from the command line. | Matthew Barnes | 2009-08-25 | 5 | -48/+151 |
| | | |||||
| * | Updated Swedish translation | Daniel Nylander | 2009-08-24 | 1 | -1048/+1302 |
| | | |||||
| * | Updated German translation | Christian Kirbach | 2009-08-24 | 1 | -3541/+4154 |
| | | |||||
| * | Bump version to match gnome-2-28 branch. | Matthew Barnes | 2009-08-24 | 1 | -1/+1 |
| | | |||||
| * | Updated Bulgarian translation | Alexander Shopov | 2009-08-24 | 1 | -5610/+6215 |
| | | |||||
| * | Added Norwegian bokmål translation. | Kjartan Maraas | 2009-08-24 | 1 | -861/+1011 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-24 | 1 | -140/+122 |
| | | |||||
| * | Updated Galician Translation | Antón Méixome | 2009-08-24 | 1 | -297/+228 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-24 | 1 | -68/+52 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-24 | 1 | -384/+242 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-24 | 1 | -392/+301 |
| | | |||||
| * | Updated Hebrew translation | Mark Krapivner | 2009-08-24 | 1 | -3052/+3383 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-24 | 1 | -739/+424 |
| | | |||||
| * | Updated Bengali translation | Jamil Ahmed | 2009-08-24 | 1 | -9454/+11827 |
| | | |||||
| * | Updated Marathi Translations | Sandeep Shedmake | 2009-08-24 | 1 | -3959/+21364 |
| | | |||||
| * | Updated Marathi Translations | Sandeep Shedmake | 2009-08-24 | 1 | -22604/+3954 |
| | | |||||
| * | Fix distcheck error. | Matthew Barnes | 2009-08-23 | 1 | -1/+0 |
| | | |||||
| * | Stop killing evolution-data-server services. | Matthew Barnes | 2009-08-23 | 4 | -91/+1 |
| | | | | | | | | That includes startup and --force-shutdown. | ||||
| * | Cleanup mail-notification configuration page. | Matthew Barnes | 2009-08-23 | 1 | -217/+190 |
| | | |||||
| * | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 11 | -56/+113 |
| | | |||||
| * | Fix Gtk-Doc build break. | Matthew Barnes | 2009-08-23 | 1 | -1/+0 |
| | | |||||
| * | Fix migration errors. | Matthew Barnes | 2009-08-23 | 3 | -6/+3 |
| | | |||||
| * | Bug 592680 - Remove deprecated Encoding key from desktop file | Frederic Peters | 2009-08-23 | 1 | -1/+0 |
| | | |||||
| * | Kill EPopup. | Matthew Barnes | 2009-08-23 | 7 | -1264/+0 |
| | | |||||
| * | Kill ECalPopup. | Matthew Barnes | 2009-08-23 | 5 | -720/+2 |
| | | |||||
| * | Remove the popup menu from EMeetingListView. | Matthew Barnes | 2009-08-23 | 2 | -197/+0 |
| | | | | | | | | | | Will restore this later, but the code is too messy to deal with right now. ECalPopup must die. | ||||
| * | More GnomeCalendar cleanup. | Matthew Barnes | 2009-08-19 | 4 | -131/+73 |
| | | |||||
| * | Trim more fat off the GnomeCalendar API. | Matthew Barnes | 2009-08-19 | 8 | -329/+306 |
| | | | | | | | | Oh and hey look, I can see events now! | ||||
| * | Re-enable more calendar bits. | Matthew Barnes | 2009-08-19 | 3 | -12/+1 |
| | | |||||
| * | Remove obsolete Bonobo IDs from killev. | Matthew Barnes | 2009-08-19 | 1 | -9/+0 |
| | | |||||
| * | Fix a distcheck error. | Matthew Barnes | 2009-08-19 | 1 | -1/+0 |
| | | |||||
| * | Centralize week-start-day tracking in calendar views. | Matthew Barnes | 2009-08-19 | 8 | -275/+146 |
| | | | | | | | | | | Track the value in ECalModel instead of in GnomeCalendar, EDayView and EWeekView. | ||||
| * | ECalModel cleanup. | Matthew Barnes | 2009-08-18 | 1 | -94/+152 |
| | | |||||
| * | Remove duplicate handlers for date navigator signals. | Matthew Barnes | 2009-08-18 | 3 | -57/+24 |
| | | |||||
| * | Remove an unnecessary libgnomeui include. | Matthew Barnes | 2009-08-18 | 1 | -1/+0 |
| | | |||||
| * | Bug 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 17 | -523/+526 |
| | | |||||
| * | Bug 591829 - Dragging mails to folder tree does not work | Matthew Barnes | 2009-08-18 | 2 | -140/+7 |
| | | |||||
| * | Bug 591830 - Inline attachments no longer shown | Matthew Barnes | 2009-08-18 | 1 | -148/+6 |
| | | |||||
| * | Disable Anjal hack until it can be reworked. | Matthew Barnes | 2009-08-18 | 1 | -0/+3 |
| | | |||||
| * | Bug 592032 - Marks message as read when preview is off | Matthew Barnes | 2009-08-18 | 6 | -24/+38 |
| | | |||||
| * | Fix a duplicate mnemonic. | Matthew Barnes | 2009-08-18 | 1 | -1/+1 |
| | | |||||
| * | Bug 592034 - Reply to List doesn't work | Matthew Barnes | 2009-08-18 | 2 | -27/+22 |
| | | |||||
| * | Bug 591755 - Gtk-Doc build failure when NM support disabled | H.Habighorst | 2009-08-17 | 1 | -1/+5 |
| | | |||||
| * | Chip away at GSEAL compliance. | Matthew Barnes | 2009-08-17 | 8 | -31/+68 |
| | | |||||
| * | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 43 | -102/+105 |
| | | |||||
| * | Don't stomp on the warning flags. | Matthew Barnes | 2009-08-16 | 1 | -0/+1 |
| | | |||||
| * | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 12 | -691/+816 |
| | | |||||
| * | Bug 567260 – Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-14 | 5 | -306/+162 |
| | | |||||
| * | Bug 591377 – Fails to detect krb5 in configure with -as-needed | H.Habighorst | 2009-08-14 | 1 | -13/+12 |
| | | |||||
| * | Bug 591321 – Cosmetic changes and fixes in configure.ac | H.Habighorst | 2009-08-14 | 1 | -70/+149 |
| | | |||||
| * | Update GConf when the online/offline button is clicked. | Matthew Barnes | 2009-08-14 | 2 | -0/+20 |
| | | |||||
| * | Track the timezone in one place: ECalModel | Matthew Barnes | 2009-08-13 | 5 | -103/+119 |
| | | |||||
| * | Add new preferences missed during the 2.27.90 merge. | Matthew Barnes | 2009-08-13 | 7 | -9/+145 |
| | | |||||
| * | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 6 | -92/+91 |
| | | |||||
| * | Fix the Labels tab in mail-config.glade. | Matthew Barnes | 2009-08-12 | 1 | -1293/+807 |
| | | | | | | | | | | Also, explicitly specifiy GtkVBox orientations so Glade doesn't stupidly assume it's horizontal. Makes them kind of hard to edit otherwise. | ||||
| * | Get the backup-restore plugin working. | Matthew Barnes | 2009-08-12 | 7 | -71/+79 |
| | | |||||
| * | Get the itip-formatter plugin working. | Matthew Barnes | 2009-08-12 | 13 | -127/+217 |
| | | |||||
| * | Get the calendar-weather plugin working. | Matthew Barnes | 2009-08-12 | 7 | -33/+26 |
| | | |||||
| * | Get the pst-import plugin working. | Matthew Barnes | 2009-08-12 | 2 | -5/+4 |
| | | |||||
| * | Remove unnecessary <calendar/gui/e-cal-popup.h> includes. | Matthew Barnes | 2009-08-12 | 4 | -4/+0 |
| | | |||||
| * | Kill EMenu. | Matthew Barnes | 2009-08-12 | 8 | -1684/+0 |
| | | |||||
| * | Fix distcheck errors. | Matthew Barnes | 2009-08-12 | 2 | -6/+3 |
| | | |||||
| * | Updating Estonian translation | Ivar Smolin | 2009-08-12 | 1 | -45/+146 |
| | | |||||
| * | Mark some ngettext strings as fuzzy to be able to branch | Chenthill Palanisamy | 2009-08-12 | 1 | -2/+2 |
| | | |||||
| * | Mark some ngettext strings as fuzzy to be able to branch | Andre Klapper | 2009-08-12 | 1 | -5662/+6157 |
| | | |||||
| * | Bug 591326 – Keep m4 macros in their own folder | H.Habighorst | 2009-08-12 | 10 | -641/+583 |
| | | |||||
| * | Update czech screenshots. | Andre Klapper | 2009-08-12 | 2 | -0/+0 |
| | | |||||
| * | Fix msgfmt check by setting strings to fuzzy | Andre Klapper | 2009-08-12 | 1 | -8097/+11092 |
| | | |||||
| * | Fix msgfmt check by setting strings to fuzzy | Andre Klapper | 2009-08-12 | 1 | -10/+10 |
| | | |||||
| * | Fix msgfmt check by setting strings to fuzzy | Andre Klapper | 2009-08-12 | 1 | -12/+12 |
| | | |||||
| * | Fix msgfmt check by setting strings to fuzzy | Andre Klapper | 2009-08-12 | 1 | -8316/+13286 |
| | | |||||
| * | Updated Spanish translation | Jorge González | 2009-08-12 | 1 | -6/+12 |
| | | |||||
| * | Bug 591321 – Cosmetic changes and fixes in configure.ac | H.Habighorst | 2009-08-12 | 1 | -227/+228 |
| | | |||||
| * | Updated Galician translation | Antón Méixome | 2009-08-12 | 1 | -6843/+4880 |
| | | |||||
| * | Bug #584030 - [Mail-To-Task] improve duplicate handling and such | Milan Crha | 2009-08-12 | 5 | -28/+468 |
| | | |||||
| * | Fix a build break with libevolution-cal-shared | Milan Crha | 2009-08-12 | 1 | -3/+0 |
| | | |||||
| * | Fix a duplicate install file. | Srinivasa Ragavan | 2009-08-12 | 1 | -2/+0 |
| | | |||||
| * | Allow calendar to be written as a external app and split the huge .so to | Srinivasa Ragavan | 2009-08-12 | 6 | -19/+83 |
| | | | | | | | | a share private lib and component lib. | ||||
| * | Changes for having a light version of calendar. | Srinivasa Ragavan | 2009-08-12 | 4 | -7/+100 |
| | | |||||
| * | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 20 | -797/+2079 |
| | | |||||
| * | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Clean up setup assistant strings | Seán de Búrca | 2009-08-11 | 1 | -6/+6 |
| | | |||||
| * | Fix distcheck errors. | Matthew Barnes | 2009-08-11 | 2 | -1/+2 |
| | | |||||
| * | Bug #580895 - Fix evolution build break | Milan Crha | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Bug #580895 - Kill libgnomeui/gnome-thumbnail.h | Milan Crha | 2009-08-11 | 4 | -23/+118 |
| | | |||||
| * | Bug #324676 - Print preview displays preview of previous month | Milan Crha | 2009-08-11 | 1 | -1/+30 |
| | | |||||
| * | Bug #539334 - Postpone processing event when called recursively | Milan Crha | 2009-08-11 | 1 | -6/+125 |
| | | |||||
| * | Bug 590260 – Minimum requirement of libpst not checked | Matthew Barnes | 2009-08-11 | 1 | -1/+2 |
| | | |||||
| * | BUGFIX: #589982 - Fix a critical warning while replying for a mail | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Compiler warning fixes (as part of bug #424078) | Milan Crha | 2009-08-11 | 5 | -7/+7 |
| | | |||||
| * | Bug #203853 - Cut/Copy key bindings don't work in day and week views | Milan Crha | 2009-08-11 | 4 | -3/+13 |
| | | |||||
| * | Bug #420513 - Be able to notify about meeting only new attendees | Milan Crha | 2009-08-11 | 20 | -65/+279 |
| | | |||||
| * | Updated News for 2.27.90 release. | Chenthill Palanisamy | 2009-08-11 | 1 | -0/+60 |
| | | |||||
| * | Runtime warning (incorrect g_object_unref call) fix | Milan Crha | 2009-08-11 | 1 | -1/+2 |
| | | |||||
| * | Updating Estonian translation | Ivar Smolin | 2009-08-11 | 1 | -8/+9 |
| | | |||||
| * | Make Port string only for Anjal. | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Updated Spanish translation | Jorge González | 2009-08-11 | 1 | -46/+8 |
| | | |||||
| * | Enforce including only top-level GLib and GTK+ headers. | Matthew Barnes | 2009-08-11 | 1 | -0/+2 |
| | | |||||
| * | Updated Spanish translation | Jorge González | 2009-08-11 | 1 | -288/+281 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-11 | 1 | -264/+333 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-11 | 1 | -36/+37 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-11 | 1 | -228/+171 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-11 | 1 | -196/+90 |
| | | |||||
| * | Updated Spanish translation | Jorge González | 2009-08-11 | 1 | -1120/+1488 |
| | | |||||
| * | Updated Welsh translation | Iestyn Pryce | 2009-08-11 | 1 | -1143/+1345 |
| | | |||||
| * | Update Welsh translation | Iestyn Pryce | 2009-08-11 | 1 | -9305/+10082 |
| | | |||||
| * | Bug #586076 - [external-editor] Pass cursor pos to vim | Milan Crha | 2009-08-11 | 2 | -15/+62 |
| | | |||||
| * | Updated Irish translation | Seán de Búrca | 2009-08-11 | 1 | -8401/+8171 |
| | | |||||
| * | Cleanup include file path. | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Includes cleanup. No needs to include gconf-bridge in the header file. | Srinivasa Ragavan | 2009-08-11 | 2 | -1/+1 |
| | | |||||
| * | Bug #551127 - Added translators comment and changed strings slightly | Milan Crha | 2009-08-11 | 1 | -4/+8 |
| | | |||||
| * | Bug #573919 - [Mail-Notification] Check for 'actions' capability | Ken VanDine | 2009-08-11 | 1 | -4/+37 |
| | | |||||
| * | Bug #563041 - Template plugin doesn't work; added new variables | Bharath Acharya | 2009-08-11 | 1 | -31/+47 |
| | | | | | | | | $sender_name and $sender_email | ||||
| * | Bug #401530 - [imap-features] imap-headers.glade issues | Milan Crha | 2009-08-11 | 2 | -13/+25 |
| | | |||||
| * | Bug #563795 - Crashed while importing an mbox file in local folder | Milan Crha | 2009-08-11 | 1 | -3/+22 |
| | | |||||
| * | Updating Estonian translation | Ivar Smolin | 2009-08-11 | 1 | -70/+183 |
| | | |||||
| * | Add a FIXME comment to e-attachment.c | Matthew Barnes | 2009-08-11 | 1 | -0/+2 |
| | | |||||
| * | Bug #587468 - Show meeting icon for component with attendees only | Milan Crha | 2009-08-11 | 5 | -6/+6 |
| | | |||||
| * | Bug #320071 - Unclear why you can't edit appointment in calendar | Milan Crha | 2009-08-11 | 3 | -15/+76 |
| | | |||||
| * | Bug #314599 - Recurrence Tab Should Not Default To Forever | Milan Crha | 2009-08-11 | 3 | -2/+16 |
| | | | | | | | | | | Added a GConf schema key definition. Special value, -1, means forever. | ||||
| * | Bug #325278 - cannot access parts of "save calendar" without mouse | Milan Crha | 2009-08-11 | 2 | -9/+21 |
| | | |||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-11 | 1 | -499/+659 |
| | | |||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-11 | 1 | -4/+4 |
| | | |||||
| * | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-11 | 1 | -2130/+2150 |
| | | |||||
| * | Bug #590392 - Show selected day in day view's second timezone column | Milan Crha | 2009-08-11 | 2 | -3/+9 |
| | | |||||
| * | Re-fix intltool issue to not break other stuff. | Matthew Barnes | 2009-08-11 | 1 | -2/+4 |
| | | |||||
| * | Bug #328361 - Support for "Fifth Sunday *of the month*" | Marcel Stimberg | 2009-08-11 | 1 | -0/+7 |
| | | |||||
| * | Bug #325611 - Rephrased translators comments | Milan Crha | 2009-08-11 | 1 | -2/+2 |
| | | |||||
| * | Updating Estonian translation | Ivar Smolin | 2009-08-11 | 1 | -27/+22 |
| | | |||||
| * | Updating Estonian translation | Ivar Smolin | 2009-08-11 | 1 | -69/+64 |
| | | |||||
| * | Fix an intltool issue in configure.ac. | Matthew Barnes | 2009-08-11 | 1 | -2/+2 |
| | | |||||
| * | Bug #514725 - Critical warnings with appointments | Milan Crha | 2009-08-11 | 2 | -20/+31 |
| | | |||||
| * | Bug #273535 - Meeting request with attachments has bogus CID value | Milan Crha | 2009-08-11 | 3 | -8/+23 |
| | | |||||
| * | Bug #300567 - Calendar drawing optimizations | Milan Crha | 2009-08-11 | 12 | -490/+441 |
| | | |||||
| * | Bug #317290 - [Publish-Calendar] Cancel setup should cancel | Milan Crha | 2009-08-11 | 3 | -21/+27 |
| | | | | | | | | , not continue | ||||
| * | Updating Estonian translation | Mattias Põldaru | 2009-08-11 | 1 | -977/+234 |
| | | |||||
| * | Bug #314599 - Recurrence Tab Should Not Default To Forever | Milan Crha | 2009-08-11 | 4 | -1/+22 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Remove debug messages. | Matthew Barnes | 2009-08-10 | 1 | -4/+0 |
| | | |||||
| * | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 24 | -2419/+283 |
| | | | | | | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup. | ||||
| * | More refactoring of settings management. | Matthew Barnes | 2009-08-09 | 40 | -3657/+1060 |
| | | |||||
| * | Fix a boo boo I made in the autosave code. | Matthew Barnes | 2009-08-07 | 1 | -1/+2 |
| | | |||||
| * | Bug 590747 – Composer autosave can easily lose data | Philip Withnall | 2009-08-07 | 3 | -119/+241 |
| | | |||||
| * | Seal up ESignature and add GObject properties. | Matthew Barnes | 2009-08-07 | 13 | -248/+1762 |
| | | |||||
| * | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 7 | -210/+80 |
| | | |||||
| * | Remove some unnecessary Bonobo includes. | Matthew Barnes | 2009-08-06 | 4 | -8/+1 |
| | | |||||
| * | Fix a typo. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | | |||||
| * | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 61 | -3533/+2620 |
| | | |||||
| * | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 11 | -653/+392 |
| | | |||||
| * | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 18 | -1613/+1343 |
| | | | | | | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
| * | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 23 | -335/+344 |
| | | |||||
| * | Bug #245829 - Cannot copy (with mouse for pasting) appointment summary | Milan Crha | 2009-07-29 | 2 | -2/+42 |
| | | |||||
| * | Bug #575581 - All Day Events Should Not Depend On Calendar Scrolling | Milan Crha | 2009-07-29 | 2 | -5/+10 |
| | | |||||
| * | Bug #579646 - Remember alarm's last notified per calendar | Milan Crha | 2009-07-29 | 3 | -20/+46 |
| | | |||||
| * | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 60 | -19660/+19513 |
| |\ | |||||
| * | | Fix distcheck errors. | Matthew Barnes | 2009-07-28 | 6 | -5/+9 |
| | | | |||||
| * | | Start re-enabling parts of the calendar. | Matthew Barnes | 2009-07-28 | 3 | -84/+15 |
| | | | |||||
| * | | Fix a crash on exit. | Matthew Barnes | 2009-07-28 | 1 | -2/+0 |
| | | | |||||
| * | | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 12 | -157/+119 |
| | | | |||||
| * | | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 10 | -1138/+178 |
| | | | | | | | | | | | | Move calendar search logic to ECalShellView. | ||||
| * | | Re-enable building GnomeCalendar, except it doesn't yet. | Matthew Barnes | 2009-07-26 | 7 | -244/+145 |
| | | | | | | | | | | | | Also, start trimming the API down a bit. Lots of redundancy there. | ||||
| * | | Remove GtkVPaned stuff from GnomeCalendar. | Matthew Barnes | 2009-07-25 | 3 | -101/+0 |
| | | | |||||
| * | | Add EMonthView, a simple subclass of EWeekView. | Matthew Barnes | 2009-07-24 | 5 | -281/+462 |
| | | | |||||
| * | | Move "user_created" signal emission to ECalendarView. | Matthew Barnes | 2009-07-24 | 10 | -114/+113 |
| | | | |||||
| * | | Some minor fixes before I dive into calendar again. | Matthew Barnes | 2009-07-24 | 3 | -19/+74 |
| | | | |||||
| * | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 129 | -593/+593 |
| | | | |||||
| * | | Fix an activity cancellation crasher. | Matthew Barnes | 2009-07-18 | 1 | -3/+10 |
| | | | |||||
| * | | Make errors in taskbar clickable. | Matthew Barnes | 2009-07-18 | 2 | -1/+6 |
| | | | |||||
| * | | Remove unused EActivity properties and subclasses. | Matthew Barnes | 2009-07-18 | 5 | -618/+0 |
| | | | |||||
| * | | Bug 579702 – Contact changes not shown until restart | Matthew Barnes | 2009-07-18 | 4 | -10/+18 |
| | | | |||||
| * | | Kill a debug message. | Matthew Barnes | 2009-07-18 | 1 | -2/+0 |
| | | | |||||
| * | | Implement the mail backend's quit strategy. | Matthew Barnes | 2009-07-17 | 2 | -151/+204 |
| | | | |||||
| * | | Prompt when exiting with unsent messages. | Matthew Barnes | 2009-07-17 | 2 | -2/+51 |
| | | | |||||
| * | | Finish EggSMClient shell integration. | Matthew Barnes | 2009-07-16 | 2 | -34/+105 |
| | | | |||||
| * | | Fix some leftover merge artifacts. | Matthew Barnes | 2009-07-16 | 2 | -8200/+0 |
| | | | |||||
| * | | Update EShell API docs. | Matthew Barnes | 2009-07-15 | 2 | -4/+9 |
| | | | |||||
| * | | Fix some compiler warnings. | Matthew Barnes | 2009-07-15 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 17 | -461/+8601 |
| |\ \ | |||||
| * | | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 444 | -1940/+249 |
| | | | | |||||
| * | | | Fix distcheck errors. | Matthew Barnes | 2009-07-14 | 1 | -0/+2 |
| | | | | |||||
| * | | | Version check for the deprecation workaround was off by one. | Matthew Barnes | 2009-07-14 | 2 | -21/+3 |
| | | | | |||||
| * | | | Work around deprecation of g_mount_unmount(). | Matthew Barnes | 2009-07-14 | 1 | -0/+8 |
| | | | | |||||
| * | | | Fix compiler warnings in tnef-attachments plugin. | Matthew Barnes | 2009-07-14 | 1 | -20/+20 |
| | | | | |||||
| * | | | Fix some build issues. | Matthew Barnes | 2009-07-14 | 7 | -9/+12 |
| | | | | |||||
| * | | | Kill the global EMailShellBackend variable. Yay! | Matthew Barnes | 2009-07-14 | 2 | -15/+0 |
| | | | | |||||
| * | | | Fix some issues when building Anjal. | Matthew Barnes | 2009-07-13 | 4 | -16/+25 |
| | | | | |||||
| * | | | Add a "quit-requested" signal to the shutdown protocol. | Matthew Barnes | 2009-07-13 | 15 | -308/+489 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The contact and contact-list editors now demonstrate this part of the shutdown protocol. They listen for the "quit-requested" signal from the shell and prompt to save changes, discard changes or cancel. If the user cancels, the editor calls e_shell_cancel_quit() to do just that. | ||||
| * | | | Fix a problem with EShell initialization. | Matthew Barnes | 2009-07-12 | 2 | -6/+5 |
| | | | | |||||
| * | | | Implement the shutdown protocol and stub in session management. | Matthew Barnes | 2009-07-11 | 25 | -336/+4371 |
| | | | | | | | | | | | | | | | | | | | | The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used. | ||||
| * | | | Use an EShellSettings property for folder tree search. | Matthew Barnes | 2009-07-11 | 3 | -3/+25 |
| | | | | |||||
| * | | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-11 | 28 | -6686/+7618 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/util/addressbook.h calendar/gui/e-week-view-main-item.c configure.ac e-util/Makefile.am mail/em-account-editor.c mail/em-folder-selection-button.c shell/e-shell.c | ||||
| * | | | | Kill EConfigListener. | Matthew Barnes | 2009-07-03 | 8 | -729/+22 |
| | | | | | |||||
| * | | | | Add missing files. | Matthew Barnes | 2009-07-03 | 2 | -0/+497 |
| | | | | | |||||
| * | | | | Revert the version bump until 2.27.4 is actually released. | Matthew Barnes | 2009-07-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 15 | -810/+332 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc. | ||||
| * | | | | Fix merge issues in EMAccountEditor. | Matthew Barnes | 2009-07-02 | 8 | -320/+368 |
| | | | | | |||||
| * | | | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 86 | -6768/+7644 |
| |\ \ \ \ | |||||
| * | | | | | Fix up EShell API documentation. | Matthew Barnes | 2009-07-01 | 9 | -7/+57 |
| | | | | | | |||||
| * | | | | | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 86 | -97/+95 |
| | | | | | | |||||
| * | | | | | Get the "startup-wizard" plugin working again. | Matthew Barnes | 2009-06-30 | 15 | -3260/+3573 |
| | | | | | | |||||
| * | | | | | Partial fix for bug #587014. | Matthew Barnes | 2009-06-27 | 3 | -21/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | Cursor now moves to the correct row, but row is not selected. | ||||
| * | | | | | Get the "mail-to-task" plugin working again. | Matthew Barnes | 2009-06-26 | 11 | -229/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now. | ||||
| * | | | | | Kill the "folder-unsubscribe" plugin. | Matthew Barnes | 2009-06-26 | 11 | -212/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | Feature is now integrated in core mailer, and has a main menu item. | ||||
| * | | | | | Get the "prefer-plain" plugin working again. | Matthew Barnes | 2009-06-25 | 2 | -8/+7 |
| | | | | | | |||||
| * | | | | | Get the "templates" plugin working again. | Matthew Barnes | 2009-06-25 | 2 | -11/+10 |
| | | | | | |