aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-3046-172/+4364
| | | | | | | | | | | | | - 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-281-2/+5
|
* Fix calendar pane positioning.Matthew Barnes2009-08-282-8/+8
|
* Add vertical view to Contacts.Matthew Barnes2009-08-284-31/+186
|
* Remove redundant "vertical view" functions.Matthew Barnes2009-08-283-65/+71
|
* Add vertical view to Memos and Tasks.Matthew Barnes2009-08-2810-85/+315
|
* Add EPaned widget to generalize vertical view.Matthew Barnes2009-08-282-145/+20
|
* 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.
* More panel resizing goodness.Matthew Barnes2009-08-272-4/+4
|
* Fix resize behavior of main window panes.Matthew Barnes2009-08-274-8/+8
| | | | | 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
|
* Exit if no command-line URIs are handled.Matthew Barnes2009-08-253-17/+21
|
* Handle calendar URIs from the command line.Matthew Barnes2009-08-253-4/+151
|
* Fix migration errors.Matthew Barnes2009-08-233-6/+3
|
* More GnomeCalendar cleanup.Matthew Barnes2009-08-191-6/+32
|
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-193-8/+162
| | | | Oh and hey look, I can see events now!
* Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-181-1/+7
|
* Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-182-18/+18
|
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-182-3/+14
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-1614-25/+27
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-164-15/+710
|
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-12/+3
|
* 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-134-15/+39
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+0
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-128-54/+202
|
* Get the calendar-weather plugin working.Matthew Barnes2009-08-121-1/+1
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1
| | | | a share private lib and component lib.
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-122-2/+10
|
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+9
|
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-114-4/+4
|
* More refactoring of settings management.Matthew Barnes2009-08-099-55/+87
|
* Seal up ESignature and add GObject properties.Matthew Barnes2009-08-071-1/+1
|
* More refactoring of settings management.Matthew Barnes2009-08-062-110/+0
|
* Fix a typo.Matthew Barnes2009-08-061-1/+1
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-0614-252/+840
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-013-573/+109
|
* Add properties to calendar classes.Matthew Barnes2009-07-312-13/+340
| | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
* Trimming redundancy.Matthew Barnes2009-07-292-5/+30
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
|
* Start re-enabling parts of the calendar.Matthew Barnes2009-07-281-30/+15
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-282-5/+47
|
* Kill CalSearchBar.Matthew Barnes2009-07-284-10/+159
| | | | Move calendar search logic to ECalShellView.
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-263-164/+61
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-0/+22
|
* Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-241-16/+72
|
* More whitespace cleanup.Matthew Barnes2009-07-192-50/+50
|
* Bug 579702 – Contact changes not shown until restartMatthew Barnes2009-07-182-6/+14
|
* Kill a debug message.Matthew Barnes2009-07-181-2/+0
|
* Implement the mail backend's quit strategy.Matthew Barnes2009-07-171-0/+203
|
* Prompt when exiting with unsent messages.Matthew Barnes2009-07-171-0/+48
|
* Fix some compiler warnings.Matthew Barnes2009-07-151-4/+4
|
* Fix excessive whitespace.Matthew Barnes2009-07-1410-20/+0
|
* Kill the global EMailShellBackend variable. Yay!Matthew Barnes2009-07-142-15/+0
|
* Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-133-34/+69
| | | | | | | 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.
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-115-23/+15
| | | | | 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 Barnes2009-07-112-0/+25
|
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-033-108/+34
| | | | | | | 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 Barnes2009-07-023-63/+83
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+50
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-013-3/+3
|
* Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-305-3229/+0
|
* Partial fix for bug #587014.Matthew Barnes2009-06-271-0/+54
| | | | Cursor now moves to the correct row, but row is not selected.
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-4/+2
| | | | | 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 Barnes2009-06-263-1/+34
| | | | Feature is now integrated in core mailer, and has a main menu item.
* Radically reorganize source code.Matthew Barnes2009-06-25104-0/+44146
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.