aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Bug 648317 - MeeGo shell looking for the wrong atomAbner Silva2011-04-211-1/+1
* Bug 645551 - Mailer statusbar jumping in sizeMatthew Barnes2011-04-041-8/+42
* Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-03-081-0/+4
* Bug #644107 - Local addressbooks created without relative_uri setMilan Crha2011-03-071-4/+18
* Typo in comment: s/datefime-formats/datetime-formats/Paul Menzel2011-03-071-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-03-0613-14/+30
* Do not flush Outbox when mail shell backend not startedMilan Crha2011-03-042-0/+16
* Merge duplicate local sourcesMilan Crha2011-03-031-0/+88
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2513-94/+44
* Write state.ini immediately in EShellView::dispose methodMilan Crha2011-02-241-3/+12
* Coding style and whitespace cleanup.Matthew Barnes2011-02-192-3/+7
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-0/+2
* Fix few memory leaksMilan Crha2011-02-151-11/+0
* Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-133-0/+12
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-138-16/+16
* Bug #638057 - Evolution --express doesn't remember status bar settingMilan Crha2011-02-111-10/+4
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-092-14/+7
* Composer: Add Edit -> PreferencesMatthew Barnes2011-02-041-3/+2
* More whitespace cleanup.Matthew Barnes2011-01-312-12/+12
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-2/+5
* Bug #640516 - Information bar above folder list is emptyMilan Crha2011-01-261-6/+2
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-254-38/+118
* Dialogs no longer have separators.Matthew Barnes2011-01-251-2/+2
* Drop backward-compatibility cruft.Matthew Barnes2011-01-257-22/+0
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-192-0/+3
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-153-11/+20
* Bug #638808 - camel_shutdown() called too earlyMilan Crha2011-01-111-0/+1
* Add e_shell_submit_alert().Matthew Barnes2010-12-272-0/+69
* Bug #590245 - 'evolution --force-shutdown' should kill factoriesMilan Crha2010-12-072-12/+73
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-068-0/+24
* Clarify command line parameter stringAndre Klapper2010-12-041-1/+2
* Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-267-89/+0
* Bug #635087 - Leftover files after migration of config/data/cache to XDG dire...Mathieu Trudel-Lapierre2010-11-231-7/+11
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-8/+2
* Add a compatibility code to previous patchJavier Jardón2010-11-091-0/+4
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-11-091-1/+1
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-1/+1
* Simplify EActivity.Matthew Barnes2010-10-235-50/+63
* Bug #597567 - Crash in comp_subject()Milan Crha2010-10-211-0/+8
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-197-35/+130
* Implement EAlertSinkInterface in EShellContent.Matthew Barnes2010-10-183-14/+155
* EShellView: Mark a string for translation.Matthew Barnes2010-10-181-3/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-149-88/+144
* Bug 461769 - Add a --force-online command line optionMatthew Barnes2010-10-143-12/+49
* EShellBackend: Respond to EShell::prepare-for-quit signals.Matthew Barnes2010-10-142-8/+149
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-25/+10
* Bug #630390 - Operation stuck: Generating message list (cancelled)Milan Crha2010-10-061-0/+4
* Fix distcheck errors.EVOLUTION_2_91_0Matthew Barnes2010-10-051-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-3/+9
* EShellBackend: Start tracking activitiesMatthew Barnes2010-09-301-0/+25
* Add a GCancellable to EActivity.Matthew Barnes2010-09-192-16/+26
* Use new GDK keysym names if available.Matthew Barnes2010-09-183-2/+8
* Increase safety on WindowsFridrich Štrba2010-09-151-3/+29
* Coding style and whitespace cleanups.Matthew Barnes2010-09-123-8/+14
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-3/+2
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
* Various memory leaksMilan Crha2010-09-083-1/+11
* Convert composer autosave to an EExtension.Matthew Barnes2010-09-031-1/+16
* Bug 628482 - e_shell_settings_install_property_for_key memory leakMatthew Barnes2010-09-011-3/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-08-296-37/+41
* Remove the last traces of dbus-glib.Matthew Barnes2010-08-291-1/+0
* GObject boilerplate cleanup.Matthew Barnes2010-08-257-15/+37
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-1/+0
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-112-1/+2
* Execute calendar search post startup, notMichael Meeks2010-08-101-2/+11
* We are not using dbus-glib anymore, don't call dbus_g_thread_initFridrich Štrba2010-08-051-1/+0
* Bug 625761 - Folder views not preserved after migrationLucian Langa2010-08-031-4/+76
* Make EImportAssistant extensible.Matthew Barnes2010-07-311-1/+1
* Remove unused 'preview' argument from e_import_assistant_new_simple().Matthew Barnes2010-07-303-16/+10
* Remove folder-tree-expand-state.xml while migrating.Matthew Barnes2010-07-301-2/+11
* Bug 624500 - Missing EggSMClient linker flags in shellMatthew Barnes2010-07-301-0/+2
* Avoid overwriting files while migrating.Matthew Barnes2010-07-301-2/+20
* More XDG base directory migration tweaks.Matthew Barnes2010-07-291-32/+18
* Migrate ~/.evolution/cache/tmp.Matthew Barnes2010-07-291-0/+6
* Remove .goutputstream-XXXXXX files during migration.Matthew Barnes2010-07-291-0/+31
* Add more debug messages to basedir migration.Matthew Barnes2010-07-281-1/+18
* Migrate ~/.evolution to XDG base directories.Matthew Barnes2010-07-275-32/+523
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-7/+7
* Add optional clutter support.Srinivasa Ragavan2010-07-262-0/+20
* Update API documentation.Matthew Barnes2010-07-192-6/+11
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-1/+1
* Fix some linking issues.Matthew Barnes2010-07-111-0/+2
* Fix places where "~/.evolution" is hard-coded.Matthew Barnes2010-07-092-6/+10
* EShellContent: Add a focus_search_results() method.Matthew Barnes2010-06-253-6/+33
* Bug #620815 - Memory leaks with EvolutionMilan Crha2010-06-252-0/+3
* Bug 622559 - Changing search option should focus search entryMatthew Barnes2010-06-241-1/+3
* Bug 622329 - Help menu points to the wrong FAQ pageMatthew Barnes2010-06-221-1/+1
* Bug 621759 - EShellSearchbar reference counting errorsMatthew Barnes2010-06-211-7/+2
* Bug 621210 - Can't get the shell back after closing itMatthew Barnes2010-06-211-1/+30
* EShell cleanups.Matthew Barnes2010-06-211-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-2/+2
* Left-align text in switcher buttons.Matthew Barnes2010-06-191-0/+7
* [win32] Don't run evolution when asked to register handlers.Fridrich Štrba2010-06-181-0/+3
* [win32] add --register-handlers and --unregister-handlers optionsFridrich Štrba2010-06-181-2/+16
* Remove gnome-pilot integration.Matthew Barnes2010-06-162-47/+0
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-135-67/+113
* More GTK3 preparation.Matthew Barnes2010-06-041-7/+9
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-2/+6
* Revert "Bug #608203 - Left pane of mailer window is really narrow at startup"Matthew Barnes2010-05-291-18/+16
* Hide extra toolbars when not in Express mode.Matthew Barnes2010-05-291-7/+11
* Fix another runtime warning.Matthew Barnes2010-05-281-4/+4
* Bug 619900 - First widget skipped in e_shell_hide_widgets_for_express_mode()Matthew Barnes2010-05-281-6/+4
* Minor EShellWindow cleanup.Matthew Barnes2010-05-281-3/+6
* Revert "don't bridge to the active-view gconf setting"Matthew Barnes2010-05-271-3/+1
* Bug 619811 - Bogus "Cannot update from version 0.0" dialog on startMatthew Barnes2010-05-271-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-05-272-3/+4
* Merge branch 'express2'Matthew Barnes2010-05-2712-55/+409
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-2511-59/+66
| * Fix compiler warnings.Matthew Barnes2010-05-251-1/+1
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-7/+43
| |\
| | * [win32] Try to get the default application registration rightFridrich Štrba2010-05-191-3/+3
| | * Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-191-0/+3
| | * [win32] Implement --reinstall, --show-icons, --hide-icons optionsFridrich Štrba2010-05-181-0/+28
| | * [win32] Don't call glib functions before g_thread_init was called andFridrich Štrba2010-05-171-7/+12
| * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-171-0/+9
| |\|
| | * [win32] Set patch to evolution's bindir because some child processesFridrich Štrba2010-05-111-0/+9
| * | Handle adding 'X' close button on the menu bar. Restore adding the sameSrinivasa Ragavan2010-05-115-1/+42
| * | set widget name for the MeeGo theme on the search toolbar tooMichael Meeks2010-05-071-0/+2
| * | Add filter_page option for pref window so that we can show only requiredSrinivasa Ragavan2010-04-301-4/+11
| * | don't bridge to the active-view gconf settingMichael Meeks2010-04-281-1/+3
| * | Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-272-22/+19
| * | get window sizing logic right (again)Michael Meeks2010-04-231-1/+1
| * | Store the initial view request and use that to decide whether to showSrinivasa Ragavan2010-04-223-0/+31
| * | Merge commit 'origin/gnome-2-30' into express2Michael Meeks2010-04-222-18/+20
| |\|
| | * Give the windows version of evolution-alarm-notify a nice win32 iconFridrich Štrba2010-04-201-2/+2
| | * Bug #608203 - Left pane of mailer window is really narrow at startupMilan Crha2010-04-141-16/+18
| * | revert snafu to full-screening ...Michael Meeks2010-04-191-2/+1
| * | Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-191-2/+3
| * | Adapt the event editor for MeeGo / small-screen.Michael Meeks2010-04-151-3/+5
| * | add a close-window action that doesn't become insensitive on the last window.Michael Meeks2010-04-153-17/+21
| * | add stock close buttonMichael Meeks2010-04-151-0/+17
| * | add EVO_MEEGO debugging env var:Michael Meeks2010-04-151-47/+52
| * | Detect MeeGo, and propagate settings variously.Michael Meeks2010-04-124-1/+179
| * | Merge branch 'express2' into express2-reduced-preferencesFederico Mena Quintero2010-04-102-0/+4
| |\ \
| | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-102-0/+4
| | |\|
| | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-082-0/+4
| | | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-083-197/+0
| | | * Make EShell extensible.Matthew Barnes2010-04-081-34/+13
| * | | Utility function to hide widgets when in Express modeFederico Mena Quintero2010-04-092-0/+62
| |/ /
| * | hook X symbols out manually to make it build nicely on Fedora.Michael Meeks2010-04-081-13/+39
| * | Add meego detection logic, it needs to be used (next pass) toMichael Meeks2010-04-073-0/+152
| * | Disable the status bar for all but the mail view.Michael Meeks2010-04-071-4/+7
| * | Simplify the search UI for express mode.Matthew Barnes2010-04-078-145/+302
| * | Demonstrate extending the EExtension API.Matthew Barnes2010-04-073-136/+51
| * | Move "section" documentation out of header files.Matthew Barnes2010-04-0722-66/+66
| * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-073-197/+0
| * | Make EShell and related classes extensible.Matthew Barnes2010-04-078-243/+101
| |/
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-012-1/+62
* | [win32} Register evolution as "Contacts" application and .vcf handlerFridrich Štrba2010-05-191-0/+1
* | [win32] Try to get the default application registration rightFridrich Štrba2010-05-191-3/+3
* | Bug 619010 - Mailer's crash avoidance features are brokenMatthew Barnes2010-05-191-0/+3
* | [win32] Implement --reinstall, --show-icons, --hide-icons optionsFridrich Štrba2010-05-181-0/+28
* | [win32] Don't call glib functions before g_thread_init was called andFridrich Štrba2010-05-171-7/+12
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-131-0/+3
* | [win32] Set patch to evolution's bindir because some child processesFridrich Štrba2010-05-111-0/+9
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-025-19/+22
* | Fix compiler warnings.Matthew Barnes2010-04-211-1/+1
* | Give the windows version of evolution-alarm-notify a nice win32 iconFridrich Štrba2010-04-201-2/+2
* | Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-7/+5
* | Bug #608203 - Left pane of mailer window is really narrow at startupMilan Crha2010-04-141-16/+18
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-133-4/+4
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-086-30/+46
* | hook out X symbols via g_module to avoid direct X linkage.Michael Meeks2010-04-081-20/+43
* | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-19342/+0
* | Workaround broken build due to direct X function callsMilan Crha2010-04-021-5/+8
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-024-59/+59
* | Add meego detection logic, it needs to be used (next pass) toMichael Meeks2010-04-023-0/+152
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-012-1/+62
* | Disable the status bar for all but the mail view.Michael Meeks2010-03-311-4/+7
* | Fix a compiler warning in main.c.Matthew Barnes2010-03-301-1/+1
* | Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-306-423/+35
* | Simplify the search UI for express mode.Matthew Barnes2010-03-278-145/+302
* | Demonstrate extending the EExtension API.Matthew Barnes2010-03-223-136/+51
* | Move "section" documentation out of header files.Matthew Barnes2010-03-2222-66/+66
* | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-212-0/+4
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-203-197/+0
* | Make EShell and related classes extensible.Matthew Barnes2010-03-208-243/+101
|/
* Don't use the previous stored default shell type in express mode.Michael Meeks2010-03-171-1/+4
* Bug 612916 - e_lookup_action() called too early during initializationMatthew Barnes2010-03-161-2/+4
* Fix a couple compiler warnings.Matthew Barnes2010-03-161-2/+1
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-162-5/+5
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
* Disabling Gnome schemas for windowsFridrich Strba2010-03-151-0/+2
* Some more missing relocations fixedFridrich Strba2010-03-151-0/+1
* Remove some more unnecessary windows workarounds.Fridrich Strba2010-03-151-50/+1
* Shell and UI manager cleanups.Matthew Barnes2010-03-1411-62/+133
* re-enable middle-click to open in new window with new actionsMichael Meeks2010-03-143-9/+53
* document schema to avoid errorsMichael Meeks2010-03-141-0/+4
* make the 'New' drop-down menu much cleaner for express modeMichael Meeks2010-03-143-3/+44
* Add a set of actions that open a view in a new windowMichael Meeks2010-03-145-30/+81
* clean up the 'express' mode hooks for UI Managers and start toMichael Meeks2010-03-143-23/+21
* Hide switcher in express mode.Srinivasa Ragavan2010-03-141-3/+7
* Removed obsolete method signatures in em-account-editor.hMichael Meeks2010-03-141-5/+16
* Fix a typoSrinivasa Ragavan2010-03-141-6/+3
* Libify settings capplet.Srinivasa Ragavan2010-03-141-6/+6
* Add generic 'express mode' conditionals to the UI XMLMichael Meeks2010-03-142-3/+9
* Add 'express mode' gconf settingMichael Meeks2010-03-143-1/+30
* cleanup taskbar activities to remove signals with dangling pointersMichael Meeks2010-03-141-1/+14
* More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIRFridrich Strba2010-03-111-0/+1
* 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
* Remove some unnecessary terminal messages.Matthew Barnes2010-03-101-12/+0
* Remove left-over ORBit2 calls on windowsFridrich Strba2010-03-061-8/+0
* Accidentally broke string freeze.Matthew Barnes2010-03-041-2/+2
* Save state key file asynchronously.Matthew Barnes2010-03-041-21/+90
* Bug #610659 - Clear option is disabled after moving to other componentMilan Crha2010-02-251-6/+1
* Bug #594083 - Oversized main window on startupMilan Crha2010-02-231-0/+3
* Use "mail" as the fallback shell view when starting up.Matthew Barnes2010-02-171-1/+4
* Update API documentation.Matthew Barnes2010-02-102-1/+5
* Bug 609302 - Quick search filters are brokenMatthew Barnes2010-02-091-2/+7
* Bug 609304 - Search scope forgotten if search is not performedMatthew Barnes2010-02-091-3/+7
* Remember search menu option even when not searching.Matthew Barnes2010-02-091-56/+131
* Add missing linker flags for libeshell.Matthew Barnes2010-02-081-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-9/+16
* Implement account-wide search scope in mail.Matthew Barnes2010-02-074-44/+251
* Enforce unique-1.0 >= 1.1.2 build requirement.Matthew Barnes2010-02-032-3/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-4/+4
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-302-1/+46
* Bug 608340 - Help text missing --debug parameterMatthew Barnes2010-01-281-1/+1
* Changes in mingw.org last w32api/mingw-rt packages.Fridrich Strba2010-01-281-1/+1
* Fix a issue for anjal while saving/restoring search across multipleSrinivasa Ragavan2010-01-251-0/+1
* Bug 606342 - PST option not offered in single file importMatthew Barnes2010-01-231-0/+2
* Add a EShellWindow::shell-view-created signal.Matthew Barnes2010-01-232-5/+72
* EShellBackend cleanup.Matthew Barnes2010-01-191-48/+44
* Remove dead assignments found by clang.Matthew Barnes2010-01-162-2/+2
* Bug 604520 - Create first account window hidden behind main windowMatthew Barnes2010-01-121-2/+2
* Bug #606340 - Crash on non-utf8 letter in mail folder nameMilan Crha2010-01-081-2/+3
* Do not focus in a search entry when it is not having a focusMilan Crha2010-01-081-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-052-19/+36
* Clarify "Synchronization Options" menu item.Matthew Barnes2009-12-281-3/+9
* Hide "Submit Bug Report" if bug-buddy is not present.Matthew Barnes2009-12-281-0/+7
* Compiler and linker flag cleanups.Matthew Barnes2009-12-282-2/+6
* Coding style and whitespace cleanup.Matthew Barnes2009-12-265-9/+12
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-267-16/+157
* Reverting commit 55c3f228ad35 because it's crashing EvolutionMilan Crha2009-12-231-2/+2
* Provison to hide search label for Anjal's use.Srinivasa Ragavan2009-12-233-2/+54
* Anjal's search bar is outside of EShellContent. Handle that.Srinivasa Ragavan2009-12-231-1/+1
* Fix the way parent class is called. Anjal classes were never invokedSrinivasa Ragavan2009-12-231-2/+2
* Bug 604822 - Drop more alert titlesPaul Bolle2009-12-201-2/+0
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+1
* Remove some obsolete GConf keys.Matthew Barnes2009-12-191-1/+0
* Refactor the EShell search API.Matthew Barnes2009-12-198-1318/+1618
* EShellContent cleanups.Matthew Barnes2009-12-191-52/+71
* Fix a small memory leak in EShellBackendJonathon Jongsma2009-12-191-0/+1
* Add get_data_dir(), get_config_dir() vfuncs to EShellBackendJonathon Jongsma2009-12-192-22/+65
* Bug #604884 - Use proper colors in Search bar when is search activatedMilan Crha2009-12-181-6/+8
* Bug #593896 - "Search -> Find now" should not be always enabledMilan Crha2009-12-181-1/+1
* Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-183-3/+48
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-0/+3
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-0/+21