Milan Crha
3facea9518
Bug #240605 - auto-select next day at midnight in selected day view
2009-07-09 19:54:18 +02:00
Milan Crha
ded09ddf48
Bug #425582 - Calendar Alarm Display is not noticable enough
2009-07-09 12:05:33 +02:00
Milan Crha
d11c3c7df8
Bug #238058 - Show more from summary for events with icons
...
- do not show icons when editing event summary inline and
the text is above them
- move text right to icons as before when the text is on
the same line as icons are
2009-07-08 21:16:33 +02:00
Milan Crha
266d51479a
Bug #251694 - Highlight current day in a calendar
2009-07-03 16:17:28 +02:00
Milan Crha
044adbe76a
Bug #236996 - Calendar display for weekends in month view
2009-07-03 14:15:16 +02:00
Matthew Barnes
e013e10cc5
Kill EConfigListener.
2009-07-02 23:14:44 -04:00
Milan Crha
afea64785f
Bug #252296 - Do not preset alarm for all day events
2009-07-02 19:31:49 +02:00
Matthew Barnes
42e75c9162
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
2009-06-30 17:20:23 -04:00
Milan Crha
2d0ca7939a
Bug #245723 - Show days with transparent events in italic
2009-06-30 14:56:56 +02:00
Milan Crha
619c1cf37e
Bug #238058 - Show more from summary for events with icons
2009-06-29 20:15:58 +02:00
Milan Crha
186370e3a4
Bug #513451 - Select Today for calendar views on the first showing
2009-06-19 16:26:57 +02:00
Matthew Barnes
547e123d27
Stop abusing forward declarations.
2009-06-18 15:26:21 -04:00
Matthew Barnes
67159043da
Use G_BEGIN_DECLS / G_END_DECLS macros.
2009-06-18 12:56:51 -04:00
Matthew Barnes
6b12be62e1
Fix coding style.
2009-06-13 22:51:11 -04:00
Fridrich Strba
d0917c9731
Avoid the console popping while evolution running on windows
2009-06-05 15:05:02 +02:00
Milan Crha
84c55f4e98
Fix even more compiler warnings and disable one for format strings
2009-06-05 14:50:42 +02:00
Fridrich Strba
a979826a00
libevolution-mail-shared is a new library, so reflect its existence
...
in the win32 bootstrap import libraries.
2009-06-05 14:45:59 +02:00
Matthew Barnes
3c480eccbf
Bug 581280 – Wrong attachment name in event
2009-06-02 13:04:49 -04:00
Matthew Barnes
8771a6de35
More code cleanup.
2009-06-01 19:09:19 -04:00
Matthew Barnes
6413227cef
Whitespace cleanup.
2009-05-28 13:13:05 -04:00
Matthew Barnes
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
Matthew Barnes
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
Matthew Barnes
e4c6ad873b
Fix compiler warnings in calendar.
2009-05-26 08:24:35 -04:00
Matthew Barnes
f575a7626a
Eliminate redundant E_ICON_SIZE_* enumeration.
2009-05-24 11:54:43 -04:00
Milan Crha
1c69cee023
Bug #579779 - No crash when updating repeating event
2009-05-21 12:47:49 +02:00
Milan Crha
b93ab66792
Bug #583360 - Be able to select UTC as day view's second timezone
2009-05-21 11:33:34 +02:00
Chenthill Palanisamy
ceb57eb3a8
Fixes bug 498712 (bnc) - deleting meetings sometimes does not work properly.
2009-05-21 14:12:04 +05:30
Chenthill Palanisamy
3b94603700
Adds the resend feature to GroupWise features.
2009-05-21 14:10:36 +05:30
Matthew Barnes
e4fa8fe104
Fix several types of pedantic compiler warnings.
2009-05-16 12:11:55 -04:00
Milan Crha
6c1805443f
Bug 582626 - Remove forgotten widgets from a glade file
2009-05-14 20:06:29 +02:00
Matthew Barnes
cdfa00701f
Remove an unnecessary variable from get_attachment_list().
2009-05-13 17:29:05 -04:00
Marcel Stimberg
6d6c1171ec
Make the Calendar view scroll using the arrow keys
...
This fixes bug 559366.
2009-05-13 23:05:36 +02:00
Ritesh Khadgaray
2fe5a37187
Resize the alarm notifier correctly
...
Fixes bug 580163.
2009-05-09 13:23:09 +02:00
Adam Petaccia
dfb0db7498
Bug 580900 – Kill libgnomeui/gnome-dateedit
...
Remove unnecessary <libgnomeui/gnome-dateedit.h> includes, and kill the
unused e_dialog_dateedit_set() and e_dialog_dateedit_get() functions.
2009-05-06 13:28:18 -04:00
Adam Petaccia
8cf036faff
Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminal
2009-05-06 11:04:51 -04:00
Milan Crha
a30e073888
Be able to setup custom alarms and a runtime warning fix
...
Part of bug #581272
2009-05-05 15:57:47 +02:00
Matthew Barnes
f23d7c5fa0
Mark CompEditor as changed when attachments are added or removed.
2009-05-04 17:01:29 -04:00
Fridrich Strba
f4ecf2d62f
Assure that the filename <-> uri conversion are done with g_filename_{to,from}_uri and not by concatenating strings which is broken with win32-style uris
2009-05-04 10:48:31 +05:30
Marcel Stimberg
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
Matthew Barnes
a8ee44b505
Bug 575122 – "before every anniversary/birthday" is missing translator comment
2009-05-03 09:10:09 -04:00
Matthew Barnes
b4d7c0892e
Bug 572977 – Use g_strerror() instead of strerror()
2009-05-02 23:11:12 -04:00
Matthew Barnes
d523f10dfe
Use Behdad's brilliant git.mk to generate .gitignore files.
2009-05-02 11:37:10 -04:00
Matthew Barnes
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
Matthew Barnes
1c198bd711
Bug 580896 – Kill libgnome/gnome-program
...
Removed e-util/e-gui-utils.[ch].
2009-04-30 16:28:36 -04:00
Matthew Barnes
6f97d9d419
Bug 580898 – Kill libgnomeui/gnome-winhints
...
Include directive was already commented out.
2009-04-30 15:42:04 -04:00
Matthew Barnes
c3191ec86b
Bump the required GLib and GTK+ versions to latest stable.
...
We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all
GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
2009-04-30 15:42:04 -04:00
Milan Crha
7961048944
Bug #273818 - Allow scrolling Month View by a week only
...
Edit->Preferences->Calendar and Tasks, tab Display, option
Scroll Month View by a week.
2009-04-30 20:51:39 +02:00
Milan Crha
8f2b4f9c65
Bug #570730 - Get rid of gnome-config in Evolution
2009-04-30 16:56:58 +02:00
Matthew Barnes
a9e1c0f8e7
Simplify action and action group lookups in CompEditor.
2009-04-27 20:56:23 -04:00
Matthew Barnes
de003c135a
Use consistent variable names for GtkUIManager
2009-04-27 20:27:02 -04:00