Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #670967 - Moving event in offline mode | Vibha Yadav | 2012-04-04 | 1 | -0/+5 |
| | | | | Missed error message for previous commit. | ||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 6 | -21/+21 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | WebKit port - port addressbook, calendar and update composer to keep working ↵ | Dan Vrátil | 2012-03-29 | 2 | -53/+39 |
| | | | | with GtkHtml | ||||
* | Bug #659756 - Initialize dbus-glib threading for GConf | Milan Crha | 2012-03-16 | 2 | -0/+7 |
| | |||||
* | Fix possible use of uninitialized variable | Milan Crha | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | Bug #664326 - Buttons to handle exceptions in event is always disabled | Milan Crha | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Bug #664323 - Too late initialization of Gnome/GailCanvas ATK support | Milan Crha | 2012-03-09 | 1 | -0/+6 |
| | |||||
* | Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the ↵ | Chenthill Palanisamy | 2012-03-05 | 2 | -57/+112 |
| | | | | appointment after a successful paste | ||||
* | Add missing linker flags. | Matthew Barnes | 2012-03-04 | 1 | -0/+1 |
| | |||||
* | Redo Filters/Search folder editors to use a shared non ui based library for | Srinivasa Ragavan | 2012-03-03 | 1 | -0/+1 |
| | | | | making search folders running remotely. | ||||
* | Move EAlert* and e-xml-utils references from other part of the code to ↵ | Srinivasa Ragavan | 2012-03-03 | 7 | -8/+8 |
| | | | | libevolution-utils. | ||||
* | Bug #670934 - Was saving ESourceList first, rather than last | Milan Crha | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Bug #661265 - Move to Calendar breaks google:// URI | Milan Crha | 2012-02-22 | 1 | -9/+1 |
| | |||||
* | Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93 | Milan Crha | 2012-02-21 | 1 | -4/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 71 | -1492/+1261 |
| | |||||
* | Use same mnemonic for 'Categories' button in Task editor as in all other ↵ | Andre Klapper | 2012-02-18 | 1 | -1/+1 |
| | | | | dialogs as it does not collide with other mnemonics | ||||
* | Bug 670280 - Remove "Recent Documents" attachment feature | Matthew Barnes | 2012-02-17 | 1 | -37/+0 |
| | | | | | | | GTK's file chooser dialog provides one-click access to recently used documents now, so we can remove the redundancy from Evolution's mail composer main menu and calendar component editor main menu and leave it at "Insert -> Attachment". | ||||
* | Bug #663110 - Crash on copy events between calendars | Milan Crha | 2012-02-17 | 1 | -4/+0 |
| | |||||
* | Bug #320976 - Remember last New button choice in Calendar view | Milan Crha | 2012-02-17 | 4 | -3/+27 |
| | |||||
* | Bug #332043 - Free/Busy Colors Causing User Confusion | Milan Crha | 2012-02-16 | 1 | -2/+2 |
| | |||||
* | Bug #655955 - Harmonize mnemonic for New > Shared Memo > Organizer | Milan Crha | 2012-02-16 | 1 | -1/+2 |
| | |||||
* | Fix broken Help menu entry in Task Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Fix broken Help menu entry in Memo Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Fix broken Help menu entry in Appointment Editor after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 2 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 5 | -15/+15 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 6 | -46/+68 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Bug #667119 - Hard to change Attendee role in meeting editor | Milan Crha | 2012-01-11 | 1 | -9/+35 |
| | |||||
* | Inherit smaller time division from preferences in day calendar printout | Milan Crha | 2012-01-04 | 1 | -21/+41 |
| | |||||
* | Bug #353743 - Add Print button to meeting notification dialog | Milan Crha | 2012-01-03 | 19 | -4/+62 |
| | |||||
* | Remove unnecessary #include <e-util/e-dialog-widgets.h> | Matthew Barnes | 2011-12-24 | 5 | -5/+0 |
| | |||||
* | Remove e_dialog_append_list_store_text(). | Matthew Barnes | 2011-12-24 | 3 | -33/+84 |
| | | | | Silly function. Do it manually or use a GtkComboBoxText. | ||||
* | Remove e_dialog_editable_get(). | Matthew Barnes | 2011-12-24 | 5 | -77/+59 |
| | | | | | Silly function. Use gtk_entry_get_text() for a const string or else gtk_editable_get_chars() for an allocated string. | ||||
* | Remove e_dialog_editable_set(). | Matthew Barnes | 2011-12-24 | 5 | -20/+43 |
| | | | | Silly function. Use gtk_entry_set_text(). | ||||
* | Bug #612257 - Sanitize widgets in alarm notification dialog | Milan Crha | 2011-12-23 | 1 | -11/+15 |
| | |||||
* | Bug #582649 - Toggle for coloring today and overdue tasks | Milan Crha | 2011-12-14 | 3 | -5/+151 |
| | |||||
* | Bug #666106 - libical 0.47 handles CATEGORIES as multiple parameters | Milan Crha | 2011-12-14 | 1 | -20/+49 |
| | |||||
* | Bug #577322 - Rename of a system ESource doesn't persist | Milan Crha | 2011-12-07 | 1 | -1/+15 |
| | |||||
* | Bug #664634 - Deadlock when processing completed tasks filter | Milan Crha | 2011-11-24 | 2 | -107/+139 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 18 | -22/+9 |
| | |||||
* | Miscellaneous cleanups. | Matthew Barnes | 2011-11-23 | 1 | -4/+5 |
| | |||||
* | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 2 | -2/+1 |
| | |||||
* | Migrate ECalConfig* code to use GSettings | Rodrigo Moya | 2011-11-17 | 2 | -4/+4 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 5 | -59/+133 |
|\ | |||||
| * | Bug #661126 - Meeting Free/busy dialog dates don't follow locale | Milan Crha | 2011-11-16 | 3 | -48/+48 |
| | | |||||
| * | Bug #664016 - [evolution-alarm-notify] Try reconnect offline calendars | Milan Crha | 2011-11-15 | 2 | -11/+85 |
| | | |||||
* | | Remove unused config_data_get_conf_client | Rodrigo Moya | 2011-11-09 | 2 | -9/+0 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -0/+4 |
|\| | |||||
| * | Call e_gdbus_templates_init_main_thread() in main() | Milan Crha | 2011-11-07 | 1 | -0/+4 |
| | | |||||
| * | Trivial little cleanups. | Matthew Barnes | 2011-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes. | ||||
| * | Bug #661549 - Avoid fetching from backend when calculating summary | Milan Crha | 2011-10-18 | 1 | -16/+24 |
| | | |||||
* | | Bug #661549 - Avoid fetching from backend when calculating summary | Milan Crha | 2011-10-19 | 1 | -16/+24 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-14 | 1 | -1/+18 |
|\| | |||||
| * | Downstream bug Bnc#688711 unable to book resource | Veerapuram Varadhan | 2011-10-14 | 1 | -1/+18 |
| | | |||||
* | | Use a GPtrArray instead of GArray to build the array string to use for ↵ | Rodrigo Moya | 2011-10-13 | 1 | -6/+6 |
| | | | | | | | | g_settings_set_strv | ||||
* | | NULL-terminate arrays that we pass to g_settings_set_strv | Rodrigo Moya | 2011-10-13 | 2 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 2 | -8/+11 |
|\| | |||||
| * | Bug 661399 - Crash when hovering over calendar entry | Matthew Barnes | 2011-10-12 | 2 | -8/+11 |
| | | |||||
* | | Last bits of calendar-config migrated to GSettings | Rodrigo Moya | 2011-10-10 | 6 | -65/+49 |
| | | |||||
* | | Port calendar importer to GSettings | Rodrigo Moya | 2011-10-10 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 1 | -6/+4 |
|\| | |||||
| * | EAttachmentPaned: Add "resize-toplevel" property. | Matthew Barnes | 2011-10-06 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | Similiar to the new GtkExpander:resize-toplevel property in GTK+ 3.2, but adapted to the fact that EAttachmentPaned's expander has no direct child widget, and instead acts on the child widget in the lower pane. CompEditor now uses this to fix the weird vertical resizing behavior when its attachment bar is expanded and then collapsed again. | ||||
| * | GtkApplication has some new EShell-like features. | Matthew Barnes | 2011-10-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. | ||||
* | | First successful build | Rodrigo Moya | 2011-10-06 | 3 | -21/+26 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 62 | -437/+488 |
|\| | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 4 | -24/+25 |
| | | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
| * | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 2 | -3/+3 |
| | | |||||
| * | Bug #656378 attachment name corruption | Punit Jain | 2011-09-30 | 1 | -2/+4 |
| | | |||||
| * | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 28 | -65/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l () character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html | ||||
| * | Bug #632619 - Recurring events can clutter month view | Milan Crha | 2011-09-29 | 1 | -0/+19 |
| | | |||||
| * | Bug #659517 - Calendar reminds of old events following upgrade | Milan Crha | 2011-09-29 | 1 | -8/+17 |
| | | |||||
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 29 | -333/+419 |
| | | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
| * | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 5 | -7/+7 |
| | | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. | ||||
| * | 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 | 3 | -0/+37 |
| | | |||||
| * | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 1 | -7/+14 |
| | | |||||
| * | Bug #659125 - Reference counting issues in calendar | Milan Crha | 2011-09-15 | 2 | -5/+20 |
| | | |||||
| * | 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-07 | 1 | -0/+9 |
| | | | | | | | | Block the default GApplication.activate() method from running. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 113 | -2860/+3971 |
| | | |||||
| * | Changing source in CompEditor blocks UI | Milan Crha | 2011-08-26 | 4 | -114/+275 |
| | | |||||
| * | Bug #655708 - Unreadable tooltip for Memo/Task | Milan Crha | 2011-08-26 | 2 | -2/+16 |
| | | |||||
| * | Bug #650839 - Add option for alarms into calendar preferences | Milan Crha | 2011-08-25 | 1 | -0/+42 |
| | | |||||
| * | Bug #656810 - Too strict checking for validity of received calendars | Milan Crha | 2011-08-18 | 1 | -4/+18 |
| | | |||||
| * | Bug #656258 - Critical runtime warning on comp-editor close | Milan Crha | 2011-08-16 | 1 | -0/+7 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 22 | -410/+748 |
| | | |||||
| * | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-08-11 | 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-08-08 | 2 | -90/+21 |
| | | |||||
| * | Bug #655702 - Do not call Lists Groups when they are Lists anywhere else | Andre Klapper | 2011-08-04 | 3 | -3/+3 |
| | | |||||
| * | Remove unneeded semicolon | Milan Crha | 2011-08-03 | 1 | -1/+1 |
| | | |||||
| * | Bug #655190 - Sluggish performance interacting with calendar/tasks | Milan Crha | 2011-08-02 | 8 | -61/+176 |
| | | |||||
| * | Replace alarm by reminder for UI consistency. Fixes bug #340614 | Andre Klapper | 2011-08-02 | 10 | -24/+24 |
| | | |||||
| * | Bug #655255 - Make comp-editor toolbar buttons' tooltips saner | Milan Crha | 2011-07-27 | 2 | -5/+5 |
| | | |||||
| * | Bug #654261 - Importing ics files into Evolution fails silently | Milan Crha | 2011-07-25 | 1 | -1/+5 |
| | | |||||
| * | Adapt to CamelSession and e-passwords changes. | Matthew Barnes | 2011-07-04 | 2 | -7/+3 |
| | | |||||
| * | Bug 652958 - Evolution Account Assistant jumps steps | Matthew Barnes | 2011-07-01 | 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-06-30 | 5 | -10/+27 |
| | | |||||
| * | Check for cancelled GIO operation error code too | Milan Crha | 2011-06-28 | 1 | -1/+2 |
| | | |||||
| * | Keep opening EClient-s till they report busy error | Milan Crha | 2011-06-27 | 3 | -9/+70 |
| | | |||||
| * | Bug #653154 - Crash when constructing calendar view | Milan Crha | 2011-06-27 | 2 | -7/+26 |
| | | |||||
| * | Postpone ENameSelector loading as much as possible | Milan Crha | 2011-06-24 | 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-23 | 5 | -158/+18 |
| | | |||||
| * | Bug #653008 - Preference window for imap accounts is too large | Milan Crha | 2011-06-23 | 6 | -55/+0 |
| | | |||||
| * | Fix typo in a GConf key for alarm-notification dialog timezone setting | Milan Crha | 2011-06-16 | 1 | -1/+1 |
| | | |||||
| * | Bug #652620 - Can use uninitialized memory in alarm-notification-dialog | Milan Crha | 2011-06-15 | 1 | -3/+5 |
| | | |||||
| * | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 86 | -2125/+2071 |
| | | |||||
| * | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-10 | 10 | -52/+52 |
| | | | | | | | | GLib is finally dropping this hack. | ||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 22 | -124/+250 |
| | | |||||
| * | Bug #643526 - Crash in et_get_n_children | Milan Crha | 2011-06-06 | 1 | -3/+1 |
| | | |||||
| * | Bug #649310 - Calendar only shows midnight to noon | Milan Crha | 2011-06-02 | 1 | -1/+1 |
| | | |||||
| * | Move EPopupMenu to /widgets/table. | Matthew Barnes | 2011-06-01 | 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-05-28 | 2 | -3/+0 |
| | | |||||
| * | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 19 | -19/+0 |
| | | |||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 35 | -14/+105 |
| | | |||||
| * | Bug #643819 - Autocomplete the Location field | Dan Vrátil | 2011-05-23 | 1 | -4/+157 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 23 | -183/+328 |
| | | |||||
| * | Bug #647785 - Pasting an 24h event in month and week view doesn't work | Milan Crha | 2011-05-17 | 1 | -3/+4 |
| | | |||||
| * | bug #648612 crash during drag & drop of recurring events | Punit Jain | 2011-05-17 | 1 | -0/+1 |
| | | |||||
| * | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-05-17 | 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-05-16 | 1 | -1/+1 |
| | | |||||
| * | Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogs | Dan Vrátil | 2011-05-16 | 10 | -21/+25 |
| | | |||||
| * | Bug #243938 - Clicking on week numbers changes work week to week view | Milan Crha | 2011-05-13 | 1 | -0/+5 |
| | | |||||
| * | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 33 | -154/+154 |
| | | |||||
| * | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 9 | -20/+39 |
| | | |||||
| * | Add itip_get_fallback_identity(). | Matthew Barnes | 2011-04-28 | 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-04-27 | 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-04-27 | 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-04-26 | 3 | -18/+37 |
| | | | | | | | | | | Convenience function that checks whether the given email address matches a registered mail identity. | ||||
| * | itip-utils cleanups. | Matthew Barnes | 2011-04-26 | 2 | -56/+96 |
| | | |||||
| * | Add e_meeting_store_find_self(). | Matthew Barnes | 2011-04-26 | 4 | -36/+61 |
| | | | | | | | | | | Convenience function that uses registered mail identities to find the user among meeting attendees. | ||||
| * | Remove redundant EAccountList utilities. | Matthew Barnes | 2011-04-26 | 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-04-26 | 8 | -746/+768 |
| | | | | | | | | Random cleanups from the account-mgmt branch, to reduce diff noise. | ||||
| * | Bug #502188 - Store 'Remember password' for calendars | Milan Crha | 2011-04-21 | 1 | -4/+38 |
| | | |||||
| * | Bug 647698 - Selected calendar doesnt authenticate after offline/online | Matthew Barnes | 2011-04-14 | 1 | -17/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I wrote e_load_cal_source_async() it didn't occur to me that a calendar backend may emit "auth-required" after the initial connection attempt. And because I was passing the allocated context data for the asynchronous load operation to e_cal_set_auth_func(), meaning the data gets freed at the end of the load operation, I was then calling e_cal_set_auth_func(cal, NULL, NULL) after the initial authentication was complete so that the ECal would not try to access the freed context data after the load operation finished. But that turned out to break the case of switching to offline mode, then back to online mode. Most calendar backends need to re-authenticate when they come back online. This commit instead passes data to the authentication function by way of g_object_set_data_full() so that the authentication function can be left in place for the duration of the ECal instance. Note that e_cal_set_auth_func() lacks a GDestroyNotify argument for the user data passed to it, which rules out passing any kind of allocated data structure. This is an API design flaw, in my opinion. But g_object_set_data_full() *does* take a GDestroyNotify argument. | ||||
| * | Move translator comments so they get picked up | Andre Klapper | 2011-04-05 | 1 | -13/+13 |
| | | |||||
| * | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-03-25 | 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-03-25 | 3 | -79/+52 |
| | | |||||
| * | Bug #637641 - Crash on audio alarms with invalid file URI set | Milan Crha | 2011-03-09 | 1 | -13/+16 |
| | | |||||
| * | Bug 644166 - Add style class to primary toolbars | Matthew Barnes | 2011-03-08 | 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-03-06 | 35 | -48/+117 |
| | | |||||
| * | Remove unused cal_comp_process_source_list_drop(). | Matthew Barnes | 2011-03-02 | 2 | -191/+0 |
| | | |||||
| * | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-03-02 | 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-02-25 | 34 | -232/+105 |
| | | |||||
| * | Bug #642954 - Doesn't commit/abort sequence on modification error | Milan Crha | 2011-02-24 | 1 | -4/+3 |
| | | |||||
| * | Bug #550867 - Showing location in meetings | Milan Crha | 2011-02-23 | 2 | -20/+54 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -4/+9 |
| | | |||||
| * | Bug #639043 - Alarm notify snooze time not properly adjustable | Chris Hemsing | 2011-02-18 | 2 | -16/+65 |
| | | |||||
| * | Order matters, process master object first, then detached instances | Milan Crha | 2011-02-18 | 1 | -2/+40 |
| | | |||||
| * | Fix few memory leaks | Milan Crha | 2011-02-15 | 3 | -0/+17 |
| | | |||||
| * | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 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-02-09 | 5 | -25/+2 |
| | | | | | | | | GCC learned how to find dead assignments. | ||||
| * | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -2/+6 |
| | | |||||
| * | Bug #635144 - Using external editor duplicates signature | Milan Crha | 2011-02-02 | 1 | -2/+2 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 32 | -409/+410 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 12 | -137/+301 |
| | | |||||
| * | Adapt EWeekView + widgets to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 4 | -62/+25 |
| | | |||||
| * | 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 |
| | | |||||
| * | Show calendar backend errors in an alert sink | Milan Crha | 2010-12-04 | 1 | -0/+8 |
| | | |||||
| * | 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 | 2 | -4/+18 |
| | | |||||
| * | 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 | 2 | -5/+14 |
| | | |||||
| * | 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 | 3 | -0/+37 |
| | | |||||
* | | 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 |
| | | |||||
* | | Use GSettings where possible in calendar importer | Rodrigo Moya | 2011-09-21 | 1 | -3/+3 |
| | | |||||
* | | 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 | 113 | -2860/+3971 |
| | | |||||
* | | 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 | 22 | -410/+748 |
| | | |||||
* | | 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 | 10 | -24/+24 |
| | | |||||
* | | Bug #655255 - Make comp-editor toolbar buttons' tooltips saner | Milan Crha | 2011-09-14 | 2 | -5/+5 |
| | | |||||
* | | Bug #654261 - Importing ics files into Evolution fails silently | Milan Crha | 2011-09-14 | 1 | -1/+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 | 86 | -2125/+2071 |
| | | |||||
* | | 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 |
| | |