aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Developer documentation improvements.Matthew Barnes2009-09-231-1/+5
|
* Fix Gtk-Doc build break.Matthew Barnes2009-08-231-1/+0
|
* BugĀ 591755 - Gtk-Doc build failure when NM support disabledH.Habighorst2009-08-171-1/+5
|
* Finish EggSMClient shell integration.Matthew Barnes2009-07-161-0/+3
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Makefile.am cleanups.Matthew Barnes2009-06-131-0/+1
|
* Search bar improvements.Matthew Barnes2009-06-091-1/+1
| | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space.
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-7/+7
|
* Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-091-1/+2
|
* Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=37270
* Add action groups to support lockdown, starting with printing.Matthew Barnes2009-01-271-0/+1
| | | | | | Other categories to follow. Editors still need lockdown support. svn path=/branches/kill-bonobo/; revision=37136
* - Mail: Update the sidebar on folder selection.Matthew Barnes2008-12-161-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=36901
* Progress update:Matthew Barnes2008-11-191-0/+1
| | | | | | | | | | | | | | | | | | | - Tighter integration of GalViewInstance and EShellView. - EBinding. Stolen from ExoBinding. Lets you bind GObject properties together to automatically keep their values in sync. This is a godsend. Added to e-util, but might even deserve a place in libedataserver. - EShellSettings. This is the concept I blogged about. Already started ripping apart em-mailer-prefs.c. Others to follow. Any place where we're monitoring GConf keys is a target. - Incremental progress on the calender and mailer. Got EMFolderView somewhat working, but I think I'll be killing off EMFolderBrowser. svn path=/branches/kill-bonobo/; revision=36795
* Fix some compilation errors.Matthew Barnes2008-10-051-1/+1
| | | | svn path=/branches/kill-bonobo/; revision=36561
* Support migration in the new shell design.Matthew Barnes2008-10-051-0/+3
| | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
* Fix some miscellaneous address book bugs.Matthew Barnes2008-09-201-1/+0
| | | | | | Kill e-shell-constants.h. svn path=/branches/kill-bonobo/; revision=36392
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-1/+2
| | | | | | | | | EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391
* Finally got the "Current View" menu under control.Matthew Barnes2008-09-191-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=36380
* Progress update:Matthew Barnes2008-09-181-0/+1
| | | | | | | | | - Kill EABMenu. - Centralize marshallers to eliminate duplication. svn path=/branches/kill-bonobo/; revision=36368
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+147
svn path=/branches/kill-bonobo/; revision=36337