aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make e_shell_window_update_search_menu() more crash-resistant.Matthew Barnes2009-12-151-0/+9
* Move icon theme path setup from main() to EShell.Matthew Barnes2009-12-153-5/+7
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-102-0/+56
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-083-4/+6
* Bug 603592 - X11 window roles should be setMatthew Barnes2009-12-041-0/+10
* Revise the EShell ref-leak check to not upset Valgrind.Matthew Barnes2009-12-032-19/+16
* Add an EShell:module-directory constructor property.Matthew Barnes2009-12-023-6/+67
* Allow EShellWindow "construct" methods to return NULL.Matthew Barnes2009-12-021-14/+25
* Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-026-335/+748
* Add e_shell_taskbar_get_activity_count().Matthew Barnes2009-12-022-0/+18
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-014-18/+17
* port shell/ over to the new EError APIJonathon Jongsma2009-12-014-7/+18
* Implement a new 'killev' program.Matthew Barnes2009-11-273-20/+178
* Make EShell more subclassable.Matthew Barnes2009-11-273-30/+52
* Handle a missed corner case with --quit.Matthew Barnes2009-11-261-0/+11
* Add a --quit command-line option.Matthew Barnes2009-11-263-22/+63
* Add a --geometry command-line option.Matthew Barnes2009-11-266-9/+113
* Default /evolution/shell/network_config/proxy_type to 0 explicitlyMilan Crha2009-11-241-0/+1
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-202-3/+5
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-193-18/+174
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-174-8/+5
* Hide actions when lockdown settings are enabled.Matthew Barnes2009-11-141-3/+3
* EWebView popup menu enhancements.Matthew Barnes2009-11-142-0/+33
* Further tweaks for the command-line importing.Matthew Barnes2009-11-131-11/+1
* Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-125-13/+125
* Rearrange variables and Windows-only code to avoid warningTor Lillqvist2009-11-111-10/+11
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-112-3/+91
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-4/+0
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-085-14/+151
* Test drive EIOActivity with a simple asynchronous function.Matthew Barnes2009-11-081-1/+1
* Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-1/+1
* Fix few compiler warningsMilan Crha2009-11-031-2/+2
* Bug 599890 - Search should not be remembered across foldersMatthew Barnes2009-10-301-1/+1
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-282-2/+6
* Cleanup and rename filter classes.Matthew Barnes2009-10-273-62/+62
* Bug #599740 - Crashing in g_thread_initMilan Crha2009-10-271-1/+2
* Clean up e_shell_get_active_window()Matthew Barnes2009-10-211-12/+16
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-134-6/+34
* Bug 596952 - Offline mode does not stick when set from command lineMatthew Barnes2009-10-081-9/+15
* Clean up includes in main.c.Matthew Barnes2009-10-081-27/+17
* Shell cleanup.Matthew Barnes2009-10-071-5/+12
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-012-33/+58
* Bug #596753 - Autocompletion addressbooks not rememberedMilan Crha2009-09-303-1/+10
* Show import progress directly in the assistant window.Matthew Barnes2009-09-261-2/+6
* Rename EShellImporter to EImportAssistant and move it to widgets.Matthew Barnes2009-09-265-973/+6
* Convert the shell importer to a widget class.Matthew Barnes2009-09-263-408/+564
* Shell importer does not need an EShellWindow.Matthew Barnes2009-09-263-5/+3
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-262-3/+1
* Developer documentation improvements.Matthew Barnes2009-09-234-7/+11
* Kill the killev program, and the whole tools directory.Matthew Barnes2009-09-182-11/+31
* Restore the alarm notify daemon.Matthew Barnes2009-09-181-1/+1
* Bug #590707 - Initialize DBus threading on startMilan Crha2009-09-101-0/+6
* Finish killing Bonobo.Matthew Barnes2009-09-093-40/+20
* Whitespace cleanup.Matthew Barnes2009-09-051-2/+2
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-1/+6
* EShell cleanup + rework my previous crasher fix.Matthew Barnes2009-09-053-124/+90
* Fix crash when second main window is closed.Matthew Barnes2009-09-052-43/+41
* Homing in on a reference counting issue in EShellContent.Matthew Barnes2009-09-041-22/+6
* Fix a reference counting issue in EShellTaskbar.Matthew Barnes2009-09-041-0/+16
* Get the "save-calendar" plugin working.Matthew Barnes2009-09-043-34/+8
* Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-031-1/+1