Commit Graph

186 Commits

Author SHA1 Message Date
Milan Crha 223c2f4a75 Bug #602998 - Contacts searches are supposed to be per address book 2009-12-10 21:12:48 +01:00
Milan Crha 4a9bf4dffd Bug #499322 - Use extension for "Save as" suggested file name 2009-12-10 16:08:52 +01:00
Milan Crha 65931feb2a Bug #591938 - Update translator's comments 2009-12-09 18:55:15 +01:00
Matthew Barnes dd65b18ddf Kill ETableScrolled.
ETableScrolled is nothing but a GtkScrolledWindow containing an ETable.
It adds nothing of value and actually makes customizing ETable harder.
2009-12-08 01:55:28 -05:00
Matthew Barnes eb60a4e448 Kill ETreeScrolled.
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.
2009-12-08 01:55:28 -05:00
Jonathon Jongsma 31204c9cc2 Port all error code to use GObject-ified EAlert / EAlertDialog
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.
2009-12-07 12:25:23 -06:00
Milan Crha 86770f6b77 Fixing widgets order and adding back mnemonics after glade removal 2009-12-02 13:56:13 +01:00
Matthew Barnes 5e938b590f Expand the EMailReader interface so it's easier to use.
Adds the following methods:

  CamelFolder *   (*get_folder)          (EMailReader *reader);
  const gchar *   (*get_folder_uri)      (EMailReader *reader);
  GPtrArray *     (*get_selected_uids)   (EMailReader *reader);
2009-12-01 15:01:14 -05:00
Matthew Barnes 76fbb9d232 Kill message_list_free_uids().
Use em_utils_uids_free() instead.
2009-12-01 15:01:14 -05:00
Matthew Barnes d94534c367 Merge bits and pieces of the anjal-evo-2-30 branch. 2009-11-30 18:34:38 -05:00
Jonathon Jongsma c2ee0afbc8 Rename EError to EAlert to match general use better
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
2009-11-30 13:33:04 -06:00
Jonathon Jongsma 495e9bf800 port modules/ to new EError API.
This should be everything now.

