Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BugĀ 596947 - Calendar view forgets memo pane height | Matthew Barnes | 2009-12-20 | 1 | -3/+4 |
| | |||||
* | Refactor the EShell search API. | Matthew Barnes | 2009-12-19 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus. | ||||
* | Kill ETableScrolled. | Matthew Barnes | 2009-12-08 | 1 | -14/+32 |
| | | | | | ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder. | ||||
* | BugĀ 602907 - Cannot delete meetings or appointments in list view | Matthew Barnes | 2009-11-25 | 1 | -0/+8 |
| | |||||
* | Fix typos in e_cal_shell_content_paste_clipboard(). | Matthew Barnes | 2009-11-21 | 1 | -2/+2 |
| | |||||
* | Simplify clipboard handling in calendar. | Matthew Barnes | 2009-11-12 | 1 | -9/+9 |
| | |||||
* | Bug #598519 - Cannot open task/memo by double click in calendar day view | Milan Crha | 2009-10-27 | 1 | -0/+12 |
| | |||||
* | Fix a potential calendar crash. | Matthew Barnes | 2009-10-24 | 1 | -2/+1 |
| | |||||
* | GN-bug #593617 - GroupWise plugins are not built | Milan Crha | 2009-09-23 | 1 | -1/+50 |
| | |||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 1 | -2/+2 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Fix calendar pane positioning. | Matthew Barnes | 2009-08-28 | 1 | -6/+4 |
| | |||||
* | More panel resizing goodness. | Matthew Barnes | 2009-08-27 | 1 | -2/+2 |
| | |||||
* | Fix resize behavior of main window panes. | Matthew Barnes | 2009-08-27 | 1 | -2/+2 |
| | | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason. | ||||
* | More GnomeCalendar cleanup. | Matthew Barnes | 2009-08-19 | 1 | -6/+32 |
| | |||||
* | Trim more fat off the GnomeCalendar API. | Matthew Barnes | 2009-08-19 | 1 | -1/+1 |
| | | | | Oh and hey look, I can see events now! | ||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 1 | -3/+0 |
| | |||||
* | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 1 | -4/+3 |
| | |||||
* | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 1 | -2/+31 |
| | |||||
* | Bug #203853 - Cut/Copy key bindings don't work in day and week views | Milan Crha | 2009-08-11 | 1 | -0/+9 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 1 | -108/+0 |
| | |||||
* | Fix a typo. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 1 | -99/+19 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 1 | -13/+170 |
| | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
* | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 1 | -4/+29 |
| | |||||
* | Re-enable building GnomeCalendar, except it doesn't yet. | Matthew Barnes | 2009-07-26 | 1 | -149/+38 |
| | | | | Also, start trimming the API down a bit. Lots of redundancy there. | ||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+827 |
- 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. |