aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-0612-0/+14
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-0511-440/+649
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Whitespace cleanup.Matthew Barnes2009-09-052-3/+2
|
* Remove some obsolete utility functions.Matthew Barnes2009-09-0513-736/+117
|
* Make dbus-glib mandatory.Matthew Barnes2009-09-053-50/+9
|
* Bug 594002 - Stuck mail activities when error occursMilan Crha2009-09-051-4/+4
|
* Bug 593754 - Warnings on evolution terminal when open any taskMilan Crha2009-09-051-111/+79
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-0512-53/+122
| | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning.
* EShell cleanup + rework my previous crasher fix.Matthew Barnes2009-09-053-124/+90
|
* Fix crash when second main window is closed.Matthew Barnes2009-09-052-43/+41
|
* Fix a runtime warning.Matthew Barnes2009-09-051-1/+3
|
* Updating Estonian translationIvar Smolin2009-09-051-10/+40
|
* Bug 593442 - plugin-manager: HIG-ify main screenPaul Bolle2009-09-041-12/+13
| | | | | | The main screen of the plugin-manager is a bit sloppy. HIG-ify it. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Copy folder tree state of 1st window when opening new windows.Matthew Barnes2009-09-042-3/+6
|
* Homing in on a reference counting issue in EShellContent.Matthew Barnes2009-09-041-22/+6
|
* Synced French translation from 2.28 branchClaude Paroz2009-09-041-8041/+8758
|
* Fix a reference counting issue in EShellTaskbar.Matthew Barnes2009-09-041-0/+16
|
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-0414-90/+208
| | | | Based on initial work by Milan Crha.
* Bug 593881 - Category icons do not appear in preview paneMatthew Barnes2009-09-033-38/+115
|
* search-execute => search-quick - forgotten place from commit 53268d551Milan Crha2009-09-031-1/+1
|
* Bug #593762 - Event creation window has start date as TodayMilan Crha2009-09-031-43/+47
|
* Bug 593940 - No options for google address book availableMatthew Barnes2009-09-031-2/+6
|
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-034-2/+18
|
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-0329-1038/+976
| | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal.
* Bug #593872 - Forgets which signature is assigned to which accountMilan Crha2009-09-031-2/+7
|
* Bug #593922 - Reply freezes evoMilan Crha2009-09-021-0/+2
|
* Bug #593761 - Wrong dir for calendar local sourcesMilan Crha2009-09-027-185/+79
| | | | | | | | | | | | | | - using _get_data_dir, not _get_config_dir in calendar's and similar ensure_sources functions - current executable version is stored in gconf, thus not every start is migrating done - applied changes which were using e_source_list_ensure_group calls - e_source_list_sync is called at the end of those ensure_sources, as it didn't work to me to see the Personal source after start when I had no "On this computer" group (the group was added, but the source wasn't)
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-0248-467/+484
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Disable classic/vertical options when preview is hidden.Matthew Barnes2009-09-026-0/+34
|
* Disable switcher actions when sidebar is hidden.Matthew Barnes2009-09-022-0/+26
|
* Get the publish-calendar plugin working.Milan Crha2009-09-026-53/+68
|
* Start migration -after- loading all modules and plugins.Matthew Barnes2009-09-022-3/+5
|
* Kill debug messages in default-mailer plugin.Matthew Barnes2009-09-021-3/+0
|
* Better clarify callbacks table in EPluginUI.Matthew Barnes2009-09-021-2/+10
|
* Cleanup up templates using EPluginUI callback feature.Matthew Barnes2009-09-022-29/+14
|
* Support multiple callback functions in EPluginUI.Matthew Barnes2009-09-021-10/+61
| | | | | | | | | | | | | | | | | | | Add an optional "callback" attribute to <ui-manager> elements. This is useful when extending the UI of multiple GtkUIManager IDs from a single plugin. If the "callback" attribute is not given, it defaults to "e_plugin_ui_init". For example: <hook class="org.gnome.evolution.ui:1.0"> <ui-manager id="org.gnome.evolution.foo" callback="init_foo"> ... </ui-manager> <ui-manager id="org.gnome.evolution.bar" callback="init_bar"> ... </ui-manager> </hook>
* Bug 593778 - Clear search enabled when it shouldn't beMatthew Barnes2009-09-011-1/+12
|
* Bug 593783 - Edit contact option in composer doesn't workMatthew Barnes2009-09-011-2/+32
|
* Bug 592169 - "Checking for new mail" doesn't show which folderMilan Crha2009-09-011-0/+1
|
* Bug 593776 - Fix include of a11y/addressbook and a11y/calendarH.Habighorst2009-09-012-2/+0
|
* Updated Serbian translationIgor Nestorović2009-09-012-16658/+14942
|
* Bug #593779 - re-committing patch from bug #214238Milan Crha2009-09-011-9/+20
|
* Bug 593627 - Tool bar > new > contact list doesn't workMatthew Barnes2009-09-011-1/+1
|
* Bug 593675 - Freeze on startupMilan Crha2009-09-011-12/+41
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-011-6814/+6882
|
* Bug 593614 - efh_format_secure() recurses foreverMatthew Barnes2009-09-011-1/+1
|
* Bug 579598 - Change in view types (from Menu) is not workingMilan Crha2009-09-012-2/+2
|
* Bug 593685 - Insensitive actions after startMatthew Barnes2009-09-012-2/+2
|
* Bug 593613 - Doesn't differentiate an appointment and meeting button clickMatthew Barnes2009-09-011-0/+3
|
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-0113-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 necessaryDavid Liang2009-08-311-1/+2
| | | | For example when part body contains a line longer than some max.
* Bug #593648 - mail-to-task used full path in .eplug fileMilan Crha2009-08-311-1/+1
| | | | just a part-of-bug, this doesn't fix whole bug.
* Fix for few compiler warningsMilan Crha2009-08-313-15/+5
|
* Updated breton translationDenis Arnaud2009-08-311-1403/+996
|
* Fix widget include paths in public header files.Matthew Barnes2009-08-314-5/+5
|
* Fix distcheck errors.Matthew Barnes2009-08-305-1424/+9
|
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-30984-90104/+105994
|\
| * Coding style and whitespace cleanup.Matthew Barnes2009-08-3017-37/+36
| |
| * Drop libbonoboui from configure.ac and pkg-config files.Matthew Barnes2009-08-303-26/+11
| |
| * Drop obsolete Bonobo-based importer documentation.Matthew Barnes2009-08-3011-526/+0
| |
| * Simplify EPlugin loading at startup.Matthew Barnes2009-08-3094-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 Barnes2009-08-289-31/+14
| |
| * Update NEWS for 2.27.91 release.Matthew Barnes2009-08-281-0/+31
| |
| * Build with -Wl,--no-undefined and fix linker errors.Matthew Barnes2009-08-283-4/+11
| |
| * Whitespace cleanup in configure.ac.Matthew Barnes2009-08-281-14/+14
| |
| * Fix distcheck error.Matthew Barnes2009-08-281-0/+1
| |
| * Fix calendar pane positioning.Matthew Barnes2009-08-282-8/+8
| |
| * Add vertical view to Contacts.Matthew Barnes2009-08-285-33/+195
| |
| * Remove redundant "vertical view" functions.Matthew Barnes2009-08-285-130/+98
| |
| * Add vertical view to Memos and Tasks.Matthew Barnes2009-08-2814-95/+419
| |
| * Add EPaned widget to generalize vertical view.Matthew Barnes2009-08-285-145/+441
| |
| * Fix preview pane size persistance.Matthew Barnes2009-08-282-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 Barnes2009-08-281-2/+2
| |
| * Fix return types to match the type of functionKjartan Maraas2009-08-271-2/+2
| |
| * Fix return typesKjartan Maraas2009-08-271-3/+3
| |
| * Fix discrepancy wrt what's actually in the UIKjartan Maraas2009-08-271-1/+1
| |
| * More panel resizing goodness.Matthew Barnes2009-08-272-4/+4
| |
| * Fix resize behavior of main window panes.Matthew Barnes2009-08-275-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 Barnes2009-08-261-18/+9
| |
| * Deal with untracked files in git.Matthew Barnes2009-08-264-1/+14
| |
| * Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-253-3/+3
| |
| * Bug 488409 - Remember size of filter/vfolder editor windowsMatthew Barnes2009-08-256-177/+296
| |
| * Bug 592335 - Submit bug-report doesn't workMatthew Barnes2009-08-251-1/+1
| |
| * Bug 511769 - Poor indication of when network is unavailableMatthew Barnes2009-08-252-6/+40
| |
| * Bug 359909 - "New" Button too smallMatthew Barnes2009-08-251-0/+25
| |
| * Exit if no command-line URIs are handled.Matthew Barnes2009-08-255-21/+28
| |
| * Remember position of main window.Matthew Barnes2009-08-252-1/+23
| |
| * Handle calendar URIs from the command line.Matthew Barnes2009-08-255-48/+151
| |
| * Updated Swedish translationDaniel Nylander2009-08-241-1048/+1302
| |
| * Updated German translationChristian Kirbach2009-08-241-3541/+4154
| |
| * Bump version to match gnome-2-28 branch.Matthew Barnes2009-08-241-1/+1
| |
| * Updated Bulgarian translationAlexander Shopov2009-08-241-5610/+6215
| |
| * Added Norwegian bokmål translation.Kjartan Maraas2009-08-241-861/+1011
| |
| * Updated Irish translationSeán de Búrca2009-08-241-140/+122
| |
| * Updated Galician TranslationAntón Méixome2009-08-241-297/+228
| |
| * Updated Irish translationSeán de Búrca2009-08-241-68/+52
| |
| * Updated Irish translationSeán de Búrca2009-08-241-384/+242
| |
| * Updated Irish translationSeán de Búrca2009-08-241-392/+301
| |
| * Updated Hebrew translationMark Krapivner2009-08-241-3052/+3383
| |
| * Updated Irish translationSeán de Búrca2009-08-241-739/+424
| |
| * Updated Bengali translationJamil Ahmed2009-08-241-9454/+11827
| |
| * Updated Marathi TranslationsSandeep Shedmake2009-08-241-3959/+21364
| |
| * Updated Marathi TranslationsSandeep Shedmake2009-08-241-22604/+3954
| |
| * Fix distcheck error.Matthew Barnes2009-08-231-1/+0
| |
| * Stop killing evolution-data-server services.Matthew Barnes2009-08-234-91/+1
| | | | | | | | That includes startup and --force-shutdown.
| * Cleanup mail-notification configuration page.Matthew Barnes2009-08-231-217/+190
| |
| * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-2311-56/+113
| |
| * Fix Gtk-Doc build break.Matthew Barnes2009-08-231-1/+0
| |
| * Fix migration errors.Matthew Barnes2009-08-233-6/+3
| |
| * Bug 592680 - Remove deprecated Encoding key from desktop fileFrederic Peters2009-08-231-1/+0
| |
| * Kill EPopup.Matthew Barnes2009-08-237-1264/+0
| |
| * Kill ECalPopup.Matthew Barnes2009-08-235-720/+2
| |
| * Remove the popup menu from EMeetingListView.Matthew Barnes2009-08-232-197/+0
| | | | | | | | | | Will restore this later, but the code is too messy to deal with right now. ECalPopup must die.
| * More GnomeCalendar cleanup.Matthew Barnes2009-08-194-131/+73
| |
| * Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-198-329/+306
| | | | | | | | Oh and hey look, I can see events now!
| * Re-enable more calendar bits.Matthew Barnes2009-08-193-12/+1
| |
| * Remove obsolete Bonobo IDs from killev.Matthew Barnes2009-08-191-9/+0
| |
| * Fix a distcheck error.Matthew Barnes2009-08-191-1/+0
| |
| * Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-198-275/+146
| | | | | | | | | | Track the value in ECalModel instead of in GnomeCalendar, EDayView and EWeekView.
| * ECalModel cleanup.Matthew Barnes2009-08-181-94/+152
| |
| * Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-183-57/+24
| |
| * Remove an unnecessary libgnomeui include.Matthew Barnes2009-08-181-1/+0
| |
| * Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-1817-523/+526
| |
| * Bug 591829 - Dragging mails to folder tree does not workMatthew Barnes2009-08-182-140/+7
| |
| * Bug 591830 - Inline attachments no longer shownMatthew Barnes2009-08-181-148/+6
| |
| * Disable Anjal hack until it can be reworked.Matthew Barnes2009-08-181-0/+3
| |
| * Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-186-24/+38
| |
| * Fix a duplicate mnemonic.Matthew Barnes2009-08-181-1/+1
| |
| * Bug 592034 - Reply to List doesn't workMatthew Barnes2009-08-182-27/+22
| |
| * Bug 591755 - Gtk-Doc build failure when NM support disabledH.Habighorst2009-08-171-1/+5
| |
| * Chip away at GSEAL compliance.Matthew Barnes2009-08-178-31/+68
| |
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-1643-102/+105
| |
| * Don't stomp on the warning flags.Matthew Barnes2009-08-161-0/+1
| |
| * Get the calendar view popup menu working.Matthew Barnes2009-08-1612-691/+816
| |
| * Bug 567260 – Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-145-306/+162
| |
| * Bug 591377 – Fails to detect krb5 in configure with -as-neededH.Habighorst2009-08-141-13/+12
| |
| * Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-141-70/+149
| |
| * Update GConf when the online/offline button is clicked.Matthew Barnes2009-08-142-0/+20
| |
| * Track the timezone in one place: ECalModelMatthew Barnes2009-08-135-103/+119
| |
| * Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-137-9/+145
| |
| * Make switching between calendar views work.Matthew Barnes2009-08-136-92/+91
| |
| * Fix the Labels tab in mail-config.glade.Matthew Barnes2009-08-121-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 Barnes2009-08-127-71/+79
| |
| * Get the itip-formatter plugin working.Matthew Barnes2009-08-1213-127/+217
| |
| * Get the calendar-weather plugin working.Matthew Barnes2009-08-127-33/+26
| |
| * Get the pst-import plugin working.Matthew Barnes2009-08-122-5/+4
| |
| * Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-124-4/+0
| |
| * Kill EMenu.Matthew Barnes2009-08-128-1684/+0
| |
| * Fix distcheck errors.Matthew Barnes2009-08-122-6/+3
| |
| * Updating Estonian translationIvar Smolin2009-08-121-45/+146
| |
| * Mark some ngettext strings as fuzzy to be able to branchChenthill Palanisamy2009-08-121-2/+2
| |
| * Mark some ngettext strings as fuzzy to be able to branchAndre Klapper2009-08-121-5662/+6157
| |
| * Bug 591326 – Keep m4 macros in their own folderH.Habighorst2009-08-1210-641/+583
| |
| * Update czech screenshots.Andre Klapper2009-08-122-0/+0
| |
| * Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-121-8097/+11092
| |
| * Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-121-10/+10
| |
| * Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-121-12/+12
| |
| * Fix msgfmt check by setting strings to fuzzyAndre Klapper2009-08-121-8316/+13286
| |
| * Updated Spanish translationJorge González2009-08-121-6/+12
| |
| * Bug 591321 – Cosmetic changes and fixes in configure.acH.Habighorst2009-08-121-227/+228
| |
| * Updated Galician translationAntón Méixome2009-08-121-6843/+4880
| |
| * Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-125-28/+468
| |
| * Fix a build break with libevolution-cal-sharedMilan Crha2009-08-121-3/+0
| |
| * Fix a duplicate install file.Srinivasa Ragavan2009-08-121-2/+0
| |
| * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-126-19/+83
| | | | | | | | a share private lib and component lib.
| * Changes for having a light version of calendar.Srinivasa Ragavan2009-08-124-7/+100
| |
| * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-1220-797/+2079
| |
| * Clean up setup assistant stringsSeán de Búrca2009-08-111-1/+1
| |
| * Clean up setup assistant stringsSeán de Búrca2009-08-111-6/+6
| |
| * Fix distcheck errors.Matthew Barnes2009-08-112-1/+2
| |
| * Bug #580895 - Fix evolution build breakMilan Crha2009-08-111-1/+1
| |
| * Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-114-23/+118
| |
| * Bug #324676 - Print preview displays preview of previous monthMilan Crha2009-08-111-1/+30
| |
| * Bug #539334 - Postpone processing event when called recursivelyMilan Crha2009-08-111-6/+125
| |
| * Bug 590260 – Minimum requirement of libpst not checkedMatthew Barnes2009-08-111-1/+2
| |
| * BUGFIX: #589982 - Fix a critical warning while replying for a mailSrinivasa Ragavan2009-08-111-1/+1
| |
| * Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-115-7/+7
| |
| * Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-114-3/+13
| |
| * Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-1120-65/+279
| |
| * Updated News for 2.27.90 release.Chenthill Palanisamy2009-08-111-0/+60
| |
| * Runtime warning (incorrect g_object_unref call) fixMilan Crha2009-08-111-1/+2
| |
| * Updating Estonian translationIvar Smolin2009-08-111-8/+9
| |
| * Make Port string only for Anjal.Srinivasa Ragavan2009-08-111-1/+1
| |
| * Updated Spanish translationJorge González2009-08-111-46/+8
| |
| * Enforce including only top-level GLib and GTK+ headers.Matthew Barnes2009-08-111-0/+2
| |
| * Updated Spanish translationJorge González2009-08-111-288/+281
| |
| * Updated Irish translationSeán de Búrca2009-08-111-264/+333
| |
| * Updated Irish translationSeán de Búrca2009-08-111-36/+37
| |
| * Updated Irish translationSeán de Búrca2009-08-111-228/+171
| |
| * Updated Irish translationSeán de Búrca2009-08-111-196/+90
| |
| * Updated Spanish translationJorge González2009-08-111-1120/+1488
| |
| * Updated Welsh translationIestyn Pryce2009-08-111-1143/+1345
| |
| * Update Welsh translationIestyn Pryce2009-08-111-9305/+10082
| |
| * Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-112-15/+62
| |
| * Updated Irish translationSeán de Búrca2009-08-111-8401/+8171
| |
| * Cleanup include file path.Srinivasa Ragavan2009-08-111-1/+1
| |
| * Includes cleanup. No needs to include gconf-bridge in the header file.Srinivasa Ragavan2009-08-112-1/+1
| |
| * Bug #551127 - Added translators comment and changed strings slightlyMilan Crha2009-08-111-4/+8
| |
| * Bug #573919 - [Mail-Notification] Check for 'actions' capabilityKen VanDine2009-08-111-4/+37
| |
| * Bug #563041 - Template plugin doesn't work; added new variablesBharath Acharya2009-08-111-31/+47
| | | | | | | | $sender_name and $sender_email
| * Bug #401530 - [imap-features] imap-headers.glade issuesMilan Crha2009-08-112-13/+25
| |
| * Bug #563795 - Crashed while importing an mbox file in local folderMilan Crha2009-08-111-3/+22
| |
| * Updating Estonian translationIvar Smolin2009-08-111-70/+183
| |
| * Add a FIXME comment to e-attachment.cMatthew Barnes2009-08-111-0/+2
| |
| * Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-115-6/+6
| |
| * Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-113-15/+76
| |
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-113-2/+16
| | | | | | | | | | Added a GConf schema key definition. Special value, -1, means forever.
| * Bug #325278 - cannot access parts of "save calendar" without mouseMilan Crha2009-08-112-9/+21
| |
| * Updated Norwegian bokmål translation.Kjartan Maraas2009-08-111-499/+659
| |
| * Updated Norwegian bokmål translation.Kjartan Maraas2009-08-111-4/+4
| |
| * Updated Norwegian bokmål translation.Kjartan Maraas2009-08-111-2130/+2150
| |
| * Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-112-3/+9
| |
| * Re-fix intltool issue to not break other stuff.Matthew Barnes2009-08-111-2/+4
| |
| * Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-08-111-0/+7
| |
| * Bug #325611 - Rephrased translators commentsMilan Crha2009-08-111-2/+2
| |
| * Updating Estonian translationIvar Smolin2009-08-111-27/+22
| |
| * Updating Estonian translationIvar Smolin2009-08-111-69/+64
| |
| * Fix an intltool issue in configure.ac.Matthew Barnes2009-08-111-2/+2
| |
| * Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-112-20/+31
| |
| * Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-08-113-8/+23
| |
| * Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-1112-490/+441
| |
| * Bug #317290 - [Publish-Calendar] Cancel setup should cancelMilan Crha2009-08-113-21/+27
| | | | | | | | , not continue
| * Updating Estonian translationMattias Põldaru2009-08-111-977/+234
| |
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-114-1/+22
| |
| * Post-release version bump.Matthew Barnes2009-08-111-1/+1
| |
| * Remove debug messages.Matthew Barnes2009-08-101-4/+0
| |
| * Kill EMMenu and EMPopup.Matthew Barnes2009-08-1024-2419/+283
| | | | | | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
| * More refactoring of settings management.Matthew Barnes2009-08-0940-3657/+1060
| |
| * Fix a boo boo I made in the autosave code.Matthew Barnes2009-08-071-1/+2
| |
| * Bug 590747 – Composer autosave can easily lose dataPhilip Withnall2009-08-073-119/+241
| |
| * Seal up ESignature and add GObject properties.Matthew Barnes2009-08-0713-248/+1762
| |
| * More refactoring of settings management.Matthew Barnes2009-08-067-210/+80
| |
| * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-064-8/+1
| |
| * Fix a typo.Matthew Barnes2009-08-061-1/+1
| |
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0661-3533/+2620
| |
| * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-0111-653/+392
| |
| * Add properties to calendar classes.Matthew Barnes2009-07-3118-1613/+1343
| | | | | | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
| * Trimming redundancy.Matthew Barnes2009-07-2923-335/+344
| |
| * Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-292-2/+42
| |
| * Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-292-5/+10
| |
| * Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-293-20/+46
| |
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-2860-19660/+19513
| |\
| * | Fix distcheck errors.Matthew Barnes2009-07-286-5/+9
| | |
| * | Start re-enabling parts of the calendar.Matthew Barnes2009-07-283-84/+15
| | |
| * | Fix a crash on exit.Matthew Barnes2009-07-281-2/+0
| | |
| * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-2812-157/+119
| | |
| * | Kill CalSearchBar.Matthew Barnes2009-07-2810-1138/+178
| | | | | | | | | | | | Move calendar search logic to ECalShellView.
| * | Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-267-244/+145
| | | | | | | | | | | | Also, start trimming the API down a bit. Lots of redundancy there.
| * | Remove GtkVPaned stuff from GnomeCalendar.Matthew Barnes2009-07-253-101/+0
| | |
| * | Add EMonthView, a simple subclass of EWeekView.Matthew Barnes2009-07-245-281/+462
| | |