Commit Graph

31300 Commits

Author SHA1 Message Date
2b9fd2bf21 Bug 593646 - Starting in day view does not restore panels correctly 2009-09-09 16:55:15 -04:00
c9dfbd7769 Bug #594573 - Label dropdown box in the rule editor does not work 2009-09-09 18:28:50 +02:00
f41979c499 Bug #571881 - Make messages inherit labels from collapsed subtree 2009-09-09 11:20:25 +02:00
8f3e43fb7d Remove unused ETable files. 2009-09-09 00:05:44 -04:00
9b8fecaa7f Mark dead source files as such.
I still want to look through these before deleting them to make sure I
didn't overlook anything.
2009-09-08 22:42:43 -04:00
0a47d87f06 Fix distcheck errors. 2009-09-08 19:57:10 -04:00
fa9051e040 Finish killing Bonobo. 2009-09-08 14:53:45 -04:00
c9e7aa7aee Updated Arabic translation 2009-09-08 17:20:57 +02:00
6060e5b80c Bug #594484 - Crashed when tried to open more than one memo 2009-09-08 15:48:58 +02:00
47ba0551c1 Bug #594407 - Alarms won't go away 2009-09-08 13:16:47 +02:00
6863fb0ca4 Bug #581602 - Purge calendar function not working 2009-09-08 11:11:43 +02:00
8ee8a24478 Bug #586854 - Crash on File->Quit with empty_junk enabled 2009-09-08 11:05:18 +02:00
70e2b1a2d9 Updated Gujarati Translations 2009-09-08 13:31:39 +05:30
762773ed38 Reverted part of bug #594284
Cannot build composer without address book, but address book
is built after composer.
2009-09-07 19:58:39 +02:00
50f114d8f6 Updated Lithuanian translation 2009-09-07 16:14:10 +03:00
df176be06d Updating Estonian translation 2009-09-07 11:21:51 +03:00
959ebe30bd Bug 594284 - FTBFS: missing links 2009-09-06 08:33:56 -04:00
016805f54d Get the mailing-list-actions plugin working.
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.
2009-09-05 11:35:02 -04:00
7ec8fed125 Whitespace cleanup. 2009-09-04 21:21:50 -04:00
e9fe87ee99 Remove some obsolete utility functions. 2009-09-04 21:18:15 -04:00
54b282cf4f Make dbus-glib mandatory. 2009-09-04 18:15:52 -04:00
35929a37e7 Bug 594002 - Stuck mail activities when error occurs 2009-09-04 17:39:59 -04:00
83152f074a Bug 593754 - Warnings on evolution terminal when open any task 2009-09-04 17:26:45 -04:00
983fce5e53 Kill the default parent window hack in e-error.c.
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.
2009-09-04 17:07:15 -04:00
c95a226217 EShell cleanup + rework my previous crasher fix. 2009-09-04 16:15:04 -04:00
369831e140 Fix crash when second main window is closed. 2009-09-04 12:57:40 -04:00
9b18df6a81 Fix a runtime warning. 2009-09-04 12:57:40 -04:00
6d48a19782 Updating Estonian translation 2009-09-04 19:03:40 +03:00
8122853b20 Bug 593442 - plugin-manager: HIG-ify main screen
The main screen of the plugin-manager is a bit sloppy. HIG-ify it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2009-09-04 11:38:57 +02:00
3d7193ad9d Copy folder tree state of 1st window when opening new windows. 2009-09-03 18:54:45 -04:00
d94208b114 Homing in on a reference counting issue in EShellContent. 2009-09-03 18:54:45 -04:00
580e9c1b39 Synced French translation from 2.28 branch 2009-09-04 00:04:31 +02:00
5493a2373b Fix a reference counting issue in EShellTaskbar. 2009-09-03 16:34:07 -04:00
643db16894 Get the "save-calendar" plugin working.
Based on initial work by Milan Crha.
2009-09-03 13:27:31 -04:00
d0841e7c24 Bug 593881 - Category icons do not appear in preview pane 2009-09-03 08:29:52 -04:00
847475a598 search-execute => search-quick - forgotten place from commit 53268d551 2009-09-03 13:15:10 +02:00
274c9bc599 Bug #593762 - Event creation window has start date as Today 2009-09-03 11:08:15 +02:00
74457fdc24 Bug 593940 - No options for google address book available 2009-09-02 22:19:07 -04:00
40a6ccc269 Fix some mistakes in the EShell documentation. 2009-09-02 22:18:41 -04:00
53268d5516 Introduce an EShellView::execute-search signal.
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.
2009-09-02 15:26:49 -04:00
5cbcdddfe7 Bug #593872 - Forgets which signature is assigned to which account 2009-09-02 18:32:54 +02:00
586725125f Bug #593922 - Reply freezes evo 2009-09-02 16:30:37 +02:00
633b40bea1 Bug #593761 - Wrong dir for calendar local sources
- 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)
2009-09-02 15:16:53 +02:00
8962868ff9 Relax the EBinding API to reduce GObject casting.
Also make it more fault-tolerant by warning about non-existent
property names instead of just crashing.
2009-09-01 21:12:44 -04:00
6b2a55be48 Disable classic/vertical options when preview is hidden. 2009-09-01 20:26:33 -04:00
4dbdbe168d Disable switcher actions when sidebar is hidden. 2009-09-01 20:11:22 -04:00
136adee476 Get the publish-calendar plugin working. 2009-09-01 19:51:55 -04:00
8f0093b0d8 Start migration -after- loading all modules and plugins. 2009-09-01 16:52:04 -04:00
e37231b9e1 Kill debug messages in default-mailer plugin. 2009-09-01 16:41:11 -04:00
5f4b5eb1fd Better clarify callbacks table in EPluginUI. 2009-09-01 16:35:16 -04:00