Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ConnMan support (words fail me ...) | Michael Meeks | 2010-03-26 | 3 | -1/+232 |
| | |||||
* | [win32] Fix on-the-fly UUID creation and change names of functions | Fridrich Štrba | 2010-03-26 | 1 | -9/+24 |
| | | | | and variables so that they look more like what we do in Evolution | ||||
* | [win32] Generate UUID on the fly in Windows SENS module | Fridrich Štrba | 2010-03-25 | 1 | -7/+14 |
| | |||||
* | [win32] Miscellaneous fixes to Windows SENS module | Fridrich Štrba | 2010-03-25 | 1 | -99/+120 |
| | | | | | | | | | Check actually the return values and bail out if the registration to receive system events failed. Reformat the code to be consistent wrt tabs vs. space use. Extract frequently used patterns into an inline function. | ||||
* | [win32] Little modifications to Windows SENS module | Fridrich Strba | 2010-03-24 | 1 | -7/+30 |
| | | | | | | | | | | | Make the MySensNetwork class inherit from ISensNetwork interface instead of IDispatch (this assures, inter alia, that we use the right function signatures for the callbacks). Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. | ||||
* | [win32] Implement network status detection | Fridrich Strba | 2010-03-24 | 3 | -1/+282 |
| | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only | ||||
* | Clear one more instance of lockdown settings | Fridrich Strba | 2010-03-24 | 1 | -0/+2 |
| | |||||
* | Oops, remove debug printf | Federico Mena Quintero | 2010-03-23 | 1 | -9/+0 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Don't hardcode a width, but compute a suitable one | Srinivasa Ragavan | 2010-03-23 | 2 | -16/+10 |
| | | | | | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: modules/mail/e-mail-shell-sidebar.c | ||||
* | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-23 | 1 | -1/+16 |
| | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Close only the current window than the entire shell. | Srinivasa Ragavan | 2010-03-23 | 1 | -3/+8 |
| | |||||
* | Start the mailer's folder sidebar with a reasonable width | Federico Mena Quintero | 2010-03-23 | 1 | -0/+37 |
| | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Add an extension to configure EWebView. | Matthew Barnes | 2010-03-23 | 5 | -15/+134 |
| | | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings. | ||||
* | Fix build breakage. | Matthew Barnes | 2010-03-22 | 1 | -0/+1 |
| | |||||
* | [win32] Be consistent in disabling the lockdown options. | Fridrich Strba | 2010-03-21 | 1 | -0/+2 |
| | |||||
* | Convert NetworkManager integration to an EShell extension. | Matthew Barnes | 2010-03-20 | 3 | -1/+279 |
| | | | | | | | | | 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. | ||||
* | Add extensions to configure calender widgets. | Matthew Barnes | 2010-03-20 | 17 | -5/+759 |
| | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. | ||||
* | Add an extension to configure EMFormatHTML. | Matthew Barnes | 2010-03-20 | 4 | -0/+129 |
| | | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings. | ||||
* | Redo Calendar for express mode. Just design/layout changes. | Srinivasa Ragavan | 2010-03-20 | 4 | -77/+152 |
| | |||||
* | Fix a couple compiler warnings. | Matthew Barnes | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Make the gconf schemas installation rules consistent in all Makefiles.am | Fridrich Strba | 2010-03-16 | 1 | -10/+12 |
| | |||||
* | Bug 612792 - Crash when trying to delete WebDav addressbook | Matthew Barnes | 2010-03-15 | 4 | -4/+4 |
| | |||||
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 1 | -0/+4 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.) | ||||
* | clean up the 'express' mode hooks for UI Managers and start to | Michael Meeks | 2010-03-14 | 1 | -5/+1 |
| | | | | | extend them to plugins - use a simple one-off boolean on the UI Manager instead of exhaustively trying to propagate this information everywhere. | ||||
* | Restructure capplet stuffs and load only on express mode. | Srinivasa Ragavan | 2010-03-14 | 2 | -2/+2 |
| | |||||
* | Switch to anjal style on express mode. | Srinivasa Ragavan | 2010-03-14 | 1 | -15/+18 |
| | |||||
* | Integrate into new account button. | Srinivasa Ragavan | 2010-03-14 | 2 | -1/+5 |
| | |||||
* | Add generic 'express mode' conditionals to the UI XML | Michael Meeks | 2010-03-14 | 1 | -1/+4 |
| | |||||
* | Fix GnomeCalendar lifecycle; not being a widget meant we didn't | Michael Meeks | 2010-03-14 | 1 | -3/+1 |
| | | | | | | | get a gtk_widget_destroy invocation, which meant we left some callbacks registered, long after our child 'views' were destroyed causing sudden death in update_marcus_bains_line_cb, manipulating views. | ||||
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 6 | -0/+11 |
| | |||||
* | Bug 611727 - Date navigator marks dates for inactive calendars | Matthew Barnes | 2010-03-10 | 1 | -0/+4 |
| | |||||
* | Bug 611873 - Make triple-clicking a shortcut for "Show Only This ..." | Matthew Barnes | 2010-03-06 | 3 | -45/+6 |
| | | | | Requires e_source_selector_select_exclusive() from libedataserverui. | ||||
* | Bug #529331 - Deletes appointments when moving to the same calendar | Milan Crha | 2010-02-25 | 2 | -6/+21 |
| | |||||
* | Bug 587014 - Magic space does not work as expected | Matthew Barnes | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Neither ETree::key-press nor ETableItem::key-press signal definitions specify a GSignalAccumulator that terminates the signal emission when a handler returns TRUE, and Evolution 2.29 connects multiple handlers to ETree::key-press. When the space key is pressed, the first handler implements the magic space bar behavior and returns TRUE, which should terminate signal emission but doesn't because there's no accumulator function on the signal. So the second handler runs and checks for other keys besides space. It returns FALSE since it didn't handle the key press. End result: emission site gets back FALSE (from the second handler) as the return value, so it thinks the key press was not handled at all and invokes the fallback handler -- e_selection_model_toggle_single_row() -- which -unselects- the newly selected row, making it appear the next unread message was never selected. Several other ETable-related signals that return "handled" flags also lack GSignalAccumulator functions. I've made a note to myself to fix those as well. | ||||
* | Bug 609836 - Add translator comments to ambiguous strings | Matthew Barnes | 2010-02-17 | 4 | -0/+20 |
| | |||||
* | Bug 604542 - Skip non-system rules when building quick search menu | Matthew Barnes | 2010-02-11 | 1 | -0/+2 |
| | |||||
* | Bug 609403 - Doesn't restore window size always | Matthew Barnes | 2010-02-10 | 3 | -257/+248 |
| | |||||
* | Bug 609404 - Quick search filter should work on current message list view | Matthew Barnes | 2010-02-10 | 1 | -8/+18 |
| | |||||
* | Add DnD support to e-selection.c. | Matthew Barnes | 2010-02-09 | 3 | -23/+31 |
| | | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard". | ||||
* | Fix some dead assignments. | Matthew Barnes | 2010-02-08 | 3 | -6/+0 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 3 | -33/+31 |
| | |||||
* | Implement account-wide search scope in mail. | Matthew Barnes | 2010-02-07 | 8 | -169/+478 |
| | | | | Also, let EShellSearchbar handle search state persistence. | ||||
* | Bug 607520 - 'Add to Address Book' fails when address has space | Matthew Barnes | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 2 | -132/+132 |
| | |||||
* | Improve sidebar and ECalModel interaction. | Matthew Barnes | 2010-01-30 | 9 | -120/+657 |
| | | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly. | ||||
* | Sidebar cleanups for Memos and Tasks. | Matthew Barnes | 2010-01-30 | 2 | -45/+41 |
| | | | | | | | Kill the EMemoTable::user-created signal and connect directly to ECalModel::row-appended in e_memo_shell_view_private.c. Same goes for tasks. | ||||
* | Remove a bunch of dead code in GnomeCalendar. | Matthew Barnes | 2010-01-30 | 1 | -24/+0 |
| | |||||
* | Level the differences with the alternative runtime/header set | Fridrich Strba | 2010-01-28 | 1 | -0/+12 |
| | |||||
* | Make authentication functionality available | Gustavo Noronha Silva | 2010-01-27 | 8 | -18/+18 |
| | | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Bug #606666 - Cannot move cursor with arrows in preview with caret mode | Milan Crha | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-01-23 | 1 | -1/+3 |
| | |||||
* | Bug 549558 - "Download Messages for Offline Usage" still sensitive in ↵ | Viswanath Sivakumar | 2010-01-22 | 1 | -1/+7 |
| | | | | offline mode | ||||
* | Bug 607608 - Empty Trash does not work unless Trash is selected | Matthew Barnes | 2010-01-22 | 3 | -35/+45 |
| | |||||
* | Bug #602827 - Disable broken plugins automatically | Milan Crha | 2010-01-19 | 1 | -0/+2 |
| | |||||
* | Bug 606940 - plugin_lib_loadmodule() always enables the plugin | Matthew Barnes | 2010-01-19 | 1 | -0/+4 |
| | |||||
* | Give all preview panes a search bar. | Matthew Barnes | 2010-01-18 | 18 | -163/+243 |
| | | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer. | ||||
* | Fix some potential null pointer dereferences. | Matthew Barnes | 2010-01-16 | 3 | -6/+12 |
| | | | | Caught by the Clang Static Analyzer. | ||||
* | Fix a potential uninitialized argument in e-plugin-python.c. | Matthew Barnes | 2010-01-16 | 1 | -4/+6 |
| | | | | | | | | | | | if (PyCallable_Check (priv->pClass)) pInstance = PyObject_CallObject (priv->pClass, NULL); pValue = PyObject_CallMethod (pInstance, (gchar *) name, NULL); 'pInstance' may be uninitialzed in call to PyObject_CallMethod(). Found by the Clang Static Analyzer. | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 21 | -96/+4 |
| | |||||
* | Cleanup delete actions in shell views. | Matthew Barnes | 2010-01-11 | 13 | -271/+41 |
| | |||||
* | Bug 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 3 | -8/+8 |
| | | | | Several GtkWidget macros were recently deprecated. | ||||
* | Bug #549988 - "Empty Trash" in Trash popup empties all Trash folders | Milan Crha | 2010-01-06 | 1 | -4/+4 |
| | |||||
* | Bug #597816 - Read/save search folders with labels properly | Milan Crha | 2010-01-05 | 2 | -2/+17 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 2 | -44/+69 |
| | |||||
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 1 | -2/+0 |
| | | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch]. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 4 | -25/+48 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 3 | -24/+27 |
| | |||||
* | Rename ECalendarTable to ETaskTable. | Matthew Barnes | 2009-12-27 | 9 | -106/+105 |
| | | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 13 | -38/+101 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 25 | -767/+20 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 1 | -2/+4 |
| | |||||
* | Bug #605192 - New memo window has start date as None | Milan Crha | 2009-12-23 | 1 | -0/+16 |
| | |||||
* | Bug 596947 - Calendar view forgets memo pane height | Matthew Barnes | 2009-12-20 | 1 | -3/+4 |
| | |||||
* | Remove some obsolete GConf keys. | Matthew Barnes | 2009-12-19 | 4 | -138/+144 |
| | | | | | | | | | /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 | 23 | -131/+322 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Bug #596967 - Per-folder setting for threading and preview panel | Milan Crha | 2009-12-19 | 3 | -1/+111 |
| | |||||
* | Bug #593700 - Restore folder's last selected message as expected | Milan Crha | 2009-12-18 | 1 | -136/+0 |
| | |||||
* | Bug #603184 - Various problems with search box in folders | Milan Crha | 2009-12-18 | 1 | -0/+3 |
| | |||||
* | Kill MailSession's interactive flag. | Matthew Barnes | 2009-12-17 | 1 | -3/+0 |
| | | | | | | | | | | | | After analyzing this again I'm confident we really don't need it. The only state change is from FALSE to TRUE at startup, and that one-time event happens while the mail shell backend is starting up (see: e_shell_backend_start()). If a need arises to query for this in the future I'll extend the EShellBackend API with an e_shell_backend_started() function, but for now there's no need. | ||||
* | Move MailFolderCache signal handlers to EMailBackend. | Matthew Barnes | 2009-12-17 | 1 | -77/+0 |
| | | | | | Move the MailFolderCache signal handlers from EMailShellBackend down to EMailBackend (in libevolution-mail.so) to share with Anjal. | ||||
* | Introduce EMailBackend into libevolution-mail. | Matthew Barnes | 2009-12-16 | 2 | -361/+158 |
| | | | | | | | EMailBackend is an abstract subclass of EShellBackend that handles online and offline modes and application shutdown. Placing this in the shared mail library allows Anjal to reuse it. Evolution's mail module further extends this class as EMailShellBackend. | ||||
* | Add MailFolderCache::folder-changed signal | Jonathon Jongsma | 2009-12-16 | 1 | -0/+55 |
| | | | | | | | | | Yes, this signal is kind of an ugly monster. I'm not sure how to improve this significantly. But this commit removes the last EMFolderTreeModel and EShell dependencies from MailFolderCache, which is a big step towards splitting off the backend. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Remove mail-config, vfolder, and filter deps from mail-folder-cache | Jonathon Jongsma | 2009-12-16 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | Instead of pushing the updates to the right places, the folder cache simply emits the appropriate signals and other objects are responsible for listening and handling them appropriately. This allows us to cut down the dependencies of MailFolderCache significantly, which is a huge step towards allowing us to split it off for the backend. Another nice thing about this is that it allows us to trim a lot of 'public' api from the filter, vfolder, and config classes that were only used by the cache. Now that stuff can all be internal since they're pulling changes rather than having the changes pushed. The last remaining problematic dependency in MailFolderCache is EmFolderTreeModel. That is next on the chopping block. https://bugzilla.gnome.org/show_bug.cgi?id=604627 | ||||
* | Move mail migration code to libevolution-mail.so. | Matthew Barnes | 2009-12-16 | 4 | -3142/+2 |
| | | | | So Anjal can reuse it. | ||||
* | Bug #603342 - Memory leak fixes | Milan Crha | 2009-12-15 | 1 | -4/+6 |
| | |||||
* | Introduce EMailSidebar into libevolution-mail. | Matthew Barnes | 2009-12-15 | 4 | -419/+23 |
| | | | | | | 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. | ||||
* | Bug #602998 - Contacts searches are supposed to be per address book | Milan Crha | 2009-12-11 | 5 | -9/+83 |
| | |||||
* | Bug #499322 - Use extension for "Save as" suggested file name | Milan Crha | 2009-12-10 | 6 | -7/+22 |
| | |||||
* | Bug #591938 - Update translator's comments | Milan Crha | 2009-12-10 | 2 | -2/+4 |
| | |||||
* | Kill ETableScrolled. | Matthew Barnes | 2009-12-08 | 11 | -130/+134 |
| | | | | | ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder. | ||||
* | Kill ETreeScrolled. | Matthew Barnes | 2009-12-08 | 2 | -19/+50 |
| | | | | | | | Kill ETreeScrolled and convert MessageList to an ETree subclass. ETreeScrolled is nothing but a GtkScrolledWindow containing an ETree. It adds nothing of value and actually makes customizing ETree harder. | ||||
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 13 | -14/+14 |
| | | | | | | 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. | ||||
* | Fixing widgets order and adding back mnemonics after glade removal | Milan Crha | 2009-12-02 | 1 | -3/+3 |
| | |||||
* | Expand the EMailReader interface so it's easier to use. | Matthew Barnes | 2009-12-02 | 4 | -111/+87 |
| | | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader); | ||||
* | Kill message_list_free_uids(). | Matthew Barnes | 2009-12-02 | 2 | -7/+7 |
| | | | | Use em_utils_uids_free() instead. | ||||
* | Merge bits and pieces of the anjal-evo-2-30 branch. | Matthew Barnes | 2009-12-01 | 5 | -97/+86 |
| | |||||
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 19 | -38/+37 |
| | | | | | | | | | | 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 modules/ to new EError API. | Jonathon Jongsma | 2009-12-01 | 12 | -17/+17 |
| | | | | | | This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | Fixes a build break. | Chenthill Palanisamy | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | Bug 494394 - No way for the user to refresh a calendar | Milan Crha | 2009-11-30 | 15 | -3/+174 |
| | |||||
* | Bug #558030 - Convert meeting to appointment popup menu option | Milan Crha | 2009-11-26 | 3 | -5/+58 |
| | |||||
* | Bug #591330 - Do not clear task preview every minute | Milan Crha | 2009-11-26 | 6 | -8/+8 |
| | |||||
* | Bug 602704 - Actions->Purge in task view doesn't work | Matthew Barnes | 2009-11-26 | 3 | -4/+60 |
| | |||||
* | Bug 602907 - Cannot delete meetings or appointments in list view | Matthew Barnes | 2009-11-25 | 1 | -0/+8 |
| | |||||
* | Bug 602803 - New Contact enabled for read-only address books | Matthew Barnes | 2009-11-25 | 1 | -0/+8 |
| | |||||
* | Bug 602844 - Flags not saved to IMAP account on exit | Matthew Barnes | 2009-11-25 | 2 | -0/+57 |
| | |||||
* | Fix typos in e_cal_shell_content_paste_clipboard(). | Matthew Barnes | 2009-11-21 | 1 | -2/+2 |
| | |||||
* | Bug #602081 - Runtime warnings when going to Tasks | Milan Crha | 2009-11-20 | 1 | -6/+7 |
| | |||||
* | Bug #579599 - Let the Advanced Search work again | Milan Crha | 2009-11-19 | 20 | -298/+241 |
| | |||||
* | Disallow renaming a non-deletable ESource. | Matthew Barnes | 2009-11-19 | 4 | -4/+4 |
| | | | | This is a partial solution to bug #600397. | ||||
* | Bug #602098 - No progress notification from GnomeCalendar | Milan Crha | 2009-11-18 | 1 | -2/+5 |
| | |||||
* | Prefer EWebView calls over direct GtkHTML calls. | Matthew Barnes | 2009-11-18 | 1 | -8/+4 |
| | |||||
* | Don't unref destinations in eab_send_as_to(). | Matthew Barnes | 2009-11-18 | 1 | -2/+0 |
| | | | | | This was mistakenly finalizing EDestinations handed off to the composer, causing the composer to crash. | ||||
* | Bug 360461 - Do not hardcode invisible_char in ui files | Claude Paroz | 2009-11-17 | 1 | -6/+0 |
| | |||||
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 14 | -1723/+910 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-11-15 | 1 | -1/+1 |
| | |||||
* | Bug 600397 - Delete option enabled for undeletable ESource | Matthew Barnes | 2009-11-14 | 12 | -29/+108 |
| | |||||
* | Bug 600714 - No label colors in popup menu | Matthew Barnes | 2009-11-14 | 2 | -7/+9 |
| | |||||
* | Bug 600933 - Empty Trash missing for real trash folders | Matthew Barnes | 2009-11-14 | 1 | -0/+9 |
| | |||||
* | Bug 601767 - Delete action in calendar view has glitches | Matthew Barnes | 2009-11-14 | 2 | -4/+12 |
| | |||||
* | Bug 601769 - Print issues in address book | Matthew Barnes | 2009-11-14 | 3 | -28/+57 |
| | |||||
* | Bug 601774 - "Send Message to Contact" is always disabled | Matthew Barnes | 2009-11-14 | 2 | -7/+59 |
| | |||||
* | Bug 601785 - Menu glitches in memo and task view | Matthew Barnes | 2009-11-14 | 8 | -4/+34 |
| | |||||
* | EWebView popup menu enhancements. | Matthew Barnes | 2009-11-14 | 7 | -58/+166 |
| | | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all(). | ||||
* | Simplify clipboard handling in addressbook. | Matthew Barnes | 2009-11-12 | 4 | -3/+13 |
| | |||||
* | Mark also create_combo_text_widget() for export | Tor Lillqvist | 2009-11-12 | 1 | -1/+1 |
| | | | | As it is used from mail/mail-config.glade. | ||||
* | Simplify clipboard handling in calendar. | Matthew Barnes | 2009-11-12 | 3 | -10/+16 |
| | |||||
* | Fix Windows build | Tor Lillqvist | 2009-11-12 | 2 | -1/+6 |
| | | | | | There was a strange typo, e_util_replace_prefix() is what was intended. Thus include libedataserver/e-data-server-util.h. | ||||
* | Fix a potential crash in the mail migration code. | Matthew Barnes | 2009-11-11 | 1 | -1/+0 |
| | |||||
* | Bug 601516 - Calendar views missing from calendar popup menu | Matthew Barnes | 2009-11-11 | 2 | -15/+25 |
| | | | | This also fixes a couple other popup menu glitches. | ||||
* | Fix build for Windows | Tor Lillqvist | 2009-11-11 | 1 | -2/+2 |
| | | | | | Do compile some more parts of modules/mail/e-mail-shell-migrate.c. No idea whether any migration might actually work on Windows, of course. | ||||
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 6 | -9/+13 |
| | |||||
* | Bug #593751 - Show correct context menu in calendar views | Milan Crha | 2009-11-11 | 4 | -16/+164 |
| | |||||
* | Fix EPluginLib callback signatures. | Matthew Barnes | 2009-11-10 | 2 | -7/+7 |
| | | | | | Dynamically loaded library plugins do not need to know about EPluginLib specifically. Passing them an EPlugin pointer is sufficient. | ||||
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -0/+4 |
| | |||||
* | Bug 600926 - Fails to build due to missing dependencies | Yan Li | 2009-11-10 | 1 | -1/+7 |
| | |||||
* | Convert some "Save As" actions to run asynchronously. | Matthew Barnes | 2009-11-08 | 10 | -40/+238 |
| | | | | | | | | | | 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. | ||||
* | Bug #597582 - Original Date: header should be given precedence | David Woodhouse | 2009-11-05 | 2 | -2/+13 |
| | |||||
* | Bug 600402 - Clear search is always enabled in calendar/contact/task | Matthew Barnes | 2009-11-04 | 4 | -16/+4 |
| | |||||
* | Fix few compiler warnings | Milan Crha | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Lets the saved searches to work. | Chenthill Palanisamy | 2009-10-30 | 1 | -0/+13 |
| | |||||
* | Bug 599837 - Junk plugin combo box is invisible | Matthew Barnes | 2009-10-30 | 1 | -2/+8 |
| | |||||
* | Bug 600019 - Menu glitches when an account name is selected | Matthew Barnes | 2009-10-29 | 1 | -0/+12 |
| | |||||
* | Bug #268644 - unread mail shortcut collides with gtk tree search | Milan Crha | 2009-10-29 | 1 | -0/+25 |
| | | | | Re-applied, as it got lost on kill-bonobo merge | ||||
* | Bug 599896 - Flush outbox option is missing | Matthew Barnes | 2009-10-29 | 1 | -3/+1 |
| | | | | This also reverts commit f5165c618ae2defb310a0ed4eab06dac7346a2b0. | ||||
* | Don't update the message list when right-clicking on a folder. | Matthew Barnes | 2009-10-28 | 2 | -5/+61 |
| | | | | | | 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. | ||||
* | Bug #550049 - Disable Mark messages as read actions when unusable | Milan Crha | 2009-10-28 | 2 | -2/+70 |
| | |||||
* | Cleanup and rename filter classes. | Matthew Barnes | 2009-10-27 | 10 | -41/+41 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 3 | -3/+3 |
| | |||||
* | Bug #598519 - Cannot open task/memo by double click in calendar day view | Milan Crha | 2009-10-27 | 1 | -0/+12 |
| | |||||
* | Bug #397265 - Image loading for new contact requires restarting Evolution | Milan Crha | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | Fix a potential calendar crash. | Matthew Barnes | 2009-10-24 | 1 | -2/+1 |
| | |||||
* | Bug #593953 - LDAP SSL option order doesn't match with a backend's | Milan Crha | 2009-10-21 | 2 | -8/+9 |
| | |||||
* | Bug #596860 - Duplicate event gets shown in calendar view | Milan Crha | 2009-10-16 | 1 | -2/+0 |
| | | | | Interim/partial solution. | ||||
* | Bug #522783 - Signature separator for HTML E-mails | Milan Crha | 2009-10-16 | 1 | -0/+4 |
| | | | | | | | | Reapplied patch from bug #551470, as this got dropped on merging. Be sure you all also gconftool-2 --install-schema-file=$PREFIX/etc/gconf/schemas/evolution-mail.schemas as new key had been added. | ||||
* | Bug #329100 - Choosing adress book for birthdays | Milan Crha | 2009-10-13 | 1 | -11/+43 |
| | |||||
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 3 | -25/+6 |
| | |||||
* | Bug 595092 - Remove option to skip offline syncrhonization dialog | Matthew Barnes | 2009-10-08 | 1 | -2/+1 |
| | |||||
* | Bug #596824 - evolution hangs on start up | Milan Crha | 2009-10-07 | 1 | -3/+1 |
| | |||||
* | Enable File->Empty Trash menu item for all folders | Milan Crha | 2009-10-07 | 1 | -1/+8 |
| | |||||
* | Bug 597533 - e_file_dialog_save() does not pass parent window | Matthew Barnes | 2009-10-07 | 5 | -5/+35 |
| | |||||
* | Bug 597151 - [regression] Folder doesn't get deleted properly | Lucian Langa | 2009-10-03 | 1 | -2/+4 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 7 | -23/+30 |
| | |||||
* | Bug #596753 - Autocompletion addressbooks not remembered | Milan Crha | 2009-09-30 | 6 | -2/+6 |
| | | | | And select page in Edit->Preferences based on the active view. | ||||
* | Bug 593700 - Opens folder on top | Matthew Barnes | 2009-09-29 | 1 | -0/+9 |
| | |||||
* | Bug 594534 - Can't select calendar for a new appointment | Matthew Barnes | 2009-09-29 | 1 | -0/+27 |
| | |||||
* | Bug 596268 - Crash when sidebar was clicked while 'loading' | Matthew Barnes | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 4 | -4/+4 |
| | |||||
* | Bug 594543 - Crash on folder/message change | Matthew Barnes | 2009-09-24 | 1 | -5/+5 |
| | | | | Based on a patch by Milan Crha. | ||||
* | GN-bug #593617 - GroupWise plugins are not built | Milan Crha | 2009-09-23 | 1 | -1/+50 |
| | |||||
* | Fix few valgrind claims | Milan Crha | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | Bug 595119 - Crash while trying to add a new category in contact | Matthew Barnes | 2009-09-21 | 5 | -8/+9 |
| | |||||
* | Typo fix | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Restore translation context (NC) for three strings | Andre Klapper | 2009-09-21 | 3 | -3/+3 |
| | |||||
* | Typo fix | Andre Klapper | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Bug 595687 - Message list popup menu not activated by menu key | Matthew Barnes | 2009-09-20 | 1 | -0/+16 |
| | |||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 2 | -1/+5 |
| | |||||
* | Bug 594017 - Crash on set preview visible | Milan Crha | 2009-09-13 | 1 | -1/+5 |
| | |||||
* | Bug 594863 - Message body doesn't allow right click pop up menu | Matthew Barnes | 2009-09-13 | 2 | -5/+60 |
| | |||||
* | Bug 217066 - Rename folders directly inside folder list | Matthew Barnes | 2009-09-13 | 1 | -4/+1 |
| | |||||
* | Bug 593899 - "Create Search Folder from Search" does not work | Matthew Barnes | 2009-09-11 | 1 | -2/+71 |
| | |||||
* | Followup fix for bug #593905. | Matthew Barnes | 2009-09-11 | 2 | -5/+3 |
| | |||||
* | Bug 593905 - 'Subject or Addresses contains' search criteria missing | Matthew Barnes | 2009-09-11 | 2 | -13/+5 |
| | |||||
* | Require a parent window when creating an EMFolderSelector. | Matthew Barnes | 2009-09-11 | 1 | -2/+14 |
| | |||||
* | Bug 593646 - Starting in day view does not restore panels correctly | Matthew Barnes | 2009-09-10 | 1 | -1/+16 |
| | |||||
* | Bug #594573 - Label dropdown box in the rule editor does not work | Matt McCutchen | 2009-09-10 | 1 | -1/+2 |
| | |||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 12 | -66/+62 |
| | |||||
* | Bug #586854 - Crash on File->Quit with empty_junk enabled | Ritesh Khadgaray | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Bug 594284 - FTBFS: missing links | Diego Escalante Urrelo | 2009-09-06 | 1 | -0/+1 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2009-09-05 | 1 | -1/+0 |
| | |||||
* | Kill the default parent window hack in e-error.c. | Matthew Barnes | 2009-09-05 | 1 | -1/+10 |
| | | | | | | 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. | ||||
* | Fix a runtime warning. | Matthew Barnes | 2009-09-05 | 1 | -1/+3 |
| | |||||
* | Copy folder tree state of 1st window when opening new windows. | Matthew Barnes | 2009-09-04 | 2 | -3/+6 |
| | |||||
* | Bug 593881 - Category icons do not appear in preview pane | Matthew Barnes | 2009-09-03 | 2 | -1/+51 |
| | |||||
* | Bug #593762 - Event creation window has start date as Today | Milan Crha | 2009-09-03 | 1 | -43/+47 |
| | |||||
* | Bug 593940 - No options for google address book available | Matthew Barnes | 2009-09-03 | 1 | -2/+6 |
| | |||||
* | Introduce an EShellView::execute-search signal. | Matthew Barnes | 2009-09-03 | 19 | -981/+836 |
| | | | | | | | | | | | | 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 | 6 | -183/+77 |
| | | | | | | | | | | | | | | - 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 | 18 | -184/+184 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Disable classic/vertical options when preview is hidden. | Matthew Barnes | 2009-09-02 | 6 | -0/+34 |
| | |||||
* | Bug 593776 - Fix include of a11y/addressbook and a11y/calendar | H.Habighorst | 2009-09-01 | 1 | -1/+0 |
| | |||||
* | Bug 593627 - Tool bar > new > contact list doesn't work | Matthew Barnes | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Bug 579598 - Change in view types (from Menu) is not working | Milan Crha | 2009-09-01 | 2 | -2/+2 |
| | |||||
* | Bug 593685 - Insensitive actions after start | Matthew Barnes | 2009-09-01 | 1 | -0/+2 |
| | |||||
* | Bug 593613 - Doesn't differentiate an appointment and meeting button click | Matthew Barnes | 2009-09-01 | 1 | -0/+3 |
| | |||||
* | Get EConfig and EEvent hooks working again. | Matthew Barnes | 2009-09-01 | 9 | -38/+72 |
| | | | | | | | | | | | | | 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. | ||||
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 46 | -172/+4364 |
| | | | | | | | | | | | | | - 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. | ||||
* | Re-enable more calendar code. | Matthew Barnes | 2009-08-28 | 1 | -2/+5 |
| | |||||
* | Fix calendar pane positioning. | Matthew Barnes | 2009-08-28 | 2 | -8/+8 |
| | |||||
* | Add vertical view to Contacts. | Matthew Barnes | 2009-08-28 | 4 | -31/+186 |
| | |||||
* | Remove redundant "vertical view" functions. | Matthew Barnes | 2009-08-28 | 3 | -65/+71 |
| | |||||
* | Add vertical view to Memos and Tasks. | Matthew Barnes | 2009-08-28 | 10 | -85/+315 |
| | |||||
* | Add EPaned widget to generalize vertical view. | Matthew Barnes | 2009-08-28 | 2 | -145/+20 |
| | |||||
* | Fix preview pane size persistance. | Matthew Barnes | 2009-08-28 | 2 | -22/+127 |
| | | | | | | | | The new packing style broke preview pane size restoration at startup. The fix is to store the size of the bottom GtkPaned child instead of the top child. Unfortunately GtkPaned does not make this easy. Will have to repeat this procedure for the other preview panes. | ||||
* | More panel resizing goodness. | Matthew Barnes | 2009-08-27 | 2 | -4/+4 |
| | |||||
* | Fix resize behavior of main window panes. | Matthew Barnes | 2009-08-27 | 4 | -8/+8 |
| | | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason. | ||||
* | Switch between classic and vertical view using GtkOrientable. | Matthew Barnes | 2009-08-26 | 1 | -18/+9 |
| | |||||
* | Exit if no command-line URIs are handled. | Matthew Barnes | 2009-08-25 | 3 | -17/+21 |
| | |||||
* | Handle calendar URIs from the command line. | Matthew Barnes | 2009-08-25 | 3 | -4/+151 |
| | |||||
* | Fix migration errors. | Matthew Barnes | 2009-08-23 | 3 | -6/+3 |
| | |||||
* | More GnomeCalendar cleanup. | Matthew Barnes | 2009-08-19 | 1 | -6/+32 |
| | |||||
* | Trim more fat off the GnomeCalendar API. | Matthew Barnes | 2009-08-19 | 3 | -8/+162 |
| | | | | Oh and hey look, I can see events now! | ||||
* | Remove duplicate handlers for date navigator signals. | Matthew Barnes | 2009-08-18 | 1 | -1/+7 |
| | |||||
* | Bug 567260 - Migrate from GnomeDruid to GtkAssistant | Milan Crha | 2009-08-18 | 2 | -18/+18 |
| | |||||
* | Bug 592032 - Marks message as read when preview is off | Matthew Barnes | 2009-08-18 | 2 | -3/+14 |
| | |||||
* | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 14 | -25/+27 |
| | |||||
* | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 4 | -15/+710 |
| | |||||
* | Track the timezone in one place: ECalModel | Matthew Barnes | 2009-08-13 | 1 | -12/+3 |
| | |||||
* | Add new preferences missed during the 2.27.90 merge. | Matthew Barnes | 2009-08-13 | 7 | -9/+145 |
| | |||||
* | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 4 | -15/+39 |
| | |||||
* | Get the backup-restore plugin working. | Matthew Barnes | 2009-08-12 | 1 | -2/+0 |
| | |||||
* | Get the itip-formatter plugin working. | Matthew Barnes | 2009-08-12 | 8 | -54/+202 |
| | |||||
* | Get the calendar-weather plugin working. | Matthew Barnes | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Allow calendar to be written as a external app and split the huge .so to | Srinivasa Ragavan | 2009-08-12 | 1 | -1/+1 |
| | | | | a share private lib and component lib. | ||||
* | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 2 | -2/+10 |
| | |||||
* | Bug #203853 - Cut/Copy key bindings don't work in day and week views | Milan Crha | 2009-08-11 | 1 | -0/+9 |
| | |||||
* | Bug #420513 - Be able to notify about meeting only new attendees | Milan Crha | 2009-08-11 | 4 | -4/+4 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-09 | 9 | -55/+87 |
| | |||||
* | Seal up ESignature and add GObject properties. | Matthew Barnes | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 2 | -110/+0 |
| | |||||
* | Fix a typo. | Matthew Barnes | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 14 | -252/+840 |
| | |||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 3 | -573/+109 |
| | |||||
* | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 2 | -13/+340 |
| | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
* | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 2 | -5/+30 |
| | |||||
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Start re-enabling parts of the calendar. | Matthew Barnes | 2009-07-28 | 1 | -30/+15 |
| | |||||
* | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 2 | -5/+47 |
| | |||||
* | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 4 | -10/+159 |
| | | | | Move calendar search logic to ECalShellView. |