https://bugzilla.gnome.org/show_bug.cgi?id=602963
2009-11-30 13:32:22 -06:00
Chenthill Palanisamy e3561c50ba Fixes a build break. 2009-11-30 15:15:39 +05:30
Milan Crha 0b1658ed7a Bug 494394 - No way for the user to refresh a calendar 2009-11-30 12:31:31 +05:30
Milan Crha 00e1de6f7d Bug #558030 - Convert meeting to appointment popup menu option 2009-11-26 16:04:54 +01:00
Milan Crha e2ca6f7753 Bug #591330 - Do not clear task preview every minute 2009-11-26 15:15:17 +01:00
Matthew Barnes 02b15ae6b8 Bug 602704 - Actions->Purge in task view doesn't work 2009-11-25 15:09:18 -05:00
Matthew Barnes 643851bf59 Bug 602907 - Cannot delete meetings or appointments in list view 2009-11-25 08:30:01 -05:00
Matthew Barnes d3497934db Bug 602803 - New Contact enabled for read-only address books 2009-11-25 08:12:14 -05:00
Matthew Barnes 463032d132 Bug 602844 - Flags not saved to IMAP account on exit 2009-11-25 00:44:20 -05:00
Matthew Barnes 0328fe535c Fix typos in e_cal_shell_content_paste_clipboard(). 2009-11-20 17:05:21 -05:00
Milan Crha 5cbd8e6359 Bug #602081 - Runtime warnings when going to Tasks 2009-11-20 11:32:32 +01:00
Milan Crha aa813bd7ca Bug #579599 - Let the Advanced Search work again 2009-11-19 15:40:50 +01:00
Matthew Barnes 72861cffee Disallow renaming a non-deletable ESource.
This is a partial solution to bug #600397.
2009-11-19 07:40:54 -05:00
Milan Crha ff6be368c5 Bug #602098 - No progress notification from GnomeCalendar 2009-11-18 14:06:33 +01:00
Matthew Barnes 35bc315e87 Prefer EWebView calls over direct GtkHTML calls. 2009-11-17 14:10:58 -05:00
Matthew Barnes c745f73182 Don't unref destinations in eab_send_as_to().
This was mistakenly finalizing EDestinations handed off to the
composer, causing the composer to crash.
2009-11-17 13:59:25 -05:00
Claude Paroz f06fda60d9 Bug 360461 - Do not hardcode invisible_char in ui files 2009-11-17 14:40:08 +01:00
Matthew Barnes 054c088169 Bug 589153 - Use GtkBuilder instead of libglade 2009-11-16 19:33:32 -05:00
Matthew Barnes 5a53fa86ce Whitespace cleanup. 2009-11-14 11:55:17 -05:00
Matthew Barnes bb1653f64c Bug 600397 - Delete option enabled for undeletable ESource 2009-11-14 10:42:02 -05:00
Matthew Barnes 51fe60cd69 Bug 600714 - No label colors in popup menu 2009-11-14 00:20:35 -05:00
Matthew Barnes e3768ee534 Bug 600933 - Empty Trash missing for real trash folders 2009-11-13 20:21:29 -05:00
Matthew Barnes 780180cad9 Bug 601767 - Delete action in calendar view has glitches 2009-11-13 18:34:04 -05:00
Matthew Barnes 77a05d6576 Bug 601769 - Print issues in address book 2009-11-13 18:18:26 -05:00
Matthew Barnes d428935b38 Bug 601774 - "Send Message to Contact" is always disabled 2009-11-13 16:57:53 -05:00
Matthew Barnes 3d4b38c997 Bug 601785 - Menu glitches in memo and task view 2009-11-13 16:12:49 -05:00
Matthew Barnes c5e04ca040 EWebView popup menu enhancements.
Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
2009-11-13 11:26:43 -05:00
Matthew Barnes c12e485e47 Simplify clipboard handling in addressbook. 2009-11-12 10:44:52 -05:00
Tor Lillqvist 7a2a0d05a9 Mark also create_combo_text_widget() for export
As it is used from mail/mail-config.glade.
2009-11-12 14:41:31 +02:00
Matthew Barnes 425d49ebe1 Simplify clipboard handling in calendar. 2009-11-11 20:41:46 -05:00
Tor Lillqvist d97ab45f5c Fix Windows build
There was a strange typo, e_util_replace_prefix() is what was
intended. Thus include libedataserver/e-data-server-util.h.
2009-11-11 18:24:48 +02:00
Matthew Barnes e210c876f5 Fix a potential crash in the mail migration code. 2009-11-11 10:39:48 -05:00
Matthew Barnes 8f15511a1e Bug 601516 - Calendar views missing from calendar popup menu
This also fixes a couple other popup menu glitches.
2009-11-11 10:18:27 -05:00
Tor Lillqvist 99dcc19b92 Fix build for Windows
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.
2009-11-11 17:14:32 +02:00
Matthew Barnes 3dfdf087fc Kill more redundant save dialogs and related utilities. 2009-11-10 18:18:11 -05:00
Milan Crha aac2106c8a Bug #593751 - Show correct context menu in calendar views 2009-11-10 19:08:01 +01:00
Matthew Barnes 54fe7e3b2a Fix EPluginLib callback signatures.
Dynamically loaded library plugins do not need to know about EPluginLib
specifically.  Passing them an EPlugin pointer is sufficient.
2009-11-10 10:47:11 -05:00
Jonathon Jongsma 214f3a8038 Bug 600926 - Fails to build due to missing dependencies 2009-11-09 19:11:03 -05:00
Yan Li 950401c29d Bug 600926 - Fails to build due to missing dependencies 2009-11-09 19:07:52 -05:00