Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Bug #608203 - Left pane of mailer window is really narrow at startup" | Matthew Barnes | 2010-05-29 | 1 | -18/+16 |
| | | | | | | | This reverts commit 0cdd9484fec0b1fec0801df7d7e0b05c6544ba9b. Causes the Mail window to erroneously switch to Contacts when opening the Contacts window in express mode. | ||||
* | Hide extra toolbars when not in Express mode. | Matthew Barnes | 2010-05-29 | 1 | -7/+11 |
| | |||||
* | Fix another runtime warning. | Matthew Barnes | 2010-05-28 | 1 | -4/+4 |
| | |||||
* | Bug 619900 - First widget skipped in e_shell_hide_widgets_for_express_mode() | Matthew Barnes | 2010-05-28 | 1 | -6/+4 |
| | |||||
* | Minor EShellWindow cleanup. | Matthew Barnes | 2010-05-28 | 1 | -3/+6 |
| | |||||
* | Revert "don't bridge to the active-view gconf setting" | Matthew Barnes | 2010-05-27 | 1 | -3/+1 |
| | | | | | | This reverts commit 2d68130cad1642c1995f3d4e8c3bc18b77977213. Need to fix GConfBridge instead. | ||||
* | Bug 619811 - Bogus "Cannot update from version 0.0" dialog on start | Matthew Barnes | 2010-05-27 | 1 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-27 | 2 | -3/+4 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 12 | -55/+409 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 11 | -59/+66 |
| | | |||||
| * | Fix compiler warnings. | Matthew Barnes | 2010-05-25 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 1 | -7/+43 |
| |\ | |||||
| | * | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -3/+3 |
| | | | |||||
| | * | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 1 | -0/+3 |
| | | | |||||
| | * | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -0/+28 |
| | | | | | | | | | | | | to be used by windows default application setting dialogue | ||||
| | * | [win32] Don't call glib functions before g_thread_init was called and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 |
| | | | | | | | | | | | | register evolution as capable to handle mailto: protocol on startup | ||||
| * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 1 | -0/+9 |
| |\| | |||||
| | * | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 |
| | | | | | | | | | | | | need it in some situations. | ||||
| * | | Handle adding 'X' close button on the menu bar. Restore adding the same | Srinivasa Ragavan | 2010-05-11 | 5 | -1/+42 |
| | | | | | | | | | | | | for adding in calendar since it doesn't have a toolbar. | ||||
| * | | set widget name for the MeeGo theme on the search toolbar too | Michael Meeks | 2010-05-07 | 1 | -0/+2 |
| | | | |||||
| * | | Add filter_page option for pref window so that we can show only required | Srinivasa Ragavan | 2010-04-30 | 1 | -4/+11 |
| | | | | | | | | | | | | preferences for calendar. Bit of a hack, but proves very useful. | ||||
| * | | don't bridge to the active-view gconf setting | Michael Meeks | 2010-04-28 | 1 | -1/+3 |
| | | | |||||
| * | | Don't use gconf to store the names of widgets to hide | Federico Mena Quintero | 2010-04-27 | 2 | -22/+19 |
| | | | | | | | | | | | | | | | | | | That was just for development. Now we hardcode the lists of widgets. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | get window sizing logic right (again) | Michael Meeks | 2010-04-23 | 1 | -1/+1 |
| | | | |||||
| * | | Store the initial view request and use that to decide whether to show | Srinivasa Ragavan | 2010-04-22 | 3 | -0/+31 |
| | | | | | | | | | | | | startup wizard or not. Show only for mail and not calendar. | ||||
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 2 | -18/+20 |
| |\| | |||||
| | * | Give the windows version of evolution-alarm-notify a nice win32 icon | Fridrich Štrba | 2010-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | Bug #608203 - Left pane of mailer window is really narrow at startup | Milan Crha | 2010-04-14 | 1 | -16/+18 |
| | | | |||||
| * | | revert snafu to full-screening ... | Michael Meeks | 2010-04-19 | 1 | -2/+1 |
| | | | |||||
| * | | Re-work the over-complicated event editor as a tabbed notebook. | Michael Meeks | 2010-04-19 | 1 | -2/+3 |
| | | | | | | | | | | | | Thanks to Sashwaat. | ||||
| * | | Adapt the event editor for MeeGo / small-screen. | Michael Meeks | 2010-04-15 | 1 | -3/+5 |
| | | | | | | | | | | | | Bin the menu bar, disable the print icon, add a close button at top right. | ||||
| * | | add a close-window action that doesn't become insensitive on the last window. | Michael Meeks | 2010-04-15 | 3 | -17/+21 |
| | | | | | | | | | | | | Use this in meego / full-screen mode | ||||
| * | | add stock close button | Michael Meeks | 2010-04-15 | 1 | -0/+17 |
| | | | |||||
| * | | add EVO_MEEGO debugging env var: | Michael Meeks | 2010-04-15 | 1 | -47/+52 |
| | | | | | | | | | | | | export EVO_MEEGO="session-type=small-screen" for the most fun. | ||||
| * | | Detect MeeGo, and propagate settings variously. | Michael Meeks | 2010-04-12 | 4 | -1/+179 |
| | | | | | | | | | | | | Adapt widget naming on MeeGo for theming etc. | ||||
| * | | Merge branch 'express2' into express2-reduced-preferences | Federico Mena Quintero | 2010-04-10 | 2 | -0/+4 |
| |\ \ | |||||
| | * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 2 | -0/+4 |
| | |\| | | | | | | | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere. | ||||
| | | * | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-04-08 | 2 | -0/+4 |
| | | | | |||||
| | | * | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-04-08 | 3 | -197/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | ||||
| | | * | Make EShell extensible. | Matthew Barnes | 2010-04-08 | 1 | -34/+13 |
| | | | | |||||
| * | | | Utility function to hide widgets when in Express mode | Federico Mena Quintero | 2010-04-09 | 2 | -0/+62 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Express mode requires a reduced preferences dialog. Many options in the current preferences dialog are pure, unadulterated crack. So we need an easy way to hide them, to simplify the dialog and reduce its size. Here we add a function that takes a GConf key, reads a list of strings from that key, and hides the widgets whose names are those strings. This gives us an easy way to experiment with what widgets should be hidden in the preferences dialog, without needing to recompile all the time. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | | hook X symbols out manually to make it build nicely on Fedora. | Michael Meeks | 2010-04-08 | 1 | -13/+39 |
| | | | |||||
| * | | Add meego detection logic, it needs to be used (next pass) to | Michael Meeks | 2010-04-07 | 3 | -0/+152 |
| | | | | | | | | | | | | | | | configure the shell, to name widgets differently, and re-order some menu/toolbar bits. | ||||
| * | | Disable the status bar for all but the mail view. | Michael Meeks | 2010-04-07 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | Not implemented prettily, but cf. mail_shell_backend_window_created_cb getting invoked even for addressbok windows ... | ||||
| * | | Simplify the search UI for express mode. | Matthew Barnes | 2010-04-07 | 8 | -145/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. Conflicts: doc/reference/shell/eshell-sections.txt | ||||
| * | | Demonstrate extending the EExtension API. | Matthew Barnes | 2010-04-07 | 3 | -136/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions. | ||||
| * | | Move "section" documentation out of header files. | Matthew Barnes | 2010-04-07 | 22 | -66/+66 |
| | | | |||||
| * | | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-04-07 | 3 | -197/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | ||||
| * | | Make EShell and related classes extensible. | Matthew Barnes | 2010-04-07 | 8 | -243/+101 |
| |/ | |||||
| * | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 2 | -1/+62 |
| | | |||||
* | | [win32} Register evolution as "Contacts" application and .vcf handler | Fridrich Štrba | 2010-05-19 | 1 | -0/+1 |
| | | |||||
* | | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -3/+3 |
| | | |||||
* | | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 1 | -0/+3 |
| | | |||||
* | | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -0/+28 |
| | | | | | | | | to be used by windows default application setting dialogue | ||||
* | | [win32] Don't call glib functions before g_thread_init was called and | Fridrich Štrba | 2010-05-17 | 1 | -7/+12 |
| | | | | | | | | register evolution as capable to handle mailto: protocol on startup | ||||
* | | Convert "default-mailer" plugin to an extension. | Matthew Barnes | 2010-05-13 | 1 | -0/+3 |
| | | |||||
* | | [win32] Set patch to evolution's bindir because some child processes | Fridrich Štrba | 2010-05-11 | 1 | -0/+9 |
| | | | | | | | | need it in some situations. | ||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 5 | -19/+22 |
| | | |||||
* | | Fix compiler warnings. | Matthew Barnes | 2010-04-21 | 1 | -1/+1 |
| | | |||||
* | | Give the windows version of evolution-alarm-notify a nice win32 icon | Fridrich Štrba | 2010-04-20 | 1 | -2/+2 |
| | | |||||
* | | Bug #608766 - Replace pthread with GLib's GThread | Milan Crha | 2010-04-15 | 1 | -7/+5 |
| | | |||||
* | | Bug #608203 - Left pane of mailer window is really narrow at startup | Milan Crha | 2010-04-14 | 1 | -16/+18 |
| | | |||||
* | | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 6 | -30/+46 |
| | | |||||
* | | hook out X symbols via g_module to avoid direct X linkage. | Michael Meeks | 2010-04-08 | 1 | -20/+43 |
| | | |||||
* | | Generate ChangeLog files for tarball releases. | Matthew Barnes | 2010-04-03 | 3 | -19342/+0 |
| | | | | | | | | Remove old ChangeLog files that predate our switch to git. | ||||
* | | Workaround broken build due to direct X function calls | Milan Crha | 2010-04-02 | 1 | -5/+8 |
| | | |||||
* | | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 4 | -59/+59 |
| | | |||||
* | | Add meego detection logic, it needs to be used (next pass) to | Michael Meeks | 2010-04-02 | 3 | -0/+152 |
| | | | | | | | | | | configure the shell, to name widgets differently, and re-order some menu/toolbar bits. | ||||
* | | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 2 | -1/+62 |
| | | |||||
* | | Disable the status bar for all but the mail view. | Michael Meeks | 2010-03-31 | 1 | -4/+7 |
| | | | | | | | | | | Not implemented prettily, but cf. mail_shell_backend_window_created_cb getting invoked even for addressbok windows ... | ||||
* | | Fix a compiler warning in main.c. | Matthew Barnes | 2010-03-30 | 1 | -1/+1 |
| | | |||||
* | | Drop support for migrating from Evolution < 2.0. | Matthew Barnes | 2010-03-30 | 6 | -423/+35 |
| | | | | | | | | | | | | | | There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup. | ||||
* | | Simplify the search UI for express mode. | Matthew Barnes | 2010-03-27 | 8 | -145/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me. | ||||
* | | Demonstrate extending the EExtension API. | Matthew Barnes | 2010-03-22 | 3 | -136/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions. | ||||
* | | Move "section" documentation out of header files. | Matthew Barnes | 2010-03-22 | 22 | -66/+66 |
| | | |||||
* | | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-03-21 | 2 | -0/+4 |
| | | |||||
* | | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-03-20 | 3 | -197/+0 |
| | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration. | ||||
* | | Make EShell and related classes extensible. | Matthew Barnes | 2010-03-20 | 8 | -243/+101 |
|/ | |||||
* | Don't use the previous stored default shell type in express mode. | Michael Meeks | 2010-03-17 | 1 | -1/+4 |
| | | | | | This avoids closing the mail, then addressbook, and getting only an addressbook when re-run (with no switchers in express mode). | ||||
* | Bug 612916 - e_lookup_action() called too early during initialization | Matthew Barnes | 2010-03-16 | 1 | -2/+4 |
| | |||||
* | Fix a couple compiler warnings. | Matthew Barnes | 2010-03-16 | 1 | -2/+1 |
| | |||||
* | Revert some bad assumptions I made in EPluginUI. | Matthew Barnes | 2010-03-16 | 2 | -5/+5 |
| | | | | | | | | | We can't require the use of EUIManager everywhere because we don't control all the UI manager instances -- the most compelling example being the composer, whose UI manager comes from GtkhtmlEditor. Instead, EPluginUI will check the instance type and pick an appropriate "load_from_string" function. | ||||
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 1 | -0/+4 |
| | |||||
* | Disabling Gnome schemas for windows | Fridrich Strba | 2010-03-15 | 1 | -0/+2 |
| | |||||
* | Some more missing relocations fixed | Fridrich Strba | 2010-03-15 | 1 | -0/+1 |
| | |||||
* | Remove some more unnecessary windows workarounds. | Fridrich Strba | 2010-03-15 | 1 | -50/+1 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 11 | -62/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the EVO_EXPRESS environment variable with an --express command line option. (Note, this adds a new translatable string for --help.) Add an EUIManager class with an "express-mode" property and custom load functions that use our new "express" preprocessor. This replaces the UI manager functions in e-utils.c. (Also going to see if I can get GTK+ to add an "add_ui_from_string" method to GtkUIManagerClass that we can override. Then we could just call gtk_ui_manager_add_ui_from_string() and the preprocessor would automatically do its thing and chain up.) Add an "express-mode" read-only GObject property to EShell. Add e_shell_configure_ui_manager() to e-shell-utils.c. For now this just creates a one-way property binding: EShell:express-mode -> EUIManager:express-mode Call this immediately after e_ui_manager_new(). (EUIManager can't do this itself because it lives too low in the dependency hierarchy and doesn't know about EShell.) | ||||
* | re-enable middle-click to open in new window with new actions | Michael Meeks | 2010-03-14 | 3 | -9/+53 |
| | |||||
* | document schema to avoid errors | Michael Meeks | 2010-03-14 | 1 | -0/+4 |
| | |||||
* | make the 'New' drop-down menu much cleaner for express mode | Michael Meeks | 2010-03-14 | 3 | -3/+44 |
| | |||||
* | Add a set of actions that open a view in a new window | Michael Meeks | 2010-03-14 | 5 | -30/+81 |
| | |||||
* | clean up the 'express' mode hooks for UI Managers and start to | Michael Meeks | 2010-03-14 | 3 | -23/+21 |
| | | | | | extend them to plugins - use a simple one-off boolean on the UI Manager instead of exhaustively trying to propagate this information everywhere. | ||||
* | Hide switcher in express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -3/+7 |
| | |||||
* | Removed obsolete method signatures in em-account-editor.h | Michael Meeks | 2010-03-14 | 1 | -5/+16 |
| | | | | | | Added em_account_editor_get_widget, and cleaned up the widget listing. Cleaned the startup wizard code to find it's label by name Added disabling of power-user 'indentity' frame in the first page express capplet. | ||||
* | Fix a typo | Srinivasa Ragavan | 2010-03-14 | 1 | -6/+3 |
| | |||||
* | Libify settings capplet. | Srinivasa Ragavan | 2010-03-14 | 1 | -6/+6 |
| | |||||
* | Add generic 'express mode' conditionals to the UI XML | Michael Meeks | 2010-03-14 | 2 | -3/+9 |
| | |||||
* | Add 'express mode' gconf setting | Michael Meeks | 2010-03-14 | 3 | -1/+30 |
| | |||||
* | cleanup taskbar activities to remove signals with dangling pointers | Michael Meeks | 2010-03-14 | 1 | -1/+14 |
| | |||||
* | More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR | Fridrich Strba | 2010-03-11 | 1 | -0/+1 |
| | |||||
* | Relocate on windows paths in this file too | Fridrich Strba | 2010-03-10 | 1 | -0/+1 |
| | |||||
* | Bug 610023 - Does not restore "Current View" on startup | Matthew Barnes | 2010-03-10 | 1 | -0/+4 |
| | | | | | Adds a GalViewInstance::loaded signal so EShellView gets notified when the initial view is loaded. | ||||
* | Remove some unnecessary terminal messages. | Matthew Barnes | 2010-03-10 | 1 | -12/+0 |
| | | | | | Don't need to see status messages on the terminal when going online, offline or quitting. | ||||
* | Remove left-over ORBit2 calls on windows | Fridrich Strba | 2010-03-06 | 1 | -8/+0 |
| | |||||
* | Accidentally broke string freeze. | Matthew Barnes | 2010-03-04 | 1 | -2/+2 |
| | | | | Apparently intltool disregards preprocessor directives... | ||||
* | Save state key file asynchronously. | Matthew Barnes | 2010-03-04 | 1 | -21/+90 |
| | | | | | | | | Avoids blocking the UI in case the save triggers an fsync() which, on ext3, synchronizes the entire filesystem. The logic is a bit tricky because we want to limit the frequency of saves and only run one save operation at a time, but we also want to do an immediate last-ditch save before finalizing the shell view. | ||||
* | Bug #610659 - Clear option is disabled after moving to other component | Milan Crha | 2010-02-25 | 1 | -6/+1 |
| | |||||
* | Bug #594083 - Oversized main window on startup | Milan Crha | 2010-02-23 | 1 | -0/+3 |
| | |||||
* | Use "mail" as the fallback shell view when starting up. | Matthew Barnes | 2010-02-17 | 1 | -1/+4 |
| | | | | | This kind of violates the shell window being unaware of specific shell views, but we need a sane fallback so users don't get an empty window. | ||||
* | Update API documentation. | Matthew Barnes | 2010-02-10 | 2 | -1/+5 |
| | | | | Also, start fixing some Gtk-Doc warnings. There's a lot. | ||||
* | Bug 609302 - Quick search filters are broken | Matthew Barnes | 2010-02-09 | 1 | -2/+7 |
| | |||||
* | Bug 609304 - Search scope forgotten if search is not performed | Matthew Barnes | 2010-02-09 | 1 | -3/+7 |
| | |||||
* | Remember search menu option even when not searching. | Matthew Barnes | 2010-02-09 | 1 | -56/+131 |
| | |||||
* | Add missing linker flags for libeshell. | Matthew Barnes | 2010-02-08 | 1 | -0/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 1 | -9/+16 |
| | |||||
* | Implement account-wide search scope in mail. | Matthew Barnes | 2010-02-07 | 4 | -44/+251 |
| | | | | Also, let EShellSearchbar handle search state persistence. | ||||
* | Enforce unique-1.0 >= 1.1.2 build requirement. | Matthew Barnes | 2010-02-03 | 2 | -3/+2 |
| | | | | | Also, add unique-1.0 to GNOME_PLATFORM so it's included in CFLAGS and LIBADD variables everywhere. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 1 | -4/+4 |
| | |||||
* | Bug 581604 - Permissions on mail/local folders are too open | Chenthill Palanisamy | 2010-01-30 | 2 | -1/+46 |
| | |||||
* | Bug 608340 - Help text missing --debug parameter | Matthew Barnes | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Changes in mingw.org last w32api/mingw-rt packages. | Fridrich Strba | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Fix a issue for anjal while saving/restoring search across multiple | Srinivasa Ragavan | 2010-01-25 | 1 | -0/+1 |
| | | | | folders | ||||
* | Bug 606342 - PST option not offered in single file import | Matthew Barnes | 2010-01-23 | 1 | -0/+2 |
| | |||||
* | Add a EShellWindow::shell-view-created signal. | Matthew Barnes | 2010-01-23 | 2 | -5/+72 |
| | | | | | | | | | | | | | The signal uses the name of the newly created shell view as the detail, so for example "shell-view-created::mail" is emitted when the "mail" view is created. Also, add e_shell_window_peek_shell_view() to obtain a shell view if it exists but without instantiating it. Using these new tools, teach the templates plugin to wait for the user to switch to the "mail" view before connecting to its "update-actions" signal. Previously is was instantiating the "mail" view itself. | ||||
* | EShellBackend cleanup. | Matthew Barnes | 2010-01-19 | 1 | -48/+44 |
| | |||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 2 | -2/+2 |
| | |||||
* | Bug 604520 - Create first account window hidden behind main window | Matthew Barnes | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | Bug #606340 - Crash on non-utf8 letter in mail folder name | Milan Crha | 2010-01-08 | 1 | -2/+3 |
| | |||||
* | Do not focus in a search entry when it is not having a focus | Milan Crha | 2010-01-08 | 1 | -1/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 2 | -19/+36 |
| | |||||
* | Clarify "Synchronization Options" menu item. | Matthew Barnes | 2009-12-28 | 1 | -3/+9 |
| | | | | | Rename it "GNOME Pilot Synchronization" and only display the item if gnome-pilot is installed. | ||||
* | Hide "Submit Bug Report" if bug-buddy is not present. | Matthew Barnes | 2009-12-28 | 1 | -0/+7 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 2 | -2/+6 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 5 | -9/+12 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 7 | -16/+157 |
| | | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property. | ||||
* | Reverting commit 55c3f228ad35 because it's crashing Evolution | Milan Crha | 2009-12-23 | 1 | -2/+2 |
| | |||||
* | Provison to hide search label for Anjal's use. | Srinivasa Ragavan | 2009-12-23 | 3 | -2/+54 |
| | |||||
* | Anjal's search bar is outside of EShellContent. Handle that. | Srinivasa Ragavan | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Fix the way parent class is called. Anjal classes were never invoked | Srinivasa Ragavan | 2009-12-23 | 1 | -2/+2 |
| | | | | before. | ||||
* | Bug 604822 - Drop more alert titles | Paul Bolle | 2009-12-20 | 1 | -2/+0 |
| | | | | | Drop all alert titles to be found in *.error.xml. HIG suggests alerts do not have a title. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 1 | -1/+0 |
| | | | | | | | | | /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads. | ||||
* | Refactor the EShell search API. | Matthew Barnes | 2009-12-19 | 8 | -1318/+1618 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | EShellContent cleanups. | Matthew Barnes | 2009-12-19 | 1 | -52/+71 |
| | |||||
* | Fix a small memory leak in EShellBackend | Jonathon Jongsma | 2009-12-19 | 1 | -0/+1 |
| | |||||
* | Add get_data_dir(), get_config_dir() vfuncs to EShellBackend | Jonathon Jongsma | 2009-12-19 | 2 | -22/+65 |
| | | | | | | | This allows modules to specify their own data dir in a flexible way without having them hard-coded to the backend class name. For example, the data dir for the mail backend should be specified by the mail session (eventually as an eds daemon) and the vfunc will allow the shell to query that in a generic way. | ||||
* | Bug #604884 - Use proper colors in Search bar when is search activated | Milan Crha | 2009-12-18 | 1 | -6/+8 |
| | |||||
* | Bug #593896 - "Search -> Find now" should not be always enabled | Milan Crha | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | Bug #603184 - Various problems with search box in folders | Milan Crha | 2009-12-18 | 3 | -3/+48 |
| | |||||
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -0/+3 |
| | |||||
* | Introduce EMailSidebar into libevolution-mail. | Matthew Barnes | 2009-12-15 | 1 | -0/+21 |
| | | | | | | EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it. | ||||
* | Make e_shell_window_update_search_menu() more crash-resistant. | Matthew Barnes | 2009-12-15 | 1 | -0/+9 |
| | |||||
* | Move icon theme path setup from main() to EShell. | Matthew Barnes | 2009-12-15 | 3 | -5/+7 |
| | | | | So Anjal picks it up. | ||||
* | Bug #499322 - Use extension for "Save as" suggested file name | Milan Crha | 2009-12-10 | 2 | -0/+56 |
| | |||||
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 3 | -4/+6 |
| | | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary. | ||||
* | Bug 603592 - X11 window roles should be set | Matthew Barnes | 2009-12-04 | 1 | -0/+10 |
| | |||||
* | Revise the EShell ref-leak check to not upset Valgrind. | Matthew Barnes | 2009-12-03 | 2 | -19/+16 |
| | |||||
* | Add an EShell:module-directory constructor property. | Matthew Barnes | 2009-12-02 | 3 | -6/+67 |
| | | | | | | | | | | | | | | | | | This tells EShell where to look for EModules. Best practice is to define the directory in your CPPFLAGS and then pass it to EShell at instantiation time, like so: Makefile.am: evolution_CPPFLAGS = \ -DMODULEDIR=\""$(moduledir)"\" ... main.c: shell = g_object_new ( E_TYPE_SHELL, "module-directory", MODULEDIR, ...); | ||||
* | Allow EShellWindow "construct" methods to return NULL. | Matthew Barnes | 2009-12-02 | 1 | -14/+25 |
| | | | | Also allow the methods themselves to be NULL. | ||||
* | Add private virtual methods to EShellWindowClass. | Matthew Barnes | 2009-12-02 | 6 | -335/+748 |
| | | | | | | | | | | | | | | | | | | | | | | | So Anjal can override what it needs to for its own purpose. Also makes the EShellWindow design a little cleaner. Methods added: GtkWidget * (*construct_menubar) (EShellWindow *shell_window); GtkWidget * (*construct_toolbar) (EShellWindow *shell_window); GtkWidget * (*construct_sidebar) (EShellWindow *shell_window); GtkWidget * (*construct_content) (EShellWindow *shell_window); GtkWidget * (*construct_taskbar) (EShellWindow *shell_window); EShellView * (*create_shell_view) (EShellWindow *shell_window, const gchar *view_name); Also added some new GObject properties to help decouple actions from internal EShellWindow widgets created by these methods: EShellWindow:sidebar-visible EShellWindow:switcher-visible EShellWindow:taskbar-visible EShellWindow:toolbar-visible | ||||
* | Add e_shell_taskbar_get_activity_count(). | Matthew Barnes | 2009-12-02 | 2 | -0/+18 |
| | | | | | | | For Anjal. This really belongs in EShellBackend but the infrastructure is not there yet. | ||||
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 4 | -18/+17 |
| | | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | port shell/ over to the new EError API | Jonathon Jongsma | 2009-12-01 | 4 | -7/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | Implement a new 'killev' program. | Matthew Barnes | 2009-11-27 | 3 | -20/+178 |
| | | | | | For now this only terminates Evolution, but the same basic approach should also be used with the Evolution-Data-Server D-Bus services. | ||||
* | Make EShell more subclassable. | Matthew Barnes | 2009-11-27 | 3 | -30/+52 |
| | | | | | | | | Add method pointers to EShellClass for all the EShell signals. Also rework my previous --quit corner case workaround: we'll want to do the full shutdown procedure after all, since the backends have already spun up. | ||||
* | Handle a missed corner case with --quit. | Matthew Barnes | 2009-11-26 | 1 | -0/+11 |
| | | | | | If --quit is given and no other Evolution process is running, bypass our usual shutdown procedure and terminate the main loop immediately. | ||||
* | Add a --quit command-line option. | Matthew Barnes | 2009-11-26 | 3 | -22/+63 |
| | | | | | | | This -asks- an existing Evolution process to quit. It is equivalent to selecting File->Quit in the main window. It does not kill the process. My plan is to use this as part of a new --force-shutdown implementation. | ||||
* | Add a --geometry command-line option. | Matthew Barnes | 2009-11-26 | 6 | -9/+113 |
| | | | | | Applies the user's window geometry string to the first main window. Suggested in bug #529565. | ||||
* | Default /evolution/shell/network_config/proxy_type to 0 explicitly | Milan Crha | 2009-11-24 | 1 | -0/+1 |
| | | | | As part of fix for bug #602719 | ||||
* | Kill Evolution's icon cache once and for all. | Matthew Barnes | 2009-11-20 | 2 | -3/+5 |
| | | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown(). | ||||
* | Bug #579599 - Let the Advanced Search work again | Milan Crha | 2009-11-19 | 3 | -18/+174 |
| | |||||
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 4 | -8/+5 |
| | |||||
* | Hide actions when lockdown settings are enabled. | Matthew Barnes | 2009-11-14 | 1 | -3/+3 |
| | | | | | | Hide actions that are disabled by lockdown settings instead of showing them as disabled. Showing them as disabled gives the impression the user can do something to enable them, which is not the case here. | ||||
* | EWebView popup menu enhancements. | Matthew Barnes | 2009-11-14 | 2 | -0/+33 |
| | | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all(). | ||||
* | Further tweaks for the command-line importing. | Matthew Barnes | 2009-11-13 | 1 | -11/+1 |
| | | | | | Includes Bastien Nocera's patch to register our importable MIME types with the MIME database. | ||||
* | Bug #588093 - Allow import of local files from command line | Milan Crha | 2009-11-12 | 5 | -13/+125 |
| | |||||
* | Rearrange variables and Windows-only code to avoid warning | Tor Lillqvist | 2009-11-11 | 1 | -10/+11 |
| | |||||
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 2 | -3/+91 |
| | |||||
* | Kill e-cursor(s) (both of them). | Matthew Barnes | 2009-11-10 | 1 | -4/+0 |
| | |||||
* | Convert some "Save As" actions to run asynchronously. | Matthew Barnes | 2009-11-08 | 5 | -14/+151 |
| | | | | | | | | | | This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block. | ||||
* | Test drive EIOActivity with a simple asynchronous function. | Matthew Barnes | 2009-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Rename e-fsutils to e-file-utils. This is where we'll add asynchronous functions for common file I/O operations with EActivity integration. Start with e_file_replace_contents_async() (and corresponding finish() function). This is a simple wrapper for g_file_replace_contents_async() which also returns an EActivity. It replaces e_write_file_uri(). Also redesign EIOActivity to -contain- a GAsyncResult rather than implement the interface for itself. This is easier for now but I may change my mind again when I figure out how to tie centralized error reporting into the EActivity framework. | ||||
* | Move EActivity and subclasses to e-util. | Matthew Barnes | 2009-11-08 | 1 | -1/+1 |
| | | | | | Planning to write some asynchronous utility functions in e-util that return EActivity objects. | ||||
* | Fix few compiler warnings | Milan Crha | 2009-11-03 | 1 | -2/+2 |
| | |||||
* | Bug 599890 - Search should not be remembered across folders | Matthew Barnes | 2009-10-30 | 1 | -1/+1 |
| | |||||
* | Don't update the message list when right-clicking on a folder. | Matthew Barnes | 2009-10-28 | 2 | -2/+6 |
| | | | | | | After the folder's context menu closes the folder tree selection jumps back to the folder whose contents are showing in the message list. Suggested by Philippe LeCavalier on evolution-list. | ||||
* | Cleanup and rename filter classes. | Matthew Barnes | 2009-10-27 | 3 | -62/+62 |
| | |||||
* | Bug #599740 - Crashing in g_thread_init | Milan Crha | 2009-10-27 | 1 | -1/+2 |
| | |||||
* | Clean up e_shell_get_active_window() | Matthew Barnes | 2009-10-21 | 1 | -12/+16 |
| | | | | Clarify the documentation and simplify the logic. | ||||
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 4 | -6/+34 |
| | |||||
* | Bug 596952 - Offline mode does not stick when set from command line | Matthew Barnes | 2009-10-08 | 1 | -9/+15 |
| | |||||
* | Clean up includes in main.c. | Matthew Barnes | 2009-10-08 | 1 | -27/+17 |
| | |||||
* | Shell cleanup. | Matthew Barnes | 2009-10-07 | 1 | -5/+12 |
| | |||||
* | Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. | Matthew Barnes | 2009-10-02 | 1 | -1/+3 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 2 | -33/+58 |
| | |||||
* | Bug #596753 - Autocompletion addressbooks not remembered | Milan Crha | 2009-09-30 | 3 | -1/+10 |
| | | | | And select page in Edit->Preferences based on the active view. | ||||
* | Show import progress directly in the assistant window. | Matthew Barnes | 2009-09-26 | 1 | -2/+6 |
| | |||||
* | Rename EShellImporter to EImportAssistant and move it to widgets. | Matthew Barnes | 2009-09-26 | 5 | -973/+6 |
| | |||||
* | Convert the shell importer to a widget class. | Matthew Barnes | 2009-09-26 | 3 | -408/+564 |
| | |||||
* | Shell importer does not need an EShellWindow. | Matthew Barnes | 2009-09-26 | 3 | -5/+3 |
| | |||||
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 2 | -3/+1 |
| | |||||
* | Developer documentation improvements. | Matthew Barnes | 2009-09-23 | 4 | -7/+11 |
| | |||||
* | Kill the killev program, and the whole tools directory. | Matthew Barnes | 2009-09-18 | 2 | -11/+31 |
| | | | | The --force-shutdown option now simply runs "pkill evolution". | ||||
* | Restore the alarm notify daemon. | Matthew Barnes | 2009-09-18 | 1 | -1/+1 |
| | | | | | Convert evolution-alarm-notify to an autostart program, add a .desktop file for it, and use libunique to ensure only one instance is running. | ||||
* | Bug #590707 - Initialize DBus threading on start | Milan Crha | 2009-09-10 | 1 | -0/+6 |
| | |||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 3 | -40/+20 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-09-05 | 1 | -2/+2 |
| | |||||
* | Kill the default parent window hack in e-error.c. | Matthew Barnes | 2009-09-05 | 1 | -1/+6 |
| | | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning. | ||||
* | EShell cleanup + rework my previous crasher fix. | Matthew Barnes | 2009-09-05 | 3 | -124/+90 |
| | |||||
* | Fix crash when second main window is closed. | Matthew Barnes | 2009-09-05 | 2 | -43/+41 |
| | |||||
* | Homing in on a reference counting issue in EShellContent. | Matthew Barnes | 2009-09-04 | 1 | -22/+6 |
| | |||||
* | Fix a reference counting issue in EShellTaskbar. | Matthew Barnes | 2009-09-04 | 1 | -0/+16 |
| | |||||
* | Get the "save-calendar" plugin working. | Matthew Barnes | 2009-09-04 | 3 | -34/+8 |
| | | | | Based on initial work by Milan Crha. | ||||
* | Fix some mistakes in the EShell documentation. | Matthew Barnes | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | Introduce an EShellView::execute-search signal. | Matthew Barnes | 2009-09-03 | 6 | -49/+124 |
| | | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal. | ||||
* | Bug #593761 - Wrong dir for calendar local sources | Milan Crha | 2009-09-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - using _get_data_dir, not _get_config_dir in calendar's and similar ensure_sources functions - current executable version is stored in gconf, thus not every start is migrating done - applied changes which were using e_source_list_ensure_group calls - e_source_list_sync is called at the end of those ensure_sources, as it didn't work to me to see the Personal source after start when I had no "On this computer" group (the group was added, but the source wasn't) | ||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 3 | -44/+44 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Disable switcher actions when sidebar is hidden. | Matthew Barnes | 2009-09-02 | 2 | -0/+26 |
| | |||||
* | Start migration -after- loading all modules and plugins. | Matthew Barnes | 2009-09-02 | 2 | -3/+5 |
| | |||||
* | Bug 593778 - Clear search enabled when it shouldn't be | Matthew Barnes | 2009-09-01 | 1 | -1/+12 |
| | |||||
* | Get EConfig and EEvent hooks working again. | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | There were a number of problems: - Walk the GType tree to find EPluginHook subclasses, instead of just registering the immediate children. - Some EConfig and EEvent subclasses were not being configured properly (particularly the mail and calendar subclasses). - Add preference window pages after the main loop starts to make sure all plugins and plugin hooks are installed first. | ||||
* | Fix for few compiler warnings | Milan Crha | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | Fix widget include paths in public header files. | Matthew Barnes | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-08-30 | 1 | -1/+1 |
| | |||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -22/+18 |
| | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
* | Nit pick. | Matthew Barnes | 2009-08-28 | 1 | -2/+2 |
| | |||||
* | Fix resize behavior of main window panes. | Matthew Barnes | 2009-08-27 | 1 | -1/+1 |
| | | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason. | ||||
* | Add menu item ellipsis according to bug #324492. | Matthew Barnes | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Bug 488409 - Remember size of filter/vfolder editor windows | Matthew Barnes | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Bug 592335 - Submit bug-report doesn't work | Matthew Barnes | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Bug 511769 - Poor indication of when network is unavailable | Matthew Barnes | 2009-08-25 | 1 | -0/+12 |
| | |||||
* | Exit if no command-line URIs are handled. | Matthew Barnes | 2009-08-25 | 2 | -4/+7 |
| | |||||
* | Remember position of main window. | Matthew Barnes | 2009-08-25 | 2 | -1/+23 |
| | |||||
* | Stop killing evolution-data-server services. | Matthew Barnes | 2009-08-23 | 2 | -88/+1 |
| | | | | That includes startup and --force-shutdown. | ||||
* | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 1 | -3/+0 |
| | |||||
* | Remove an unnecessary libgnomeui include. | Matthew Barnes | 2009-08-18 | 1 | -1/+0 |
| | |||||
* | Bug 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 1 | -7/+20 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 2 | -2/+3 |
| | |||||
* | Bug 567260 – Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-14 | 3 | -285/+134 |
| | |||||
* | Update GConf when the online/offline button is clicked. | Matthew Barnes | 2009-08-14 | 2 | -0/+20 |
| | |||||
* | Bug #563795 - Crashed while importing an mbox file in local folder | Milan Crha | 2009-08-11 | 1 | -3/+22 |
| | |||||
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 2 | -12/+10 |
| | | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup. | ||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 3 | -76/+182 |
| | |||||
* | Finish EggSMClient shell integration. | Matthew Barnes | 2009-07-16 | 1 | -34/+102 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 1 | -1/+11 |
|\ | |||||
| * | Bug 588018 – NetworkManager & DBUS build check rewrite | H.Habighorst | 2009-07-14 | 1 | -0/+6 |
| | | |||||
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 21 | -89/+3 |
| | | |||||
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 2 | -21/+14 |
| | | |||||
* | | Version check for the deprecation workaround was off by one. | Matthew Barnes | 2009-07-14 | 1 | -19/+1 |
| | | |||||
* | | Fix some issues when building Anjal. | Matthew Barnes | 2009-07-13 | 1 | -1/+1 |
| | |