f5991437c3
Get EConfig and EEvent hooks working again.
...
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.
2009-08-31 12:53:52 -04:00
0f7f4cfe38
Coding style and whitespace cleanup.
2009-08-30 00:48:57 -04:00
0fda8cb5a2
Remove redundant "vertical view" functions.
2009-08-27 17:35:21 -04:00
7dc82b2dcb
Add vertical view to Memos and Tasks.
2009-08-27 17:35:21 -04:00
0e1066b431
Add EPaned widget to generalize vertical view.
2009-08-27 17:35:21 -04:00
54568ac94c
Fix return types to match the type of function
2009-08-26 22:17:34 +02:00
473f8dca64
Bug 511769 - Poor indication of when network is unavailable
2009-08-25 00:09:45 -04:00
452650a573
Bug 359909 - "New" Button too small
2009-08-24 23:35:46 -04:00
2a8e2030e4
Chip away at GSEAL compliance.
2009-08-16 12:36:46 -04:00
672adf12a0
Fix compiler warnings and deprecated GTK+ API usage.
2009-08-16 11:42:26 -04:00
f22e25d735
Bug #580895 - Kill libgnomeui/gnome-thumbnail.h
2009-08-10 21:52:20 -04:00
cdd06c393d
Compiler warning fixes (as part of bug #424078 )
2009-08-10 19:31:44 -04:00
cf3c80c4bd
Add a FIXME comment to e-attachment.c
2009-08-10 16:37:24 -04:00
052e89dd42
Seal up ESignature and add GObject properties.
2009-08-06 20:00:49 -04:00
de85e3c786
Replace more "config" classes with property bindings.
2009-08-05 16:13:02 -04:00
2c4510e858
Merge commit 'EVOLUTION_2_27_5' into kill-bonobo
2009-07-28 11:24:49 -04:00
bfd6635397
Get GnomeCalendar and the a11y stuff building.
2009-07-27 15:41:54 -04:00
30ac043b6e
Coding style and whitespace cleanups.
2009-07-26 08:18:59 -04:00
20da1867ea
Bug #589580 - Crashes when dragging an image to the contact editor
2009-07-24 11:31:21 +02:00
55978f863a
Fix Attachment bar size of Anjal.
2009-07-24 08:20:14 +05:30
e77740c19c
Add API for getting task count.
2009-07-20 10:50:04 +05:30
1294dde93c
Fix a typo in Chen's prev commit.
2009-07-20 10:50:04 +05:30
b3bff7ba57
Kill some obsolete utility functions.
2009-07-18 19:55:37 -04:00
fa360fde28
More whitespace cleanup.
2009-07-18 14:07:42 -04:00
dcf2c0e754
More whitespace cleanup.
2009-07-18 14:05:38 -04:00
c4540a7778
Coding style and whitespace cleanups.
2009-07-17 20:51:13 -04:00
787e1f93d5
Make errors in taskbar clickable.
2009-07-17 16:51:25 -04:00
f8b8692499
Remove unused EActivity properties and subclasses.
2009-07-17 15:58:11 -04:00
52c6958571
Search bar stuff for Anjal.
2009-07-16 23:27:42 +05:30
6d9e836a6f
Merge branch 'master' into kill-bonobo
2009-07-14 13:38:12 -04:00
374bd42f69
Fix excessive whitespace.
2009-07-14 11:26:22 -04:00
e5fe0c9a3b
Add an environment variable to show all errors as intrusive
...
if needed.
2009-07-14 15:49:09 +05:30
3bd46ea849
Bug 588277 – Unnecessary special-purpose configure flag
2009-07-13 14:48:06 -04:00
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
31fd01398c
Merge branch 'master' into kill-bonobo
...
Conflicts:
addressbook/util/addressbook.h
calendar/gui/e-week-view-main-item.c
configure.ac
e-util/Makefile.am
mail/em-account-editor.c
mail/em-folder-selection-button.c
shell/e-shell.c
2009-07-10 14:11:48 -04:00
4b312c843d
Bug #245723 - Show days with transparent events in italic
...
Also reset the font style back to normal when done with drawing.
2009-07-09 13:32:43 +02:00
d1f3e3514e
Bug #525689 - Do not show all days as Sunday in a comp-editor
2009-07-03 10:27:36 +02:00
11a1fab991
Add missing files.
2009-07-02 16:30:51 -04:00
a1082f0e45
Kill the last GtkOptionMenu instances.
...
Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c.
The widget provides a "charset" string property that allows us to bind
to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions()
to e-util/e-charset.c. Updated Glade files, #include lines, etc.
2009-07-02 14:02:55 -04:00
b554b16594
Fix merge issues in EMAccountEditor.
2009-07-01 14:39:23 -04:00
1351c8e4fb
Merge branch 'master' into kill-bonobo
2009-07-01 10:47:10 -04:00
bfc5ba2511
Fix "make distcheck" errors and other build cleanups.
2009-06-30 18:34:08 -04:00
42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
2d0ca7939a
Bug #245723 - Show days with transparent events in italic
2009-06-30 14:56:56 +02:00
f0d3f3afdf
Radically reorganize source code.
...
- Collect all shell modules into a new top-level 'modules' directory:
$(top_srcdir)/modules/addressbook
$(top_srcdir)/modules/calendar
$(top_srcdir)/modules/mail
Nothing is allowed to link to these, not plugins nor other modules.
THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X.
- Mimic the libevolution-mail-shared library from master (except drop
the "shared" suffix) and have libevolution-mail-importers and all
mail-related plugins link to it.
- Discard the a11y subdirectories and have the files live alongside
their counterpart widgets.
2009-06-24 18:29:22 -04:00
c6aabcca4f
Merge commit 'EVOLUTION_2_27_3' into kill-bonobo
...
Conflicts:
composer/e-composer-header-table.h
composer/e-composer-header.c
composer/e-composer-private.c
configure.ac
mail/em-account-editor.c
po/POTFILES.in
po/or.po
widgets/misc/e-search-bar.c
2009-06-19 19:05:26 -04:00
d492860ffe
Remove a weak pointer when disposing EAttachmentHandler.
2009-06-19 16:59:50 -04:00
94ec01deda
Remove a weak pointer when disposing EAttachmentHandler.
2009-06-19 16:58:10 -04:00
547e123d27
Stop abusing forward declarations.
2009-06-18 15:26:21 -04:00
67159043da
Use G_BEGIN_DECLS / G_END_DECLS macros.
2009-06-18 12:56:51 -04:00