Commit Graph

302 Commits

Author SHA1 Message Date
Milan Crha 5d08bbfe4c Bug #603418 - Custom headers not displayed in message preview 2010-04-29 12:40:24 -04:00
Fridrich Štrba 8c06d8e670 Remove 3 leftover references to non-existing libraries 2010-04-29 12:40:23 -04:00
Matthew Barnes 43e2c871a4 Work around another dropped gnome-icon-theme icon.
mail-mark-notjunk -> mail-mark-not-junk
2010-04-29 12:40:23 -04:00
Srinivasa Ragavan f1d7e36a2f Add 'add new calendar' to the side pane like annum. 2010-04-27 14:43:04 +05:30
Srinivasa Ragavan e83142e209 Handle the side pane's date navigator size. Set a minimum size of 150px
and make sure it doesn't get smaller than that. Also pick the pane
position from the right place.
2010-04-27 14:17:46 +05:30
Federico Mena Quintero 0b07840e26 Don't use gconf to store the names of widgets to hide
That was just for development.  Now we hardcode the lists of widgets.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-26 18:13:24 -05:00
Michael Meeks 554a8acb05 fix build snafu (urk) 2010-04-23 10:32:54 +01:00
Michael Meeks 51f5d2876d add defines to ease MeeGo building 2010-04-23 10:29:34 +01:00
Michael Meeks a84b1a3251 Merge commit 'origin/gnome-2-30' into express2 2010-04-21 17:06:38 +01:00
Michael Meeks 289e749fd7 Merge commit 'origin/express2' into express2 2010-04-19 17:22:19 +01:00
Michael Meeks 8505a33d99 add proxy support to auto-configuration 2010-04-19 17:13:14 +01:00
Srinivasa Ragavan 254f52e581 Get rid of custom quit for calendar and instead use the shell 2010-04-19 17:13:22 +05:30
Milan Crha 7841714fe5 Bug #615331 - Message list/Folder tree focus policy has changed 2010-04-19 12:37:29 +02:00
Srinivasa Ragavan 95a5742300 Just close the window and not the entire shell 2010-04-19 15:10:55 +05:30
Federico Mena Quintero d8f3b21dba Remove /apps/evolution/calendar/date_navigator/show_week_numbers
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-17 18:01:06 -05:00
Federico Mena Quintero 85fb57b9d8 Use a single /apps/evolution/calendar/display/show_week_numbers
We have two preferences for showing week numbers in various places.
We will combine these to be a single preference.  This change replaces
/apps/evolution/calendar/display/day_view_show_week_number
with a general /apps/evolution/calendar/display/show_week_numbers.
We'll deal with the other preference in subsequent commits.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-17 18:01:00 -05:00
Chenthill Palanisamy dac959d858 Bug 596601 (bnc) - monitor system timezone changes in evolution 2010-04-16 13:43:31 +02:00
Michael Meeks 0921276c57 turn threading on by default for mail; un-conditionally. 2010-04-15 16:38:43 +01:00
Michael Meeks 5c3c40aec8 Merge commit 'origin/express2' into express2 2010-04-14 21:03:53 +01:00
Michael Meeks b9a0dc4021 remove custom close / searchbar hiding hacks for express mode,
use the new / stock shell versions now.
2010-04-14 21:03:10 +01:00
Matthew Barnes 8c05d550d8 Merge branch 'gnome-2-30' into express2 2010-04-12 20:58:48 -04:00
Milan Crha e8745fb65e Bug #611646 - Calendar shows recurring birthdays incorrectly 2010-04-12 23:45:26 +02:00
Michael Meeks 41cf6f96d3 remove special case for calendar 2010-04-12 14:52:03 +01:00
Federico Mena Quintero b360395495 Merge branch 'express2' into express2-reduced-preferences 2010-04-09 15:09:46 -05:00
Federico Mena Quintero a16f08974d Merge gnome-2-30 into express2 to get bugfixes
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.
2010-04-09 12:21:32 -05:00
Federico Mena Quintero 17af1857c0 Hide widgets for the composer's preferences in Express mode
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-08 17:48:11 -05:00
Federico Mena Quintero 2a702140f1 Hide widgets for the mailer's preferences in Express mode
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-04-08 17:48:10 -05:00
Matthew Barnes 5d362dba25 Add missing linker flag to NetworkManager extension. 2010-04-08 13:52:58 -04:00
Fridrich Strba 3dfd9aa7c4 [win32] Be consistent in disabling the lockdown options. 2010-04-07 23:49:18 +02:00
Fridrich Strba d358da9481 [win32] Implement network status detection
The implementation is done using System Event Notification Service
by implementing ConnectionMade ConnectionMadeNoQOCInfo and
ConnectionLost methods of ISensNetwork interface.

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.

