Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seal up ESignature and add GObject properties. | Matthew Barnes | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 2 | -110/+0 |
| | |||||
* | Fix a typo. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 14 | -252/+840 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 3 | -573/+109 |
| | |||||
* | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 2 | -13/+340 |
| | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
* | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 2 | -5/+30 |
| | |||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Start re-enabling parts of the calendar. | Matthew Barnes | 2009-07-28 | 1 | -30/+15 |
| | |||||
* | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 2 | -5/+47 |
| | |||||
* | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 4 | -10/+159 |
| | | | | Move calendar search logic to ECalShellView. | ||||
* | Re-enable building GnomeCalendar, except it doesn't yet. | Matthew Barnes | 2009-07-26 | 3 | -164/+61 |
| | | | | Also, start trimming the API down a bit. Lots of redundancy there. | ||||
* | Move "user_created" signal emission to ECalendarView. | Matthew Barnes | 2009-07-24 | 1 | -0/+22 |
| | |||||
* | Some minor fixes before I dive into calendar again. | Matthew Barnes | 2009-07-24 | 1 | -16/+72 |
| | |||||
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 2 | -50/+50 |
| | |||||
* | Bug 579702 – Contact changes not shown until restart | Matthew Barnes | 2009-07-18 | 2 | -6/+14 |
| | |||||
* | Kill a debug message. | Matthew Barnes | 2009-07-18 | 1 | -2/+0 |
| | |||||
* | Implement the mail backend's quit strategy. | Matthew Barnes | 2009-07-17 | 1 | -0/+203 |
| | |||||
* | Prompt when exiting with unsent messages. | Matthew Barnes | 2009-07-17 | 1 | -0/+48 |
| | |||||
* | Fix some compiler warnings. | Matthew Barnes | 2009-07-15 | 1 | -4/+4 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 10 | -20/+0 |
| | |||||
* | Kill the global EMailShellBackend variable. Yay! | Matthew Barnes | 2009-07-14 | 2 | -15/+0 |
| | |||||
* | Add a "quit-requested" signal to the shutdown protocol. | Matthew Barnes | 2009-07-13 | 3 | -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 Barnes | 2009-07-11 | 5 | -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 Barnes | 2009-07-11 | 2 | -0/+25 |
| | |||||
* | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 3 | -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 Barnes | 2009-07-02 | 3 | -63/+83 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 1 | -0/+50 |
| | |||||
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 3 | -3/+3 |
| | |||||
* | Get the "startup-wizard" plugin working again. | Matthew Barnes | 2009-06-30 | 5 | -3229/+0 |
| | |||||
* | Partial fix for bug #587014. | Matthew Barnes | 2009-06-27 | 1 | -0/+54 |
| | | | | Cursor now moves to the correct row, but row is not selected. | ||||
* | Get the "mail-to-task" plugin working again. | Matthew Barnes | 2009-06-26 | 1 | -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 Barnes | 2009-06-26 | 3 | -1/+34 |
| | | | | Feature is now integrated in core mailer, and has a main menu item. | ||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 104 | -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. |