aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Tweak the EShell API.Matthew Barnes2009-01-081-0/+3
| | | | | | | Disable File -> Close Window when there's only one window. Replace EMMessageBrowser with EMailBrowser. svn path=/branches/kill-bonobo/; revision=37009
* Progress update:Matthew Barnes2008-10-141-0/+2
| | | | | | | | | | - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-10/+11
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Search UI is kinda sorta working. Still some outstanding issues.Matthew Barnes2008-09-231-1/+4
| | | | svn path=/branches/kill-bonobo/; revision=36427
* Finally got the "Current View" menu under control.Matthew Barnes2008-09-191-0/+1
| | | | svn path=/branches/kill-bonobo/; revision=36380
* Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-3/+2
| | | | | | Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359
* Begin documenting the new shell design.Matthew Barnes2008-09-151-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=36337
* Fix some bootstrapping issues.Matthew Barnes2008-09-101-2/+15
| | | | svn path=/branches/kill-bonobo/; revision=36291
* Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-091-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=36279
* Progress update:Matthew Barnes2008-09-071-3/+6
| | | | | | | | | - Contacts module mostly working now. - View and search UI not yet working. - Still refining shell design. svn path=/branches/kill-bonobo/; revision=36268
* Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-3/+7
| | | | svn path=/branches/kill-bonobo/; revision=36260
* Progress update:Matthew Barnes2008-08-241-17/+21
| | | | | | | | | | | | - Get the "New" button and menu working. - Add a GtkMenuToolButton subclass called EMenuToolButton, which does some behind-the-scenes stuff to make the "New" button work properly. - Kill EComboButton and its associated a11y widget. svn path=/branches/kill-bonobo/; revision=36045
* Progress update:Matthew Barnes2008-08-231-0/+2
| | | | | | | | | | - Discard libnm-glib method of monitoring network connectivity. - Decided to make EShell a singleton GObject after all. Makes the design cleaner, despite having to pass a singleton instance around. - Make the switcher button style persistent. svn path=/branches/kill-bonobo/; revision=36043
* Committing the day's progress.Matthew Barnes2008-08-191-1/+4
| | | | | | | | | | | | | Realized the "New" menu construction algorithm needs to live independently of shell view instances since we lazy load the shell views but have to display all possible "New" items immediately. Prototype the mechanisms for managing the various shell views and keeping track of which one is current. Various other tightening up and rethinking of APIs. svn path=/branches/kill-bonobo/; revision=36022
* Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-191-0/+1
| | | | | | Adapt recent "crash recovery" changes to new architecture. svn path=/branches/kill-bonobo/; revision=36018
* Write the algorithm for sorting items in the "New" menu. Not yet tested.Matthew Barnes2008-08-171-1/+0
| | | | svn path=/branches/kill-bonobo/; revision=36004
* Commit progress, which breaks everything.Matthew Barnes2008-08-081-0/+4
| | | | svn path=/branches/kill-bonobo/; revision=35930
* Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-171-0/+93
svn path=/branches/kill-bonobo/; revision=35748