Don't try to build Windows SENS when not building for Windows.
Extract the relevant COM structs and typedefs from mingw-w64 headers
to allow to build the module with mingw.org toolchain and fix
build breakages with Microsoft compilers.
2010-04-07 23:44:16 +02:00
Matthew Barnes cd7fadfcdb Convert NetworkManager integration to an EShell extension.
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.
2010-04-07 13:09:42 -04:00
Matthew Barnes 51a35cd8be Express: Composer always defaults to HTML mode
Composer and signature editor always default to HTML in Express mode.
Hide the corresponding composer preference.  This will not affect the
user preference in normal mode.
2010-04-07 12:26:43 +01:00
Srinivasa Ragavan 148ca772f2 Hide searchbar in calendar view in express mode. 2010-04-07 12:26:40 +01:00
Matthew Barnes 1d6ecf87aa Fix mismatched quotes. 2010-04-07 12:25:57 +01:00
Matthew Barnes d9fb300813 Simplify the search UI for express mode.
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
2010-04-07 12:25:13 +01:00
Michael Meeks 6416086f14 Add ConnMan support (words fail me ...)
Conflicts:

	configure.ac
	modules/Makefile.am
2010-04-07 12:22:09 +01:00
Matthew Barnes fe177f5a12 Add an extension to configure EWebView.
Make EWebView extensible and register an extension to automatically
bind every EWebView instance to the appropriate EShellSettings.

Conflicts:

	widgets/misc/e-web-view.c
2010-04-07 12:14:43 +01:00
Matthew Barnes 83e36a49ba Fix build breakage. 2010-04-07 12:13:33 +01:00
Matthew Barnes b674497bcc Convert NetworkManager integration to an EShell extension.
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.
2010-04-07 12:13:02 +01:00
Matthew Barnes 260032a9ff Add extensions to configure calender widgets.
Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore,
and EMeetingTimeSelector extensible and register extensions to
automatically bind every instance to the appropriate EShellSettings.

Conflicts:

	calendar/gui/gnome-cal.c
	modules/calendar/e-cal-shell-content.c
2010-04-07 12:12:47 +01:00
Matthew Barnes ffe2f1e1ee Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically
bind every EMFormatHTML instance to the appropriate EShellSettings.
2010-04-07 12:09:29 +01:00
Srinivasa Ragavan 4cc6bd4673 Redo Calendar for express mode. Just design/layout changes. 2010-04-07 12:08:42 +01:00
Matt McCutchen 2 5a1ff385d0 Bug 614926 - Memos and Tasks accelerators switched since 2.28 2010-04-06 23:26:19 -04:00
Milan Crha b276c75c7c Bug #613352 - Changed time range not propagated to calendar 2010-04-01 16:18:40 +02:00
Milan Crha ba1c4eade6 Bug #613356 - Calendar doesn't save Task/Memo table state 2010-04-01 15:33:04 +02:00
Milan Crha 841fa6274b Bug #613354 - Folder->Mark all messages as read does not work 2010-04-01 15:26:10 +02:00
Matthew Barnes 7c214d64f6 Fix build break due to GTK+ deprecations. 2010-03-30 09:56:40 +05:30
Federico Mena Quintero 31ece25312 Start the mailer's folder sidebar with a reasonable width
We measure a sample string, and then clamp this to one fourth of the
screen's width; we do some voodoo to guess the monitor we are in.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-03-25 15:47:48 -06:00
Matthew Barnes edf71e7a15 Fix a couple compiler warnings. 2010-03-15 12:46:32 -04:00
Fridrich Strba 2971ce413c Make the gconf schemas installation rules consistent in all Makefiles.am 2010-03-15 17:10:46 +01:00