/www/mod_rivet/

/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
Commit message (Expand)AuthorAgeFilesLines
* EShellView: Add new_shell_searchbar() factory method.Matthew Barnes2012-02-201-1/+4
* Do not auto-mark-as-seen when changing filter typeMilan Crha2012-01-111-1/+15
* Miscellaneous cleanups.Matthew Barnes2011-11-231-4/+7
* Bug 663372 - Actions not updated after disabling accountMatthew Barnes2011-11-131-1/+25
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+2
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* Write state.ini immediately in EShellView::dispose methodMilan Crha2011-02-241-3/+12
* Fix few memory leaksMilan Crha2011-02-151-11/+0
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-191-0/+1
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-261-1/+0
* Simplify EActivity.Matthew Barnes2010-10-231-1/+1
* Implement EAlertSinkInterface in EShellContent.Matthew Barnes2010-10-181-5/+8
* EShellView: Mark a string for translation.Matthew Barnes2010-10-181-3/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-2/+4
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-271-7/+7
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+22
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-8/+16
| * Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-111-1/+2
| * add a close-window action that doesn't become insensitive on the last window.Michael Meeks2010-04-151-0/+14
| * Simplify the search UI for express mode.Matthew Barnes2010-04-071-1/+133
| * Move "section" documentation out of header files.Matthew Barnes2010-04-071-0/+6
| * Make EShell and related classes extensible.Matthew Barnes2010-04-071-2/+14
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-1/+58
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-1/+4
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-24/+24
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-1/+58
* | Simplify the search UI for express mode.Matthew Barnes2010-03-271-1/+133
* | Move "section" documentation out of header files.Matthew Barnes2010-03-221-0/+6
* | Make EShell and related classes extensible.Matthew Barnes2010-03-201-2/+14
|/
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-161-2/+3
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-3/+4
* clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-141-5/+1
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-141-1/+4
* Relocate on windows paths in this file tooFridrich Strba2010-03-101-0/+1
* Bug 610023 - Does not restore "Current View" on startupMatthew Barnes2010-03-101-0/+4
* Accidentally broke string freeze.Matthew Barnes2010-03-041-2/+2
* Save state key file asynchronously.Matthew Barnes2010-03-041-21/+90
* Implement account-wide search scope in mail.Matthew Barnes2010-02-071-4/+4
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-16/+29
* Refactor the EShell search API.Matthew Barnes2009-12-191-17/+275
* Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-181-1/+36
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-0/+21
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+2
* Fix few compiler warningsMilan Crha2009-11-031-2/+2
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-281-1/+5
* Finish killing Bonobo.Matthew Barnes2009-09-091-4/+6
* EShell cleanup + rework my previous crasher fix.Matthew Barnes2009-09-051-17/+6
* Fix crash when second main window is closed.Matthew Barnes2009-09-051-0/+12
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-041-33/+0
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-031-1/+1
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-031-0/+36
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-19/+44
* Use key files for tracking widget states.Matthew Barnes2009-06-131-0/+125
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-14/+14
| * ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0
| * ** Fixes bug #467115Matthew Barnes2008-08-071-9/+3
* | Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-101-44/+19
* | Convert EShellModule to EShellBackendMatthew Barnes2009-05-071-67/+85
* | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-241-23/+34
* | Fix a weird UI merging bug.Matthew Barnes2009-01-091-2/+6
* | Define a new interface called EMailReader, which implements operationsMatthew Barnes2008-12-271-0/+21
* | Progress update:Matthew Barnes2008-11-191-0/+43
* | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-301-10/+22
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-2/+2
* | Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-11/+12
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-2/+2
* | Add more EShell API documentation.Matthew Barnes2008-10-021-14/+238
* | Continue documenting the new shell API.Matthew Barnes2008-10-011-4/+18
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-13/+119
* | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-6/+6
* | Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-0/+15
* | Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-53/+80
* | Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-131-33/+89
* | Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-111-8/+8
* | Fix some bootstrapping issues.Matthew Barnes2008-09-101-24/+71
* | Fix some bugs in the way the shell widgets get initialized.Matthew Barnes2008-09-091-20/+15
* | Progress update:Matthew Barnes2008-09-091-133/+60
* | Progress update:Matthew Barnes2008-09-071-2/+76
* | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-166/+102
* | Figured out why the switcher buttons have no relief.Matthew Barnes2008-08-301-1/+0
* | Preferences window awesomeness.Matthew Barnes2008-08-301-14/+3
* | Progress update:Matthew Barnes2008-08-301-0/+200
* | Progress update:Matthew Barnes2008-08-271-3/+45
* | Progress update:Matthew Barnes2008-08-271-5/+25
* | Committing the day's progress.Matthew Barnes2008-08-191-221/+17
* | Write the algorithm for sorting items in the "New" menu. Not yet tested.Matthew Barnes2008-08-171-2/+224
* | Disable all components and plugins. Begin rewriting the shell.Matthew Barnes2008-07-171-71/+191
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-3/+1
* ** Fix for bug #508678Bharath Acharya2008-01-111-0/+1
* From shell/ChangeLogChangwoo Ryu2008-01-111-1/+3
* ** Fix for bug #329823Milan Crha2007-10-111-0/+39
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Commiting patch for bug #337258.Srinivasa Ragavan2006-04-241-1/+1
* Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitionsParthasarathi Susarla2005-12-221-2/+0
* added these files for fixing bug http://bugzilla.gnome.org/show_bug.cgi?id=26...Parthasarathi Susarla2005-12-211-0/+109
* Do not #include "e-local-folder.h".Ettore Perazzoli2003-11-181-2948/+0
* Protect against the component name having slashes in it.Ettore Perazzoli2003-05-161-1/+6
* release the interface if we got itJP Rosevear2003-05-151-9/+22
* [#42342] New function to update the Send/Receive menu and toolbar itemsEttore Perazzoli2003-05-091-12/+20
* [#36956] Remove the version number from the window title.Ettore Perazzoli2003-05-091-18/+15
* [ fixes #21499 ]Rodney Dawes2003-04-19