Commit Graph

2538 Commits

Author SHA1 Message Date
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
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
d492860ffe Remove a weak pointer when disposing EAttachmentHandler. 2009-06-19 16:59:50 -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
1276d2a9b4 Bug 584902 – Disabled default account hides "From" in composer 2009-06-14 15:30:14 -04:00
6b12be62e1 Fix coding style. 2009-06-13 22:51:11 -04:00
09d01be0aa Bug 585554 – Opening PDF attachment crashes in e_attachment_open_handle_error() 2009-06-12 21:45:52 -04:00
1db4cae4fe Added couple of APIS for EAttachmentPaned to hide combo and get the
widget's container.
2009-06-11 16:40:11 +05:30
209168921d Fix a runtime warning for zero-length attachments. 2009-06-09 06:33:30 -04:00
0fd4314bc9 Whoops, forgot to remove a debug message. 2009-06-03 12:03:55 -04:00
2c3ca95413 Bug 572543 – Doesn't show correct application for pdf attachments
This fix got dropped in the attachment rewrite.  Also, ignore the
application's NoDisplay setting when building the "open with" menu.
That's mainly so "Document Viewer" shows up in the list.
2009-06-03 12:00:01 -04:00
5b1e05dbf5 Anjal stuff's for Evo. 2009-06-03 19:46:53 +05:30
3c480eccbf Bug 581280 – Wrong attachment name in event 2009-06-02 13:04:49 -04:00
84ff048ccc Fix more compiler warnings. 2009-06-01 22:50:46 -04:00
8771a6de35 More code cleanup. 2009-06-01 19:09:19 -04:00
8a7316508e Bug 583991 – "Suggest automatic display of attachment" does not work 2009-05-28 14:21:47 -04:00
6413227cef Whitespace cleanup. 2009-05-28 13:13:05 -04:00
fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
ffa17ed195 Fix compiler warnings in plugins. 2009-05-26 16:56:30 -04:00
0cf607076d Fix compiler warnings in mail. 2009-05-26 10:58:25 -04:00
e4c6ad873b Fix compiler warnings in calendar. 2009-05-26 08:24:35 -04:00
1868c9e675 Fix compiler warnings in smime. 2009-05-25 23:52:08 -04:00
04a042ee01 Fix compiler warnings in widgets. 2009-05-25 23:07:23 -04:00
ff25805086 Filter/Search bar changes for Anjal. 2009-05-22 17:43:57 +05:30
5d12f06367 Bug 580925 – Better search bar for word searches
Make the word search bar more like Firefox and get rid of the "Current
Message" search scope in the folder search bar.  Shift+Ctrl+F now
activates the word search bar.
2009-05-20 18:09:34 -04:00
39024ea8d2 Fix compiler warnings. 2009-05-16 23:12:43 -04:00
e8a2bad7ec Bug 578478 – Composer shows not all "From" information 2009-05-16 14:26:50 -04:00
e4fa8fe104 Fix several types of pedantic compiler warnings. 2009-05-16 12:11:55 -04:00
68af3e6898 Add e_attachment_store_get_attachments(). 2009-05-14 12:55:33 -04:00
bbe6437d08 Bug 582585 – Crash when deleting multiple attachments from composed mail 2009-05-14 10:50:38 -04:00
00cf33a815 Bug 582144 – Evolution not showing proper attachment filename 2009-05-13 11:39:18 -04:00
f8c480420f Bug 440919 – Evolution can't attach "zero length" files 2009-05-12 21:43:37 -04:00
95a1645fc5 Fix a couple attachment drag-and-drop typos. 2009-05-05 22:58:58 -04:00
73e2332d84 Use 'Open with "$foo"' instead of 'Open in $foo...'
For better consistency with Nautilus.
2009-05-05 14:53:33 -04:00
f2767b2462 Bug 581454 – Move nautilus-sendto integration to Evolution 2009-05-05 14:53:33 -04:00
3a87c8d166 Fix an error extracting URIs from local attachments. 2009-05-04 23:32:41 -04:00
825f74be1c Another #include path fix. 2009-05-04 21:30:10 -04:00
94cba78ef8 Fix include paths. 2009-05-04 20:24:39 -04:00
6e72a236dc ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_add
According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to
the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a
timeout in seconds is desired.
2009-05-04 10:10:55 +05:30
fad86a267f ** BUGFIX: 569696 – Memory leak in message-list
Not exactly a leak, but a build-up over a period of time.
Clear the internal gnode on regen.
2009-05-04 09:40:18 +05:30
1667030b3f Bug 574781 – Bad e-send-options.glade strings 2009-05-02 23:59:34 -04:00
cb94029bde Bug 325131 – Do not translate ETable property nicknames 2009-05-02 23:22:14 -04:00
d632fb33b3 Remove obsolete Glade files. 2009-05-02 22:46:21 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
71c5738707 Only #include specific libgnome[ui] headers; easier to track.
Stop including top-level libgnome[ui] headers -- <gnome.h>,
<libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>.  Instead, include
specific header files so we can track them easier.

Also, remove several unshipped test programs.  Mostly ETable stuff.
2009-04-30 23:30:00 -04:00
4ce3d9c321 Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
2009-04-30 22:05:37 -04:00