Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #333039 - Merge some i18n strings | Milan Crha | 2010-04-02 | 2 | -11/+16 |
| | |||||
* | Bug #592117 - Calendar compressed weekend print improvement | pepp | 2010-04-02 | 1 | -5/+5 |
| | |||||
* | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 3 | -5/+5 |
| | |||||
* | Bug #261979 - Untranslatable string due to sentence splitting | Ushveen Kaur | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | Bug #261062 - Do not translate untranslatable texts | Milan Crha | 2010-04-02 | 1 | -1/+1 |
| | |||||
* | Bug #613352 - Changed time range not propagated to calendar | Milan Crha | 2010-04-01 | 3 | -27/+172 |
| | |||||
* | Bug #612821 - Uses freed memory when changing task's source | Milan Crha | 2010-04-01 | 1 | -4/+13 |
| | |||||
* | Bug #569945 - Recurrence icon not removed after changing to single event | Milan Crha | 2010-04-01 | 1 | -0/+1 |
| | |||||
* | Fix mismatched quotes. | Matthew Barnes | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Bug 611882 - Missing mnemonics in Date/Time format preferences | Matthew Barnes | 2010-03-28 | 1 | -2/+2 |
| | |||||
* | Move the day start / day end widgets to the same line | Federico Mena Quintero | 2010-03-27 | 1 | -45/+59 |
| | | | | | | | | | This saves us one whole row of widgets. We put both labels in a size group so that they attain the same amount of space between the label and their date-edit widget, hopefully. Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Remove a superfluous row in a GtkTable | Federico Mena Quintero | 2010-03-27 | 1 | -172/+95 |
| | | | | | | | This was causing the General page of the calendar's preferences notebook tab to have an extra 12 pixels of vertical space Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
* | Bug 613798 - Marcus Bains line is grey | Matthew Barnes | 2010-03-24 | 3 | -2/+16 |
| | |||||
* | Add extensions to configure calender widgets. | Matthew Barnes | 2010-03-20 | 25 | -390/+51 |
| | | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings. | ||||
* | Fix runtime warnings when opening calendar for the first time | Milan Crha | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Revert some bad assumptions I made in EPluginUI. | Matthew Barnes | 2010-03-16 | 3 | -6/+6 |
| | | | | | | | | | We can't require the use of EUIManager everywhere because we don't control all the UI manager instances -- the most compelling example being the composer, whose UI manager comes from GtkhtmlEditor. Instead, EPluginUI will check the instance type and pick an appropriate "load_from_string" function. | ||||
* | Make the gconf schemas installation rules consistent in all Makefiles.am | Fridrich Strba | 2010-03-16 | 1 | -10/+12 |
| | |||||
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 1 | -0/+4 |
| | |||||
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 4 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the EVO_EXPRESS environment variable with an --express command line option. (Note, this adds a new translatable string for --help.) Add an EUIManager class with an "express-mode" property and custom load functions that use our new "express" preprocessor. This replaces the UI manager functions in e-utils.c. (Also going to see if I can get GTK+ to add an "add_ui_from_string" method to GtkUIManagerClass that we can override. Then we could just call gtk_ui_manager_add_ui_from_string() and the preprocessor would automatically do its thing and chain up.) Add an "express-mode" read-only GObject property to EShell. Add e_shell_configure_ui_manager() to e-shell-utils.c. For now this just creates a one-way property binding: EShell:express-mode -> EUIManager:express-mode Call this immediately after e_ui_manager_new(). (EUIManager can't do this itself because it lives too low in the dependency hierarchy and doesn't know about EShell.) | ||||
* | improve locking for async query update, share code for object disposal, | Michael Meeks | 2010-03-14 | 2 | -61/+78 |
| | | | | and don't crash as before: bug#612826# | ||||
* | Fix GnomeCalendar lifecycle; not being a widget meant we didn't | Michael Meeks | 2010-03-14 | 2 | -11/+14 |
| | | | | | | | get a gtk_widget_destroy invocation, which meant we left some callbacks registered, long after our child 'views' were destroyed causing sudden death in update_marcus_bains_line_cb, manipulating views. | ||||
* | More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR | Fridrich Strba | 2010-03-11 | 1 | -1/+2 |
| | |||||
* | Clean up GalView and related classes. | Matthew Barnes | 2010-03-11 | 2 | -2/+2 |
| | |||||
* | Some more directories relocated on windows | Fridrich Strba | 2010-03-11 | 2 | -0/+2 |
| | |||||
* | Bug 612374 - Build failure due to recent GTK+ deprecations | Matthew Barnes | 2010-03-10 | 1 | -4/+7 |
| | |||||
* | Update win32 directory relocation and some consistency cleanup | Fridrich Strba | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Bug 611727 - Date navigator marks dates for inactive calendars | Matthew Barnes | 2010-03-10 | 1 | -0/+7 |
| | |||||
* | Remove more unnecessary terminal messages. | Matthew Barnes | 2010-03-10 | 1 | -3/+0 |
| | |||||
* | tag-calendar.c cleanups. | Matthew Barnes | 2010-03-10 | 1 | -49/+42 |
| | |||||
* | Work around recent GTK+ deprecations. | Matthew Barnes | 2010-03-05 | 20 | -1/+153 |
| | |||||
* | Bug #529331 - Deletes appointments when moving to the same calendar | Milan Crha | 2010-02-25 | 3 | -3/+6 |
| | |||||
* | Restore some calendar headers that got dropped. | Matthew Barnes | 2010-02-25 | 1 | -0/+3 |
| | |||||
* | Do less output on an evolution-alarm-notify console | Milan Crha | 2010-02-23 | 3 | -9/+10 |
| | |||||
* | Bug #602396 - Crashed on Reply to all in meeting pop up menu | Milan Crha | 2010-02-22 | 1 | -2/+1 |
| | |||||
* | Add DnD support to e-selection.c. | Matthew Barnes | 2010-02-09 | 4 | -71/+51 |
| | | | | | | Avoid listing calendar and directory targets explicitly, so that e-selection.c contains the one and only master list. Still need to figure out how to centralize "text/x-source-vcard". | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 9 | -170/+340 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 4 | -50/+50 |
| | |||||
* | Improve sidebar and ECalModel interaction. | Matthew Barnes | 2010-01-30 | 1 | -12/+36 |
| | | | | | Restores the "default client" behavior from 2.28, so that "Click to Add" task and memo fields work properly. | ||||
* | Sidebar cleanups for Memos and Tasks. | Matthew Barnes | 2010-01-30 | 4 | -46/+0 |
| | | | | | | | Kill the EMemoTable::user-created signal and connect directly to ECalModel::row-appended in e_memo_shell_view_private.c. Same goes for tasks. | ||||
* | Remove a bunch of dead code in GnomeCalendar. | Matthew Barnes | 2010-01-30 | 2 | -425/+0 |
| | |||||
* | Revert "Without this evo 2.28.2 will not link/run at all" | Matthew Barnes | 2010-01-29 | 3 | -59/+0 |
| | | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation. | ||||
* | Without this evo 2.28.2 will not link/run at all | Fridrich Strba | 2010-01-28 | 3 | -0/+59 |
| | | | | | | The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again | ||||
* | Bug 607566 - Cause calendar view widget to redraw when dates shown changed | Gustavo Noronha Silva | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | Expose ECalendarSelector | Gustavo Noronha Silva | 2010-01-27 | 1 | -0/+1 |
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Make authentication functionality available | Gustavo Noronha Silva | 2010-01-27 | 15 | -28/+32 |
| | | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Bug #607751 - Double free while copying whole calendar | Milan Crha | 2010-01-27 | 1 | -3/+46 |
| | |||||
* | Fix include paths for some files to also work when installed | Gustavo Noronha Silva | 2010-01-27 | 2 | -2/+2 |
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175 | ||||
* | Remove a couple silly ECalModel functions. | Matthew Barnes | 2010-01-25 | 6 | -35/+10 |
| | |||||
* | Bug 607952 - "Hours" used as both singular and plural forms | Matthew Barnes | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-01-23 | 2 | -3/+8 |
| | |||||
* | Bug 607572 - Date navigator should be synced with the GnomeCalendar upon ↵ | Gustavo Noronha | 2010-01-22 | 1 | -0/+3 |
| | | | | setting | ||||
* | Bug #606301 - Slow sort by subject | Milan Crha | 2010-01-20 | 5 | -111/+92 |
| | |||||
* | Bug #390973 - Changing meeting organizer should also change default attendee | Milan Crha | 2010-01-18 | 2 | -2/+64 |
| | |||||
* | Improve clipboard behavior. | Matthew Barnes | 2010-01-18 | 6 | -26/+242 |
| | | | | | | | | | | | | | | | | | | | | | Add "copy-target-list" and "paste-target-list" to the ESelectable interface. These are underutilized for the moment, but will eventually be used to help integrate drag-and-drop support into ESelectable. Add cut and paste support to EWebView, along with a new "editable" property and new clipboard signals "copy-clipboard", "cut-clipboard" and "paste-clipboard". In EFocusTracker, listen for "owner-changed" signals from the default clipboard as another trigger to update actions, particularly the Paste action. (Unfortunately this doesn't work for EWebView since GtkHtml implements its own clipboard.) In EMsgComposer, convert GtkhtmlEditor's clipboard methods to empty stubs, since EFocusTracker will now trigger EWebView's clipboard actions. Also, intercept EWebView::paste-clipboard signals and improve the interaction between the HTML editor and the attachment bar based on use cases in bug #603715. | ||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 26 | -210/+44 |
| | |||||
* | Also ship gnome-cal.h as a public header | Gustavo Noronha Silva | 2010-01-15 | 1 | -0/+1 |
| | | | | | This file is included by e-calendar-view.h but was not being shipped, causing builds to fail. | ||||
* | Whitespace cleanup. | Matthew Barnes | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Cleanup delete actions in shell views. | Matthew Barnes | 2010-01-11 | 6 | -401/+411 |
| | |||||
* | Bug #605600 - Meeting reminders with wrong times | Milan Crha | 2010-01-09 | 1 | -3/+5 |
| | |||||
* | Bug 606250 - Remove usage of deprecated GTK+ symbols | Matthew Barnes | 2010-01-08 | 6 | -8/+8 |
| | | | | Several GtkWidget macros were recently deprecated. | ||||
* | Teach ETable to prefer themed icon names over pixbufs. | Matthew Barnes | 2010-01-07 | 2 | -27/+8 |
| | |||||
* | Bug #605645 - Crash on exit in calendar_view_dispose | Milan Crha | 2010-01-06 | 1 | -41/+9 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 5 | -275/+301 |
| | |||||
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 6 | -6/+0 |
| | | | | | The function is trivial and was only used from ETableHeaderItem. This also eliminates widgets/misc/e-gui-utils.[ch]. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 10 | -79/+106 |
| | |||||
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 5 | -7/+11 |
| | |||||
* | Rename ECalendarTable to ETaskTable. | Matthew Barnes | 2009-12-27 | 5 | -269/+268 |
| | | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 4 | -6/+12 |
| | |||||
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 13 | -841/+1101 |
| | | | | | | | | | | | | | | | | | | EFocusTracker tracks the input focus within a window and helps keep the sensitivity of "selectable" actions in the main menu up-to-date. Selectable actions include Cut, Copy, Paste, Select All and Delete. EFocusTracker has built-in support for widgets that implement the GtkEditable interface such as GtkEntry and GtkTextView. It also supports custom widgets that implement the ESelectable interface, which is a subset of GtkEditable and can apply to anything that displays selectable content (esp. tree views and ETables). This commit integrates EFocusTracker with EShellWindow, CompEditor, EMsgComposer, and ESignatureManager. It also bumps the GtkHTML requirement to 2.29.5 to utilize the new GtkhtmlEditor:html constructor property. | ||||
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 6 | -7/+14 |
| | |||||
* | Bug #342935 - Do not choose disabled accounts for meeting requests | Milan Crha | 2009-12-23 | 1 | -2/+31 |
| | |||||
* | Bug #372921 - Meeting invites sent from wrong email account | Milan Crha | 2009-12-23 | 1 | -3/+13 |
| | |||||
* | Bug #592117 - Calendar Day view All Day events print improvements | pepp | 2009-12-23 | 1 | -11/+12 |
| | | | | | | | - reduced height of event boxes - reduced spacing between boxes - the '...' mark overlaps the last event box - add a 2px margin at the top/bottom of the all day events container | ||||
* | Bug 604822 - Drop more alert titles | Paul Bolle | 2009-12-20 | 1 | -5/+0 |
| | | | | | Drop all alert titles to be found in *.error.xml. HIG suggests alerts do not have a title. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-20 | 3 | -4/+4 |
| | |||||
* | Bug #499322 - Use extension for "Save as" suggested file name | Milan Crha | 2009-12-10 | 2 | -0/+21 |
| | |||||
* | Bug #591938 - Update translator's comments | Milan Crha | 2009-12-10 | 2 | -10/+9 |
| | |||||
* | Kill ETableScrolled. | Matthew Barnes | 2009-12-08 | 6 | -723/+606 |
| | | | | | ETableScrolled is nothing but a GtkScrolledWindow containing an ETable. It adds nothing of value and actually makes customizing ETable harder. | ||||
* | Port all error code to use GObject-ified EAlert / EAlertDialog | Jonathon Jongsma | 2009-12-08 | 7 | -12/+12 |
| | | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary. | ||||
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 9 | -26/+25 |
| | | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | port calendar/ to the new EError API | Jonathon Jongsma | 2009-12-01 | 7 | -15/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963 | ||||
* | Fixed bug 364618, solve the chinese character issue. | Jeff Cai | 2009-11-30 | 5 | -41/+75 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2009-11-29 | 2 | -3/+3 |
| | |||||
* | Bug #551603 - Special case "positive zero alarms" | Paul Bolle | 2009-11-28 | 1 | -28/+34 |
| | | | | | | | | Alarms triggered at the start of an appointment have a positive offset (of zero) in their struct ECalComponentAlarmTrigger. This means they are ignored in the current code (which only accepts negative offsets). Add a special case for positive offsets of zero. (Palm devices can not handle alarm triggers with a positive offset.) | ||||
* | Bug #554779 - Removal of task due date does not sync from Palm | Matt McCutchen 2 | 2009-11-27 | 1 | -1/+2 |
| | |||||
* | Fix uninitialized variable from a patch for bug #591330 (yet another) | Milan Crha | 2009-11-27 | 1 | -3/+1 |
| | |||||
* | Fix uninitialized variable from a patch for bug #591330 | Milan Crha | 2009-11-27 | 1 | -0/+1 |
| | | | | Thanks to Matthew Barnes noticing it. | ||||
* | Bug #591330 - Do not clear task preview every minute | Milan Crha | 2009-11-26 | 3 | -0/+115 |
| | |||||
* | Bug #550025 - Add error dialogs for Meetings | Paul Bolle | 2009-11-26 | 3 | -5/+35 |
| | |||||
* | Bug 602102 - [regression] evolution-alarm-notify segv on login to desktop | Chenthill Palanisamy | 2009-11-25 | 1 | -7/+7 |
| | |||||
* | Remove the last traces of libglade. | Matthew Barnes | 2009-11-21 | 1 | -2/+0 |
| | |||||
* | Header file cleanup. | Matthew Barnes | 2009-11-21 | 1 | -78/+131 |
| | |||||
* | Kill Evolution's icon cache once and for all. | Matthew Barnes | 2009-11-20 | 1 | -3/+0 |
| | | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown(). | ||||
* | Assemble HTML code in a GString instead of a GtkHTMLStream. | Matthew Barnes | 2009-11-20 | 2 | -185/+182 |
| | | | | This helps further isolate direct GtkHTML API usage to EWebView. | ||||
* | Bug #602165 - Meeting window doesn't show status, role fields | Milan Crha | 2009-11-18 | 2 | -11/+5 |
| | |||||
* | Bug #602098 - No progress notification from GnomeCalendar | Milan Crha | 2009-11-18 | 5 | -24/+70 |
| | |||||
* | Remove markup from translatable strings in ui files | Claude Paroz | 2009-11-17 | 4 | -33/+68 |
| | | | | | | GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities. | ||||
* | Bug 360461 - Do not hardcode invisible_char in ui files | Claude Paroz | 2009-11-17 | 4 | -9/+0 |
| | |||||
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 48 | -7813/+7584 |
| | |||||
* | Bug #602081 - Calendar purge doesn't seem to work | Milan Crha | 2009-11-16 | 1 | -17/+10 |
| | |||||
* | Bug #600133 - Crash on day view print preview without all day events | Milan Crha | 2009-11-13 | 1 | -28/+35 |
| | |||||
* | Simplify clipboard handling in addressbook. | Matthew Barnes | 2009-11-12 | 6 | -404/+3 |
| | |||||
* | Simplify clipboard handling in calendar. | Matthew Barnes | 2009-11-12 | 6 | -239/+489 |
| | |||||
* | Enable building without Canberra-GTK | Tor Lillqvist | 2009-11-11 | 1 | -0/+5 |
| | |||||
* | Kill more redundant save dialogs and related utilities. | Matthew Barnes | 2009-11-11 | 4 | -202/+0 |
| | |||||
* | Bug #601218 - Accepted meeting doesn't show attachments in calendar view | Milan Crha | 2009-11-10 | 1 | -1/+8 |
| | |||||
* | Kill e-cursor(s) (both of them). | Matthew Barnes | 2009-11-10 | 1 | -3/+16 |
| | |||||
* | Bug 601219 - Transient dialogs in composer window blocks main window | Matthew Barnes | 2009-11-10 | 1 | -0/+15 |
| | |||||
* | Bug #596827 - Don't remove meeting attendees after edit | Milan Crha | 2009-11-04 | 2 | -3/+25 |
| | |||||
* | Bug #599627 - Crash when adding a new task in a table | C de-Avillez | 2009-11-03 | 1 | -6/+2 |
| | |||||
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 3 | -12/+10 |
| | |||||
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2009-10-24 | 1 | -5/+4 |
| | |||||
* | Bug #596860 - Duplicate event gets shown in calendar view | Milan Crha | 2009-10-16 | 1 | -0/+5 |
| | | | | Interim/partial solution. | ||||
* | Bug #555901 - Preserve Start/End/Due timezone when editing in list view | Milan Crha | 2009-10-16 | 4 | -120/+72 |
| | |||||
* | Bug #322261 - vCalendar replies are sent out using the default account | Milan Crha | 2009-10-16 | 1 | -12/+25 |
| | |||||
* | Bug #404227 - Over-aggressive appointment editor date check | Milan Crha | 2009-10-16 | 1 | -2/+25 |
| | |||||
* | Slightly better error dialog on "Unable to book" | Milan Crha | 2009-10-16 | 1 | -2/+7 |
| | | | | as part of bug #436619 | ||||
* | Bug #562512 - Make hyperlinks clickable in Memos, Tasks and Calendar | Milan Crha | 2009-10-16 | 4 | -0/+21 |
| | |||||
* | Bug #592117 - Calendar Printout Love | pepp | 2009-10-15 | 1 | -32/+69 |
| | |||||
* | Bug #593753 - Calendar search in list view doesn't work properly | Milan Crha | 2009-10-15 | 2 | -13/+10 |
| | |||||
* | Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' | Milan Crha | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | Bug #498095 - Fixing mnemonics | Milan Crha | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | Bug #597564 - Invalid g_object_unref call in redo_queries | Milan Crha | 2009-10-07 | 2 | -17/+22 |
| | |||||
* | Bug #594373 - Calendar notifications are not cleared from system tray | Milan Crha | 2009-10-05 | 1 | -17/+18 |
| | |||||
* | BUG#595803 Fixes a double free | Bharath Acharya | 2009-10-05 | 1 | -3/+0 |
| | |||||
* | Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. | Matthew Barnes | 2009-10-02 | 3 | -18/+3 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 9 | -38/+40 |
| | |||||
* | Trim unused or unnecessary bits from the import framework. | Matthew Barnes | 2009-09-26 | 1 | -4/+2 |
| | |||||
* | Fix duplicate symbols in Glade files. | Matthew Barnes | 2009-09-25 | 3 | -4/+4 |
| | |||||
* | Work around build break caused by gnome-pilot headers. | Matthew Barnes | 2009-09-25 | 3 | -0/+6 |
| | |||||
* | Bug #593633 - Runtime warnings trying to create a recurrence event | Milan Crha | 2009-09-24 | 1 | -4/+4 |
| | |||||
* | Bug 593747 - Calendar preview dates not indicating events | Milan Crha | 2009-09-23 | 1 | -6/+13 |
| | |||||
* | Bug 593750 - Month view doesn't update / scroll | Matthew Barnes | 2009-09-23 | 2 | -250/+250 |
| | |||||
* | Calendar canvas item cleanup. | Matthew Barnes | 2009-09-22 | 16 | -2115/+2671 |
| | |||||
* | Remove an unnecessary #include. | Matthew Barnes | 2009-09-19 | 1 | -1/+0 |
| | |||||
* | Get "Edit Event" working from the alarm notify window. | Matthew Barnes | 2009-09-19 | 1 | -41/+31 |
| | | | | This also removes the last remaining piece of Bonobo. | ||||
* | Rename dead files to avoid fpeter's GNOME 2.99 scanner. | Matthew Barnes | 2009-09-19 | 4 | -0/+0 |
| | | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead. | ||||
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 2 | -1/+5 |
| | |||||
* | Restore the alarm notify daemon. | Matthew Barnes | 2009-09-18 | 7 | -267/+165 |
| | | | | | Convert evolution-alarm-notify to an autostart program, add a .desktop file for it, and use libunique to ensure only one instance is running. | ||||
* | Remove a bunch of unused functions. | Matthew Barnes | 2009-09-15 | 8 | -383/+0 |
| | |||||
* | Bug 593646 - Starting in day view does not restore panels correctly | Matthew Barnes | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | Mark dead source files as such. | Matthew Barnes | 2009-09-09 | 4 | -0/+0 |
| | | | | | I still want to look through these before deleting them to make sure I didn't overlook anything. | ||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 7 | -177/+10 |
| | |||||
* | Bug #594484 - Crashed when tried to open more than one memo | Milan Crha | 2009-09-08 | 2 | -6/+2 |
| | |||||
* | Bug #594407 - Alarms won't go away | Milan Crha | 2009-09-08 | 1 | -11/+1 |
| | |||||
* | Bug #581602 - Purge calendar function not working | Milan Crha | 2009-09-08 | 1 | -5/+19 |
| | |||||
* | Remove some obsolete utility functions. | Matthew Barnes | 2009-09-05 | 4 | -52/+108 |
| | |||||
* | Bug 593754 - Warnings on evolution terminal when open any task | Milan Crha | 2009-09-05 | 1 | -111/+79 |
| | |||||
* | Kill the default parent window hack in e-error.c. | Matthew Barnes | 2009-09-05 | 2 | -5/+21 |
| | | | | | | Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning. | ||||
* | Bug 593881 - Category icons do not appear in preview pane | Matthew Barnes | 2009-09-03 | 1 | -37/+64 |
| | |||||
* | Relax the EBinding API to reduce GObject casting. | Matthew Barnes | 2009-09-02 | 14 | -137/+137 |
| | | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing. | ||||
* | Bug 593776 - Fix include of a11y/addressbook and a11y/calendar | H.Habighorst | 2009-09-01 | 1 | -1/+0 |
| | |||||
* | Fix for few compiler warnings | Milan Crha | 2009-08-31 | 1 | -12/+0 |
| | |||||
* | Fix distcheck errors. | Matthew Barnes | 2009-08-30 | 1 | -148/+0 |
| | |||||
* | Merge commit 'origin/kill-bonobo' | Matthew Barnes | 2009-08-30 | 162 | -25317/+14814 |
|\ | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2009-08-30 | 11 | -19/+17 |
| | | |||||
| * | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 7 | -712/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook. | ||||
| * | Re-enable more calendar code. | Matthew Barnes | 2009-08-28 | 8 | -29/+9 |
| | | |||||
| * | Add vertical view to Memos and Tasks. | Matthew Barnes | 2009-08-28 | 1 | -8/+87 |
| | | |||||
| * | Handle calendar URIs from the command line. | Matthew Barnes | 2009-08-25 | 2 | -44/+0 |
| | | |||||
| * | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 3 | -11/+17 |
| | | |||||
| * | Kill EPopup. | Matthew Barnes | 2009-08-23 | 4 | -4/+0 |
| | | |||||
| * | Kill ECalPopup. | Matthew Barnes | 2009-08-23 | 4 | -719/+0 |
| | | |||||
| * | Remove the popup menu from EMeetingListView. | Matthew Barnes | 2009-08-23 | 2 | -197/+0 |
| | | | | | | | | | | Will restore this later, but the code is too messy to deal with right now. ECalPopup must die. | ||||
| * | More GnomeCalendar cleanup. | Matthew Barnes | 2009-08-19 | 3 | -125/+41 |
| | | |||||
| * | Trim more fat off the GnomeCalendar API. | Matthew Barnes | 2009-08-19 | 5 | -321/+144 |
| | | | | | | | | Oh and hey look, I can see events now! | ||||
| * | Re-enable more calendar bits. | Matthew Barnes | 2009-08-19 | 2 | -11/+0 |
| | | |||||
| * | Centralize week-start-day tracking in calendar views. | Matthew Barnes | 2009-08-19 | 8 | -275/+146 |
| | | | | | | | | | | Track the value in ECalModel instead of in GnomeCalendar, EDayView and EWeekView. | ||||
| * | ECalModel cleanup. | Matthew Barnes | 2009-08-18 | 1 | -94/+152 |
| | | |||||
| * | Remove duplicate handlers for date navigator signals. | Matthew Barnes | 2009-08-18 | 2 | -56/+17 |
| | | |||||
| * | Fix compiler warnings and deprecated GTK+ API usage. | Matthew Barnes | 2009-08-16 | 17 | -21/+41 |
| | | |||||
| * | Get the calendar view popup menu working. | Matthew Barnes | 2009-08-16 | 7 | -676/+105 |
| | | |||||
| * | Track the timezone in one place: ECalModel | Matthew Barnes | 2009-08-13 | 4 | -91/+116 |
| | | |||||
| * | Make switching between calendar views work. | Matthew Barnes | 2009-08-13 | 2 | -77/+52 |
| | | |||||
| * | Get the itip-formatter plugin working. | Matthew Barnes | 2009-08-12 | 2 | -67/+0 |
| | | |||||
| * | Get the calendar-weather plugin working. | Matthew Barnes | 2009-08-12 | 2 | -10/+10 |
| | | |||||
| * | Remove unnecessary <calendar/gui/e-cal-popup.h> includes. | Matthew Barnes | 2009-08-12 | 4 | -4/+0 |
| | | |||||
| * | Kill EMenu. | Matthew Barnes | 2009-08-12 | 5 | -438/+0 |
| | | |||||
| * | Fix distcheck errors. | Matthew Barnes | 2009-08-12 | 1 | -0/+2 |
| | | |||||
| * | Bug #584030 - [Mail-To-Task] improve duplicate handling and such | Milan Crha | 2009-08-12 | 3 | -10/+172 |
| | | |||||
| * | Fix a build break with libevolution-cal-shared | Milan Crha | 2009-08-12 | 1 | -3/+0 |
| | | |||||
| * | Fix a duplicate install file. | Srinivasa Ragavan | 2009-08-12 | 1 | -2/+0 |
| | | |||||
| * | Allow calendar to be written as a external app and split the huge .so to | Srinivasa Ragavan | 2009-08-12 | 2 | -12/+76 |
| | | | | | | | | a share private lib and component lib. | ||||
| * | Changes for having a light version of calendar. | Srinivasa Ragavan | 2009-08-12 | 4 | -7/+100 |
| | | |||||
| * | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 7 | -11/+108 |
| | | |||||
| * | Bug #324676 - Print preview displays preview of previous month | Milan Crha | 2009-08-11 | 1 | -1/+30 |
| | | |||||
| * | Bug #539334 - Postpone processing event when called recursively | Milan Crha | 2009-08-11 | 1 | -6/+125 |
| | | |||||
| * | Compiler warning fixes (as part of bug #424078) | Milan Crha | 2009-08-11 | 1 | -2/+2 |
| | | |||||
| * | Bug #203853 - Cut/Copy key bindings don't work in day and week views | Milan Crha | 2009-08-11 | 3 | -3/+4 |
| | | |||||
| * | Bug #420513 - Be able to notify about meeting only new attendees | Milan Crha | 2009-08-11 | 15 | -57/+271 |
| | | |||||
| * | Cleanup include file path. | Srinivasa Ragavan | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Bug #587468 - Show meeting icon for component with attendees only | Milan Crha | 2009-08-11 | 5 | -6/+6 |
| | | |||||
| * | Bug #320071 - Unclear why you can't edit appointment in calendar | Milan Crha | 2009-08-11 | 3 | -15/+76 |
| | | |||||
| * | Bug #314599 - Recurrence Tab Should Not Default To Forever | Milan Crha | 2009-08-11 | 3 | -2/+16 |
| | | | | | | | | | | Added a GConf schema key definition. Special value, -1, means forever. | ||||
| * | Bug #590392 - Show selected day in day view's second timezone column | Milan Crha | 2009-08-11 | 2 | -3/+9 |
| | | |||||
| * | Bug #328361 - Support for "Fifth Sunday *of the month*" | Marcel Stimberg | 2009-08-11 | 1 | -0/+7 |
| | | |||||
| * | Bug #325611 - Rephrased translators comments | Milan Crha | 2009-08-11 | 1 | -2/+2 |
| | | |||||
| * | Bug #514725 - Critical warnings with appointments | Milan Crha | 2009-08-11 | 2 | -20/+31 |
| | | |||||
| * | Bug #273535 - Meeting request with attachments has bogus CID value | Milan Crha | 2009-08-11 | 3 | -8/+23 |
| | | |||||
| * | Bug #300567 - Calendar drawing optimizations | Milan Crha | 2009-08-11 | 10 | -459/+396 |
| | | |||||
| * | Bug #314599 - Recurrence Tab Should Not Default To Forever | Milan Crha | 2009-08-11 | 4 | -1/+22 |
| | | |||||
| * | More refactoring of settings management. | Matthew Barnes | 2009-08-09 | 30 | -3601/+971 |
| | | |||||
| * | More refactoring of settings management. | Matthew Barnes | 2009-08-06 | 5 | -100/+80 |
| | | |||||
| * | Remove some unnecessary Bonobo includes. | Matthew Barnes | 2009-08-06 | 2 | -4/+0 |
| | | |||||
| * | Replace more "config" classes with property bindings. | Matthew Barnes | 2009-08-06 | 45 | -3150/+1558 |
| | | |||||
| * | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -0/+48 |
| | | |||||
| * | Add properties to calendar classes. | Matthew Barnes | 2009-07-31 | 16 | -1600/+1003 |
| | | | | | | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes. | ||||
| * | Trimming redundancy. | Matthew Barnes | 2009-07-29 | 21 | -330/+314 |
| | | |||||
| * | Bug #245829 - Cannot copy (with mouse for pasting) appointment summary | Milan Crha | 2009-07-29 | 2 | -2/+42 |
| | | |||||
| * | Bug #575581 - All Day Events Should Not Depend On Calendar Scrolling | Milan Crha | 2009-07-29 | 2 | -5/+10 |
| | | |||||
| * | Bug #579646 - Remember alarm's last notified per calendar | Milan Crha | 2009-07-29 | 3 | -20/+46 |
| | | |||||
| * | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 4 | -5/+12 |
| |\ | |||||
| * | | Fix distcheck errors. | Matthew Barnes | 2009-07-28 | 5 | -5/+0 |
| | | | |||||
| * | | Start re-enabling parts of the calendar. | Matthew Barnes | 2009-07-28 | 2 | -54/+0 |
| | | | |||||
| * | | Fix a crash on exit. | Matthew Barnes | 2009-07-28 | 1 | -2/+0 |
| | | | |||||
| * | | Get GnomeCalendar and the a11y stuff building. | Matthew Barnes | 2009-07-28 | 5 | -149/+69 |
| | | | |||||
| * | | Kill CalSearchBar. | Matthew Barnes | 2009-07-28 | 6 | -1128/+19 |
| | | | | | | | | | | | | Move calendar search logic to ECalShellView. | ||||
| * | | Re-enable building GnomeCalendar, except it doesn't yet. | Matthew Barnes | 2009-07-26 | 4 | -80/+84 |
| | | | | | | | | | | | | Also, start trimming the API down a bit. Lots of redundancy there. | ||||
| * | | Remove GtkVPaned stuff from GnomeCalendar. | Matthew Barnes | 2009-07-25 | 3 | -101/+0 |
| | | | |||||
| * | | Add EMonthView, a simple subclass of EWeekView. | Matthew Barnes | 2009-07-24 | 5 | -281/+462 |
| | | | |||||
| * | | Move "user_created" signal emission to ECalendarView. | Matthew Barnes | 2009-07-24 | 9 | -114/+91 |
| | | | |||||
| * | | Some minor fixes before I dive into calendar again. | Matthew Barnes | 2009-07-24 | 2 | -3/+2 |
| | | | |||||
| * | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 25 | -73/+73 |
| | | | |||||
| * | | Fix some leftover merge artifacts. | Matthew Barnes | 2009-07-16 | 1 | -154/+0 |
| | | | |||||
| * | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-15 | 2 | -1/+155 |
| |\ \ | |||||
| * | | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 107 | -631/+0 |
| | | | | |||||
| * | | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-11 | 16 | -82/+283 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | Kill EConfigListener. | Matthew Barnes | 2009-07-03 | 3 | -21/+22 |
| | | | | | |||||
| * | | | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 4 | -18/+37 |
| |\ \ \ \ | |||||
| * | | | | | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 9 | -9/+9 |
| | | | | | | |||||
| * | | | | | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 74 | -17270/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | | | | Don't install libcal-gui.so. | Matthew Barnes | 2009-06-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix similar weak pointer issues throughout. | Matthew Barnes | 2009-06-20 | 3 | -0/+18 |
| | | | | | | |||||
| * | | | | | Fix "make distcheck" errors. | Matthew Barnes | 2009-06-20 | 8 | -11/+8 |
| | | | | | | |||||
| * | | | | | Stop abusing forward declarations. | Matthew Barnes | 2009-06-19 | 5 | -33/+35 |
| | | | | | | |||||
| * | | | | | Use G_BEGIN_DECLS / G_END_DECLS macros. | Matthew Barnes | 2009-06-18 | 28 | -173/+55 |
| | | | | | | |||||
| * | | | | | Fix coding style. | Matthew Barnes | 2009-06-14 | 4 | -8/+8 |
| | | | | | | |||||
| * | | | | | Use key files for tracking widget states. | Matthew Barnes | 2009-06-13 | 3 | -3/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each EShellView now maintains a GKeyFile for recording disposable widget state such as tree view path expansion, scroll bar positions, combo box selections, etc. The EShellView records changes to the key file to ~/.evolution/<shell-backend>/config/state, and automatically restores the GKeyFile at startup. Currently only the mailer uses the key file, but it's intended to serve all shell views. It replaces the use of Camel "cmeta" files, as well as "et-expanded-*" and "folder-tree-expand-state.xml" files. Also, the mailer's folder tree model now includes a column for tracking which sidebar folders are expanded. Folder tree widgets appearing in dialog windows can copy the sidebar's expanded state using em_folder_tree_clone_expanded(). | ||||
| * | | | | | Avoid the console popping while evolution running on windows | Fridrich Strba | 2009-06-09 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-09 | 5 | -14/+15 |
| | | | | | | |||||
| * | | | | | libevolution-mail-shared is a new library, so reflect its existence | Fridrich Strba | 2009-06-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | in the win32 bootstrap import libraries. | ||||
| * | | | | | Search bar improvements. | Matthew Barnes | 2009-06-09 | 3 | -3/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split the search entry into a new widget to manage hints (EHintedEntry). Let the search entry expand to use available horizontal space. | ||||
| * | | | | | Bug 581280 – Wrong attachment name in event | Matthew Barnes | 2009-06-03 | 1 | -81/+139 |
| | | | | | | |||||
| * | | | | | More code cleanup. | Matthew Barnes | 2009-06-02 | 48 | -143/+143 |
| | | | | | | |||||
| * | | | | | Branch maintenance. | Matthew Barnes | 2009-06-02 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 52 | -320/+320 |
| | | | | | | |||||
| * | | | | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 142 | -1911/+1911 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 284 | -570/+585 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c | ||||
| | * | | | | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 225 | -324/+324 |
| | | | | | | |