Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Adapt EDayView + widgets to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 4 | -137/+46 | |
| | | ||||||
| * | Adapt EMeetingTimeSel to latest gtk+-3.0 API. | Vibha Yadav | 2011-01-26 | 2 | -58/+36 | |
| | | ||||||
| * | Bug #640522 - Set minimal height on Description fields in event editors | Milan Crha | 2011-01-26 | 3 | -0/+3 | |
| | | ||||||
| * | Fix minor compiler warnings | Matthew Barnes | 2011-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-01-25 | 5 | -13/+43 | |
| | | ||||||
| * | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-01-25 | 1 | -5/+19 | |
| | | ||||||
| * | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-01-25 | 6 | -6/+11 | |
| | | ||||||
| * | gdk_cursor_unref() -> g_object_unref() | Matthew Barnes | 2011-01-25 | 4 | -12/+12 | |
| | | ||||||
| * | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 6 | -6/+0 | |
| | | ||||||
| * | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 17 | -70/+25 | |
| | | ||||||
| * | libetable cleanups. | Matthew Barnes | 2011-01-17 | 3 | -3/+3 | |
| | | ||||||
| * | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-01-15 | 2 | -41/+41 | |
| | | | | | | | | | | | | Yes, the GtkScrollable interface is implemented by more than just GtkLayout, but it turns out GtkLayout is the only thing Evolution uses the GtkScrollable API for on the gtk3 branch. | |||||
| * | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 2 | -3/+6 | |
| | | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | |||||
| * | Make sure ECalModelComponent::client is reffed as it should be | Milan Crha | 2011-01-14 | 1 | -0/+2 | |
| | | ||||||
| * | Bug #638245 - Crash when printing Work Week view | Milan Crha | 2011-01-06 | 1 | -4/+6 | |
| | | ||||||
| * | Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variable | Milan Crha | 2010-12-17 | 6 | -105/+152 | |
| | | ||||||
| * | Bug #593587 - Fails to retrieve free/busy info if auth required | Milan Crha | 2010-12-08 | 1 | -2/+179 | |
| | | ||||||
| * | Bug #627536 - Open meeting as meeting, not as appointment, in week view | Milan Crha | 2010-12-07 | 6 | -29/+16 | |
| | | ||||||
| * | Bug #620234 - Invalid writes during free/busy | Milan Crha | 2010-12-06 | 2 | -6/+38 | |
| | | ||||||
| * | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 7 | -2/+31 | |
| | | ||||||
| * | Bug #602183 (bnc) - Crash in Mini Calendar View | Vibha Yadav | 2010-12-01 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Calendar view crashes on updating the scroll bar of newly created layout for events. Hence tries to access the event's canvas which is not yet drawn. Hence calling scroll bar update after drawing long events. | |||||
| * | Default to beginning of the day for the last alarm notification | Milan Crha | 2010-11-30 | 2 | -2/+2 | |
| | | ||||||
| * | Bug #635828 - Do not send meeting mails with no recipient | Milan Crha | 2010-11-26 | 1 | -1/+32 | |
| | | ||||||
| * | Bug #635673 - Stack overflow when opening slow calendar | Milan Crha | 2010-11-24 | 1 | -4/+17 | |
| | | ||||||
| * | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 2 | -5/+18 | |
| | | ||||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-11-08 | 5 | -26/+24 | |
| | | ||||||
| * | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-05 | 55 | -8353/+2334 | |
| | | | | | | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties. | |||||
| * | Rename CalUnits to EDurationType. | Matthew Barnes | 2010-11-05 | 6 | -71/+66 | |
| | | | | | | | | And move the definition to e-util-enums.h so we get a GType for it. | |||||
| * | Remove unused calendar-config API. | Matthew Barnes | 2010-11-05 | 3 | -45/+0 | |
| | | ||||||
| * | Bug #612181 - Show recurring events in italic in date navigator | Milan Crha | 2010-11-03 | 7 | -5/+61 | |
| | | ||||||
| * | Add forgotten cairo_destroy() calls | Milan Crha | 2010-11-02 | 2 | -6/+10 | |
| | | ||||||
| * | Bug #632941 - Calendar ignores preference "show/hide end times" | Milan Crha | 2010-11-02 | 1 | -1/+4 | |
| | | ||||||
| * | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 1 | -3/+12 | |
| | | ||||||
| * | Bug #484554 - Day names can overlap in calendar printouts | Milan Crha | 2010-11-02 | 1 | -62/+114 | |
| | | ||||||
| * | stock_appontment-reminder icons renamed (reverts previous commit) | Milan Crha | 2010-11-01 | 1 | -5/+5 | |
| | | ||||||
| * | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink. | |||||
* | | Bug #659568 - One day delay in calendar view | Milan Crha | 2011-09-26 | 2 | -21/+37 | |
| | | ||||||
* | | Bug #659932 - 'Use system time zone' in not honored immediately | Milan Crha | 2011-09-26 | 1 | -0/+2 | |
| | | ||||||
* | | Bug #658835 - Color Scheme off in calendar | Milan Crha | 2011-09-26 | 1 | -17/+41 | |
| | | ||||||
* | | Bug #657170 - Disallow creating assigned tasks when not supported | Milan Crha | 2011-09-26 | 2 | -0/+30 | |
| | | ||||||
* | | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 1 | -7/+14 | |
| | | ||||||
* | | Add missing argument to g_settings_bind | Rodrigo Moya | 2011-09-22 | 1 | -6/+6 | |
| | | ||||||
* | | Set day-second-zones in GSettings, not GConf | Rodrigo Moya | 2011-09-21 | 1 | -6/+7 | |
| | | ||||||
* | | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-21 | 2 | -5/+20 | |
| | | ||||||
* | | Port most settings in calendar-config.c to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -24/+25 | |
| | | ||||||
* | | Port alarm-notify configuration to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -67/+44 | |
| | | ||||||
* | | Port event/task/meeting editor to GSettings | Rodrigo Moya | 2011-09-15 | 1 | -19/+14 | |
| | | ||||||
* | | Bug #655253 - Do not show detached instances twice in a calendar | Milan Crha | 2011-09-15 | 1 | -19/+33 | |
| | | ||||||
* | | Bug 658460 - alarm-notify issues runtime warning | Matthew Barnes | 2011-09-14 | 1 | -0/+9 | |
| | | | | | | | | Block the default GApplication.activate() method from running. | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 112 | -2828/+3893 | |
| | | ||||||
* | | Changing source in CompEditor blocks UI | Milan Crha | 2011-09-14 | 4 | -114/+275 | |
| | | ||||||
* | | Bug #655708 - Unreadable tooltip for Memo/Task | Milan Crha | 2011-09-14 | 2 | -2/+16 | |
| | | ||||||
* | | Bug #650839 - Add option for alarms into calendar preferences | Milan Crha | 2011-09-14 | 1 | -0/+42 | |
| | | ||||||
* | | Bug #656810 - Too strict checking for validity of received calendars | Milan Crha | 2011-09-14 | 1 | -4/+18 | |
| | | ||||||
* | | Bug #656258 - Critical runtime warning on comp-editor close | Milan Crha | 2011-09-14 | 1 | -0/+7 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 21 | -381/+691 | |
| | | ||||||
* | | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-09-14 | 1 | -5/+14 | |
| | | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items(). | |||||
* | | Bug #656136 - Remove time field in task editor | Milan Crha | 2011-09-14 | 2 | -90/+21 | |
| | | ||||||
* | | Bug #655702 - Do not call Lists Groups when they are Lists anywhere else | Andre Klapper | 2011-09-14 | 3 | -3/+3 | |
| | | ||||||
* | | Remove unneeded semicolon | Milan Crha | 2011-09-14 | 1 | -1/+1 | |
| | | ||||||
* | | Bug #655190 - Sluggish performance interacting with calendar/tasks | Milan Crha | 2011-09-14 | 8 | -61/+176 | |
| | | ||||||
* | | Replace alarm by reminder for UI consistency. Fixes bug #340614 | Andre Klapper | 2011-09-14 | 9 | -23/+23 | |
| | | ||||||
* | | Bug #655255 - Make comp-editor toolbar buttons' tooltips saner | Milan Crha | 2011-09-14 | 2 | -5/+5 | |
| | | ||||||
* | | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-09-14 | 2 | -7/+3 | |
| | | ||||||
* | | Bug 652958 - Evolution Account Assistant jumps steps | Matthew Barnes | 2011-09-14 | 1 | -4/+24 | |
| | | | | | | | | | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues. | |||||
* | | Add a bit more error checking and do not leak icalcomponent-s | Milan Crha | 2011-09-14 | 5 | -10/+27 | |
| | | ||||||
* | | Check for cancelled GIO operation error code too | Milan Crha | 2011-06-30 | 1 | -1/+2 | |
| | | ||||||
* | | Keep opening EClient-s till they report busy error | Milan Crha | 2011-06-30 | 3 | -9/+70 | |
| | | ||||||
* | | Bug #653154 - Crash when constructing calendar view | Milan Crha | 2011-06-30 | 2 | -7/+26 | |
| | | ||||||
* | | Postpone ENameSelector loading as much as possible | Milan Crha | 2011-06-30 | 4 | -0/+27 | |
| | | | | | | | | | | Also fixes few memory leaks around ENameSelector and cancels loading of its address books when not needed any more. | |||||
* | | Bug #646442 - [mail-to-task] Edit event details before adding to calendar | Dan Vrátil | 2011-06-30 | 5 | -158/+18 | |
| | | ||||||
* | | Bug #653008 - Preference window for imap accounts is too large | Milan Crha | 2011-06-30 | 6 | -55/+0 | |
| | | ||||||
* | | Fix typo in a GConf key for alarm-notification dialog timezone setting | Milan Crha | 2011-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Bug #652620 - Can use uninitialized memory in alarm-notification-dialog | Milan Crha | 2011-06-30 | 1 | -3/+5 | |
| | | ||||||
* | | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-30 | 80 | -1480/+1806 | |
| | | ||||||
* | | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-30 | 10 | -52/+52 | |
| | | | | | | | | GLib is finally dropping this hack. | |||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-30 | 22 | -124/+250 | |
| | | ||||||
* | | Bug #643526 - Crash in et_get_n_children | Milan Crha | 2011-06-30 | 1 | -3/+1 | |
| | | ||||||
* | | Bug #649310 - Calendar only shows midnight to noon | Milan Crha | 2011-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Move EPopupMenu to /widgets/table. | Matthew Barnes | 2011-06-30 | 2 | -2/+0 | |
| | | | | | | | | | | | | | | | | ETableHeaderItem is the last user of EPopupMenu. Move it to /widgets/table to discourage further use and strip out unused features. The functionality it provides has long since been superseded by GtkUIManager and GtkAction. | |||||
* | | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 2 | -3/+0 | |
| | | ||||||
* | | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 19 | -19/+0 | |
| | | ||||||
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 35 | -14/+105 | |
| | | ||||||
* | | Bug #643819 - Autocomplete the Location field | Dan Vrátil | 2011-06-30 | 1 | -4/+157 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 23 | -183/+328 | |
| | | ||||||
* | | Bug #647785 - Pasting an 24h event in month and week view doesn't work | Milan Crha | 2011-06-30 | 1 | -3/+4 | |
| | | ||||||
* | | bug #648612 crash during drag & drop of recurring events | Punit Jain | 2011-06-30 | 1 | -0/+1 | |
| | | ||||||
* | | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-06-30 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | Not only is get_font_options() no longer needed, it's actually doing the wrong thing by reading settings through GConfClient instead of GSettings. But it turns out, thanks to the tighter Cairo integration in GTK3, the widgets that call get_font_options() can be made to work correctly by simply removing this hack. Love it when that happens. | |||||
* | | Bug #646615 - Bad single form | Milan Crha | 2011-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogs | Dan Vrátil | 2011-06-30 | 10 | -21/+25 | |
| | | ||||||
* | | Bug #243938 - Clicking on week numbers changes work week to week view | Milan Crha | 2011-06-30 | 1 | -0/+5 | |
| | | ||||||
* | | Coding style cleanups. | Matthew Barnes | 2011-06-30 | 32 | -141/+141 | |
| | | ||||||
* | | Whitespace and coding style cleanups. | Matthew Barnes | 2011-06-30 | 9 | -20/+39 | |
| | | ||||||
* | | Add itip_get_fallback_identity(). | Matthew Barnes | 2011-06-30 | 5 | -38/+48 | |
| | | | | | | | | | | Convenience function returns a name + address string from the default mail identity, to be used as a fallback for organizers. | |||||
* | | Add itip_get_user_identities(). | Matthew Barnes | 2011-06-30 | 5 | -125/+105 | |
| | | | | | | | | | | Convenience function returns a NULL-terminated array of name + address strings based on registered mail identities. | |||||
* | | Refactor CompEditor pages to isolate EAccount usage. | Matthew Barnes | 2011-06-30 | 3 | -236/+354 | |
| | | | | | | | | | | Hide EAccount usage behind more generic APIs so EAccount can be replaced more easily in the account-mgmt branch. | |||||
* | | Add itip_address_is_user(). | Matthew Barnes | 2011-06-30 | 3 | -18/+37 | |
| | | | | | | | | | | Convenience function that checks whether the given email address matches a registered mail identity. | |||||
* | | itip-utils cleanups. | Matthew Barnes | 2011-06-30 | 2 | -56/+96 | |
| | | ||||||
* | | Add e_meeting_store_find_self(). | Matthew Barnes | 2011-06-30 | 4 | -36/+61 | |
| | | | | | | | | | | Convenience function that uses registered mail identities to find the user among meeting attendees. | |||||
* | | Remove redundant EAccountList utilities. | Matthew Barnes | 2011-06-30 | 8 | -40/+24 | |
| | | | | | | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead. | |||||
* | | CompEditor cleanups. | Matthew Barnes | 2011-06-30 | 8 | -746/+768 | |
| | | | | | | | | Random cleanups from the account-mgmt branch, to reduce diff noise. | |||||
* | | Move translator comments so they get picked up | Andre Klapper | 2011-06-30 | 1 | -13/+13 | |
| | | ||||||
* | | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image. | |||||
* | | Port AlarmNotify to GtkApplication. | Matthew Barnes | 2011-06-30 | 3 | -79/+52 | |
| | | ||||||
* | | Bug #637641 - Crash on audio alarms with invalid file URI set | Milan Crha | 2011-06-30 | 1 | -13/+16 | |
| | | ||||||
* | | Bug 644166 - Add style class to primary toolbars | Matthew Barnes | 2011-06-30 | 1 | -0/+4 | |
| | | | | | | | | | | Requires GTK+ >= 3.0.2 since GTK_STYLE_CLASS_PRIMARY_TOOLBAR is a very recent addition. | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 35 | -48/+117 | |
| | | ||||||
* | | Remove unused cal_comp_process_source_list_drop(). | Matthew Barnes | 2011-06-30 | 2 | -191/+0 | |
| | | ||||||
* | | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-06-30 | 11 | -66/+87 | |
| | | | | | | | | Seeing lots of what I assume to be doxygen syntax in comment blocks. | |||||
* | | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 34 | -232/+105 | |
| | | ||||||
* | | Bug #642954 - Doesn't commit/abort sequence on modification error | Milan Crha | 2011-06-30 | 1 | -4/+3 | |
| | | ||||||
* | | Bug #550867 - Showing location in meetings | Milan Crha | 2011-06-30 | 2 | -20/+54 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 2 | -4/+9 | |
| | | ||||||
* | | Bug #639043 - Alarm notify snooze time not properly adjustable | Chris Hemsing | 2011-06-30 | 2 | -16/+65 | |
| | | ||||||
* | | Order matters, process master object first, then detached instances | Milan Crha | 2011-06-30 | 1 | -2/+40 | |
| | | ||||||
* | | Fix few memory leaks | Milan Crha | 2011-06-30 | 3 | -0/+17 | |
| | | ||||||
* | | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 25 | -67/+50 | |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | |||||
* | | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-06-30 | 5 | -25/+2 | |
| | | | | | | | | GCC learned how to find dead assignments. | |||||
* | | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-06-30 | 1 | -2/+6 | |
| | | ||||||
* | | Bug #635144 - Using external editor duplicates signature | Milan Crha | 2011-06-30 | 1 | -2/+2 | |
| | | ||||||
* | | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 31 | -408/+409 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 12 | -137/+301 | |
| | | ||||||
* | | Adapt EWeekView + widgets to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 4 | -62/+25 | |
| | | ||||||
* | | Adapt EDayView + widgets to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 4 | -137/+46 | |
| | | ||||||
* | | Adapt EMeetingTimeSel to latest gtk+-3.0 API. | Vibha Yadav | 2011-06-30 | 2 | -58/+36 | |
| | | ||||||
* | | Bug #640522 - Set minimal height on Description fields in event editors | Milan Crha | 2011-06-30 | 3 | -0/+3 | |
| | | ||||||
* | | Fix minor compiler warnings | Matthew Barnes | 2011-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-06-30 | 5 | -13/+43 | |
| | | ||||||
* | | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-06-30 | 1 | -5/+19 | |
| | | ||||||
* | | Adapt to GtkComboBox class reorg. | Matthew Barnes | 2011-06-30 | 6 | -6/+11 | |
| | | ||||||
* | | gdk_cursor_unref() -> g_object_unref() | Matthew Barnes | 2011-06-30 | 4 | -12/+12 | |
| | | ||||||
* | | Dialogs no longer have separators. | Matthew Barnes | 2011-06-30 | 6 | -6/+0 | |
| | | ||||||
* | | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 17 | -70/+25 | |
| | | ||||||
* | | libetable cleanups. | Matthew Barnes | 2011-06-30 | 3 | -3/+3 | |
| | | ||||||
* | | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-06-30 | 2 | -41/+41 | |
| | | | | | | | | | | | | Yes, the GtkScrollable interface is implemented by more than just GtkLayout, but it turns out GtkLayout is the only thing Evolution uses the GtkScrollable API for on the gtk3 branch. | |||||
* | | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-06-30 | 2 | -3/+6 | |
| | | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | |||||
* | | Make sure ECalModelComponent::client is reffed as it should be | Milan Crha | 2011-06-30 | 1 | -0/+2 | |
| | | ||||||
* | | Bug #638245 - Crash when printing Work Week view | Milan Crha | 2011-06-30 | 1 | -4/+6 | |
| | | ||||||
* | | Enable debugging of alarm-notify with ALARMS_DEBUG=1 environment variable | Milan Crha | 2011-06-30 | 6 | -105/+152 | |
| | | ||||||
* | | Bug #593587 - Fails to retrieve free/busy info if auth required | Milan Crha | 2011-06-30 | 1 | -2/+179 | |
| | | ||||||
* | | Bug #627536 - Open meeting as meeting, not as appointment, in week view | Milan Crha | 2011-06-30 | 6 | -29/+16 | |
| | | ||||||
* | | Bug #620234 - Invalid writes during free/busy | Milan Crha | 2011-06-30 | 2 | -6/+38 | |
| | | ||||||
* | | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2011-06-30 | 7 | -2/+31 | |
| | | ||||||
* | | Bug #602183 (bnc) - Crash in Mini Calendar View | Vibha Yadav | 2011-06-30 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | Calendar view crashes on updating the scroll bar of newly created layout for events. Hence tries to access the event's canvas which is not yet drawn. Hence calling scroll bar update after drawing long events. | |||||
* | | Default to beginning of the day for the last alarm notification | Milan Crha | 2011-06-30 | 2 | -2/+2 | |
| | | ||||||
* | | Bug #635828 - Do not send meeting mails with no recipient | Milan Crha | 2011-06-30 | 1 | -1/+32 | |
| | | ||||||
* | | Bug #635673 - Stack overflow when opening slow calendar | Milan Crha | 2011-06-30 | 1 | -4/+17 | |
| | | ||||||
* | | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2011-06-30 | 2 | -5/+18 | |
| | | ||||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-11-10 | 5 | -26/+24 | |
| | | ||||||
* | | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-10 | 55 | -8353/+2334 | |
| | | | | | | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties. | |||||
* | | Rename CalUnits to EDurationType. | Matthew Barnes | 2010-11-10 | 6 | -71/+66 | |
| | | | | | | | | And move the definition to e-util-enums.h so we get a GType for it. | |||||
* | | Remove unused calendar-config API. | Matthew Barnes | 2010-11-10 | 3 | -45/+0 | |
| | | ||||||
* | | Bug #612181 - Show recurring events in italic in date navigator | Milan Crha | 2010-11-10 | 7 | -5/+61 | |
| | | ||||||
* | | Add forgotten cairo_destroy() calls | Milan Crha | 2010-11-10 | 2 | -6/+10 | |
| | | ||||||
* | | Bug #632941 - Calendar ignores preference "show/hide end times" | Milan Crha | 2010-11-10 | 1 | -1/+4 | |
| | | ||||||
* | | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-10 | 1 | -3/+12 | |
| | | ||||||
* | | Bug #484554 - Day names can overlap in calendar printouts | Milan Crha | 2010-11-10 | 1 | -62/+114 | |
| | | ||||||
* | | stock_appontment-reminder icons renamed (reverts previous commit) | Milan Crha | 2010-11-10 | 1 | -5/+5 | |
| | | ||||||
* | | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-10 | 1 | -2/+2 | |
|/ | | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink. | |||||
* | calendar: Don't draw a shadow outside of the widget | Benjamin Otte | 2010-10-30 | 1 | -49/+0 | |
| | ||||||
* | calendar: Remove now unused gcs and colormap handling from EWeekView | Benjamin Otte | 2010-10-30 | 2 | -18/+0 | |
| | ||||||
* | calendar: Draw EWeekViewTitlesItem with cairo | Benjamin Otte | 2010-10-30 | 1 | -40/+35 | |
| | ||||||
* | calendar: draw EWeekViewEventItem with cairo | Benjamin Otte | 2010-10-30 | 1 | -47/+42 | |
| | ||||||
* | calendar: Remove unused variable | Benjamin Otte | 2010-10-30 | 1 | -4/+0 | |
| | ||||||
* | calendar: Draw meeting time selector with cairo | Benjamin Otte | 2010-10-30 | 2 | -121/+74 | |
| | ||||||
* | calendar: Draw day view with cairo | Benjamin Otte | 2010-10-30 | 4 | -57/+33 | |
| | ||||||
* | calendar: Use G_PI | Benjamin Otte | 2010-10-30 | 1 | -3/+3 | |
| | | | | | | M_PI requires math.h. It's currently implicitly included, but might not be forever. (In fact, it'll go in the next commit, guess why I noticed it...) | |||||
* | gnome-canvas: Convert canvas item transformation matrix to cairo | Benjamin Otte | 2010-10-30 | 7 | -25/+19 | |
| | | | | | Also update the GnomeCanvasItem.update vfunc to take a cairo_matrix_t and no longer pass the clip_path (what was it used for anyway?). | |||||
* | gnome-canvas: Change line-width handling of GnomeCanvasShape | Benjamin Otte | 2010-10-30 | 2 | -4/+4 | |
| | | | | | | | | Remove "width-pixels" property and replace the "width-units" property name with "line-width". Also adapt the code to use "line-width". It didn't really matter which property was used, because the views weren't scaled. | |||||
* | calendar: Only include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 11 | -12/+11 | |
| | ||||||
* | gnome-canvas: Change GnomeCanvasItem->point vfunc | Benjamin Otte | 2010-10-30 | 7 | -71/+27 | |
| | | | | | | | | Previously the function returned the distance to the nearest item. Now it only returns an item that is hit. This slightly changes semantics (button events are no longer dispatched to the nearest item, but only to the item actually clicked on), but makes the code way simpler and actually does what one would expect. | |||||
* | xxx: meeting time stipple | Benjamin Otte | 2010-10-30 | 4 | -4/+2 | |
| | ||||||
* | calendar: Port meeting time selector to Cairo | Benjamin Otte | 2010-10-30 | 3 | -52/+74 | |
| | ||||||
* | Cast GtkAdjustment constructor calls to GtkAdjustment | Benjamin Otte | 2010-10-30 | 1 | -1/+1 | |
| | | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3. | |||||
* | Remove unused functions | Benjamin Otte | 2010-10-30 | 1 | -114/+0 | |
| | | | | Stop gcc warning about them. | |||||
* | Bug #632769 - EMeetingTimeSelector can be unrealized in express mode | Milan Crha | 2010-10-29 | 2 | -2/+4 | |
| | ||||||
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 1 | -1/+1 | |
| | ||||||
* | Drop usage of GtkAnchorType. | Matthew Barnes | 2010-10-27 | 3 | -6/+0 | |
| | | | | gtk+-3.0 removed it for being "unused". | |||||
* | Bug 632903 - Support libnotify-0.7 | Flo Gravo | 2010-10-23 | 1 | -0/+4 | |
| | ||||||
* | Memory leaks around g_value_set_string | Milan Crha | 2010-10-22 | 1 | -2/+3 | |
| | ||||||
* | Add missing gtk-compat.h include to various files | Milan Crha | 2010-10-21 | 1 | -0/+3 | |
| | ||||||
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 3 | -3/+3 | |
| | ||||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 4 | -11/+14 | |
| | ||||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 1 | -4/+0 | |
| | | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. | |||||
* | Bug #630506 - "You have %d alarms" needs ngettext | Milan Crha | 2010-10-18 | 1 | -1/+1 | |
| | ||||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 15 | -95/+154 | |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | |||||
* | Bug #630490 - Not visible calendar color change immediately | Milan Crha | 2010-10-14 | 1 | -0/+6 | |
| | ||||||
* | Bug #617611 - redo_queries calls gtk+ functions in non-main thread | Milan Crha | 2010-10-13 | 1 | -12/+55 | |
| | ||||||
* | Day view print: Put day name in its box | Carlos Martín Nieto | 2010-10-09 | 1 | -2/+3 | |
| | ||||||
* | Add a missing week number offset | Carlos Martín Nieto | 2010-10-09 | 1 | -1/+1 | |
| | ||||||
* | Bug #240302 - Print the work week view | Carlos Martín Nieto | 2010-10-08 | 1 | -0/+419 | |
| | ||||||
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 13 | -72/+68 | |
| | ||||||
* | Bug #618102 - Single event print doesn't show time | Milan Crha | 2010-10-06 | 1 | -13/+33 | |
| | ||||||
* | Bug #211593 - Show week numbers on calendar printout | Milan Crha | 2010-10-06 | 1 | -17/+61 | |
| | ||||||
* | Bug #629825 - Hide Free/Busy tab if not needed in express mode | Milan Crha | 2010-10-05 | 1 | -1/+2 | |
| | ||||||
* | Bug #615835 - Alarm not working for authenticated calendars | Milan Crha | 2010-10-05 | 3 | -4/+19 | |
| | ||||||
* | Messin around with EAlerts. | Matthew Barnes | 2010-09-30 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | Trying out a new interface called EAlertSink. The idea is to centralize how errors are shown to the user. A GtkWindow subclass would implement the EAlertSink interface, which consists of a single method: void (*submit_alert) (EAlertSink *alert_sink, EAlert *alert); The subclass has complete control over what to do with the EAlert, although I imagine we'll wind up implementing various alert-handling policies as standalone widgets such as EAlertDialog. I'd like to try an EAlertInfoBar. Code that would otherwise display an error dialog itself would instead pass the EAlert to an appropriate EAlertSink and be done with it. Nothing is final yet. Still hacking on EAlert trying to find an API that feels right for these use cases. | |||||
* | Bug #629462 - Tasks 'Due' filters don't work properly | Milan Crha | 2010-09-29 | 2 | -2/+15 | |
| | ||||||
* | Bug #629934 - Month view defaults to Monday as start of week | Milan Crha | 2010-09-29 | 1 | -0/+3 | |
| | ||||||
* | Bug #629636 - Doesn't recognize local ESource-s | Milan Crha | 2010-09-29 | 1 | -1/+1 | |
| | ||||||
* | Bug #629480 - calendar-gui-WARNING: Couldn't find event window | Milan Crha | 2010-09-29 | 1 | -3/+0 | |
| | ||||||
* | Bug #629150 - Empty calendar view | Milan Crha | 2010-09-29 | 5 | -23/+106 | |
| | ||||||
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -2/+4 | |
| | ||||||
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 14 | -72/+100 | |
| | | | | | | | In GTK+ 2.21.8, the keysym names were renamed from GDK_* to GDK_KEY_*. I've added backward-compatibility macors to gtk-compat.h, which can be dumped as soon as we require GTK+ >= 2.22.0. | |||||
* | Increase safety on Windows | Fridrich Štrba | 2010-09-15 | 1 | -1/+33 | |
| | | | | Call SetDllDirectory() to reduce risk of DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue code execution. | |||||
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 2 | -20/+12 | |
| | | | | EConfig and EMAccountEditor are very, very brittle. | |||||
* | Bug #563471 - Printing tasks fails when grouped by category. | Vibha Yadav | 2010-09-14 | 1 | -1/+2 | |
| | | | | | This works if Tasks/ Memos/ Contacts are grouped till level 1. If grouping level is increased then some text would be missing. | |||||
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 59 | -259/+259 | |
| | ||||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 20 | -84/+91 | |
| | ||||||
* | GnomeCalendar: Sink the floating ECalendarView references. | Matthew Barnes | 2010-09-11 | 1 | -0/+5 | |
| | | | | | | GnomeCalendar should sink the initially-floating ECalendarView references since it keeps them in an internal array and unreferences them in its dispose() method. | |||||
* | Bug #629089 - Accepting a meeting request sends a Tentative reply | Milan Crha | 2010-09-09 | 1 | -0/+32 | |
| | ||||||
* | Use the and operator only if there are two conditions | Chenthill Palanisamy | 2010-09-08 | 2 | -10/+24 | |
| | ||||||
* | Bug 629054 - Memory leak in memo_table_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+2 | |
| | ||||||
* | Bug 629052 - Memory leak in task_table_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+2 | |
| | ||||||
* | Bug 629051 - Memory leak in gnome_calendar_constructed() | Matthew Barnes | 2010-09-08 | 1 | -0/+8 | |
| | ||||||
* | Bug 629050 - Memory leak in e_day_view_recalc_cell_sizes() | Matthew Barnes | 2010-09-08 | 1 | -2/+3 | |
| | ||||||
* | Bug 628654 - e_calendar_view_get_tooltips memory leak | Matthew Barnes | 2010-09-03 | 4 | -7/+14 | |
| | ||||||
* | Bug 628635 - Crash in alarm-queue.c:display_notification() | Matthew Barnes | 2010-09-03 | 1 | -1/+3 | |
| | ||||||
* | Bug #624021 - Honour weeks shown in a multi week view on print | Milan Crha | 2010-09-01 | 2 | -4/+28 | |
| | ||||||
* | Bug #627101 - Not able to attach files in calendar | Milan Crha | 2010-08-30 | 1 | -4/+4 | |
| | ||||||
* | ECellText cleanups. | Matthew Barnes | 2010-08-29 | 1 | -1/+1 | |
| | ||||||
* | Remove the last traces of dbus-glib. | Matthew Barnes | 2010-08-29 | 1 | -1/+0 | |
| | ||||||
* | Bug 628136 - update_query_async() should not free the message struct | Matthew Barnes | 2010-08-28 | 1 | -3/+7 | |
| | ||||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 8 | -21/+21 | |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | |||||
* | Bug 627601 - Memory leak in itip_get_comp_attendee() | David Woodhouse | 2010-08-24 | 1 | -0/+1 | |
| | ||||||
* | Bug 627124 - Crash while opening task-page.ui | Matthew Barnes | 2010-08-19 | 1 | -0/+1 | |
| | ||||||
* | Pass an EShell to EMsgComposer instances. | Matthew Barnes | 2010-08-14 | 1 | -2/+10 | |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | |||||
* | Bug 605737 - Appointment reminder shows icons on buttons | Matthew Barnes | 2010-08-13 | 1 | -318/+181 | |
| | ||||||
* | Refresh alarm-notify.ui. | Matthew Barnes | 2010-08-13 | 1 | -347/+123 | |
| | ||||||
* | Ensure widgets are registered, without relying on config dialog setup at ↵ | Michael Meeks | 2010-08-11 | 2 | -0/+10 | |
| | | | | startup. | |||||
* | Defer the load / creation of configuration UI with changes to | Michael Meeks | 2010-08-11 | 2 | -3/+6 | |
| | | | | | | | | | e_preferences_window to take factory callbacks and store a reference to the shell. - This makes start-up substantially faster, particularly on Atom (eg.). Remove a number of idle handlers used to create these UIs in the first instance, cleaning the code. | |||||
* | We are not using dbus-glib anymore, don't call dbus_g_thread_init | Fridrich Štrba | 2010-08-05 | 1 | -1/+0 | |
| | ||||||
* | Bug 625204 - Typo in e_day_view_finish_long_event_resize() | Thomas Mittelstaedt | 2010-07-29 | 1 | -1/+1 | |
| | ||||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 13 | -132/+312 | |
| | ||||||
* | Fix some compiler warnings. | Matthew Barnes | 2010-07-11 | 1 | -0/+3 | |
| | ||||||
* | Bug 624011 - EMeetingTimeSelector tries to change mouse cursor before it's ↵ | Matthew Barnes | 2010-07-10 | 1 | -9/+15 | |
| | | | | realized | |||||
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 10 | -53/+89 | |
| | ||||||
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -1/+1 | |
| | ||||||
* | Fix transience problems with ENameSelectorDialogs ... | Michael Meeks | 2010-07-08 | 4 | -21/+8 | |
| | ||||||
* | Work around sudden disappearance of GdkRegion in GTK+ 2.90.5. | Matthew Barnes | 2010-06-30 | 2 | -0/+4 | |
| | | | | API was deprecated and removed in less than two hours! Sheesh! | |||||
* | Bug #623029 - Work week days not restored on start | Milan Crha | 2010-06-28 | 1 | -0/+3 | |
| | ||||||
* | Bug #553104 - Ambiguous "for" in calendar translations | Milan Crha | 2010-06-25 | 2 | -12/+12 | |
| | ||||||
* | Bug #621770 - Bottom-left calendar too big | Milan Crha | 2010-06-25 | 1 | -1/+1 | |
| | ||||||
* | Bug #617854 - Critical warnings in calendar view | Milan Crha | 2010-06-25 | 1 | -2/+0 | |
| | ||||||
* | Bug #611165 - Use memo start date from a calendar view, if active | Milan Crha | 2010-06-24 | 2 | -0/+57 | |
| | ||||||
* | Bug #620246 - Increase size of 'group' combo box in task | Milan Crha | 2010-06-24 | 1 | -1/+2 | |
| | ||||||
* | Bug 620951 - A11y support still thinks GnomeCalendar is a widget | Matthew Barnes | 2010-06-21 | 2 | -4/+0 | |
| | ||||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 1 | -2/+6 | |
| | ||||||
* | Fix all remaining GTK3 issues. | Matthew Barnes | 2010-06-16 | 3 | -15/+27 | |
| | | | | | | | | | | | | Work around the issue of GnomeCanvasItem amending its own flags to GtkObject::flags (which is sealed) by giving it its own flags field. This breaks libgnomecanvas ABI and API, but I see no other way. This commit didn't work the first time because gnome-pilot libraries were still pulling in the system-wide libgnomecanvas, and that was interfereing with our bundled version which has a different ABI. But gnome-pilot integration was dropped in the previous commit, so everything is now using the bundled libgnomecanvas. | |||||
* | Revert "Fix all remaining GTK3 issues." | Matthew Barnes | 2010-06-15 | 3 | -27/+15 | |
| | | | | | | | This reverts commit fd8b55edaa88906b588aa07d9eadcacd34a7a774. Something in this commit seriously hosed ETable, making Evolution pretty much unusable. Reverting this until I can track down the problem. |