aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
* Add DnD support to e-selection.c.Matthew Barnes2010-02-092-22/+30
| | | | | | 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".
* Fix some dead assignments.Matthew Barnes2010-02-083-6/+0
|
* Implement account-wide search scope in mail.Matthew Barnes2010-02-073-48/+30
| | | | Also, let EShellSearchbar handle search state persistence.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-309-120/+657
| | | | | 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 Barnes2010-01-302-45/+41
| | | | | | | 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 Barnes2010-01-301-24/+0
|
* Make authentication functionality availableGustavo Noronha Silva2010-01-278-18/+18
| | | | | | | 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
* Give all preview panes a search bar.Matthew Barnes2010-01-1812-90/+160
| | | | Use Shift+Ctrl+F as the accelerator for consistency with the mailer.
* Fix some potential null pointer dereferences.Matthew Barnes2010-01-163-6/+12
| | | | Caught by the Clang Static Analyzer.
* Remove dead assignments found by clang.Matthew Barnes2010-01-1612-59/+3
|
* Cleanup delete actions in shell views.Matthew Barnes2010-01-1111-262/+38
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-2/+2
| | | | Several GtkWidget macros were recently deprecated.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-052-44/+69
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-043-14/+31
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+2
|
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-279-106/+105
| | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.
* Coding style and whitespace cleanup.Matthew Barnes2009-12-2610-33/+89
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-2617-556/+12
| | | | | | | | | | | | | | | | | | 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 #605192 - New memo window has start date as NoneMilan Crha2009-12-231-0/+16
|
* Bug 596947 - Calendar view forgets memo pane heightMatthew Barnes2009-12-201-3/+4
|
* Refactor the EShell search API.Matthew Barnes2009-12-1912-53/+156
| | | | | | | | | | | | | | | | | Move the search interface to a new widget: EShellSearchbar The current search rule is now stored in EShellView, and the search context in EShellViewClass similar to GalViewCollection (since it's class-specific, not instance-specific). Also add a couple new signals to EShellView: "clear-search" and "custom-search" ("custom" refers to an advanced search or a saved search -- something more complex than a quick search). Still working out a few kinks. The search entry is clearly trying to be too many things. We need a different way of indicating that you're looking at search results. Perhaps a search results banner similar to Nautilus.
* Bug #603342 - Memory leak fixesMilan Crha2009-12-151-4/+6
|
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-105-5/+20
|
* Kill ETableScrolled.Matthew Barnes2009-12-0811-130/+134
| | | | | 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 / EAlertDialogJonathon Jongsma2009-12-086-6/+6
| | | | | | 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 betterJonathon Jongsma2009-12-019-15/+15
| | | | | | | | | | 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 modules/ to new EError API.Jonathon Jongsma2009-12-016-9/+9
| | | | | | This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug 494394 - No way for the user to refresh a calendarMilan Crha2009-11-3015-3/+174
|
* Bug #558030 - Convert meeting to appointment popup menu optionMilan Crha2009-11-263-5/+58
|
* Bug #591330 - Do not clear task preview every minuteMilan Crha2009-11-266-8/+8
|
* Bug 602704 - Actions->Purge in task view doesn't workMatthew Barnes2009-11-263-4/+60
|
* Bug 602907 - Cannot delete meetings or appointments in list viewMatthew Barnes2009-11-251-0/+8
|
* Fix typos in e_cal_shell_content_paste_clipboard().Matthew Barnes2009-11-211-2/+2
|
* Bug #602081 - Runtime warnings when going to TasksMilan Crha2009-11-201-6/+7
|
* Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-1912-170/+158
|
* Disallow renaming a non-deletable ESource.Matthew Barnes2009-11-193-3/+3
| | | | This is a partial solution to bug #600397.
* Bug #602098 - No progress notification from GnomeCalendarMilan Crha2009-11-181-2/+5
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+1
|
* Bug 600397 - Delete option enabled for undeletable ESourceMatthew Barnes2009-11-149-27/+94
|
* Bug 601767 - Delete action in calendar view has glitchesMatthew Barnes2009-11-142-4/+12
|
* Bug 601785 - Menu glitches in memo and task viewMatthew Barnes2009-11-148-4/+34
|
* EWebView popup menu enhancements.Matthew Barnes2009-11-144-38/+96
| | | | Bumps the GtkHtml dependency to 3.29.2 for gtk_html_unselect_all().
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-121-1/+1
|
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-123-10/+16
|
* Bug 601516 - Calendar views missing from calendar popup menuMatthew Barnes2009-11-112-15/+25
| | | | This also fixes a couple other popup menu glitches.
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-115-5/+5
|
* Bug #593751 - Show correct context menu in calendar viewsMilan Crha2009-11-114-16/+164
|
* Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-088-38/+119
| | | | | | | | | | This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block.
* Bug 600402 - Clear search is always enabled in calendar/contact/taskMatthew Barnes2009-11-043-12/+3
|
* Cleanup and rename filter classes.Matthew Barnes2009-10-273-12/+12
|
* Bug #598519 - Cannot open task/memo by double click in calendar day viewMilan Crha2009-10-271-0/+12
|
* Fix a potential calendar crash.Matthew Barnes2009-10-241-2/+1
|
* Bug #596860 - Duplicate event gets shown in calendar viewMilan Crha2009-10-161-2/+0
| | | | Interim/partial solution.
* Bug 597533 - e_file_dialog_save() does not pass parent windowMatthew Barnes2009-10-075-5/+35
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+5
|
* Bug #596753 - Autocompletion addressbooks not rememberedMilan Crha2009-09-303-0/+3
| | | | And select page in Edit->Preferences based on the active view.
* Bug 594534 - Can't select calendar for a new appointmentMatthew Barnes2009-09-291-0/+27
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-1/+50
|
* Bug 595119 - Crash while trying to add a new category in contactMatthew Barnes2009-09-213-6/+6
|
* Typo fixAndre Klapper2009-09-211-1/+1
|
* Restore translation context (NC) for three stringsAndre Klapper2009-09-212-2/+2
|
* Typo fixAndre Klapper2009-09-211-1/+1
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
|
* Bug 593646 - Starting in day view does not restore panels correctlyMatthew Barnes2009-09-101-1/+16
|
* Finish killing Bonobo.Matthew Barnes2009-09-098-59/+25
|
* Whitespace cleanup.Matthew Barnes2009-09-051-1/+0
|
* Bug 593881 - Category icons do not appear in preview paneMatthew Barnes2009-09-032-1/+51
|
* Bug #593762 - Event creation window has start date as TodayMilan Crha2009-09-031-43/+47
|
* Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-0311-531/+445
| | | | | | | | | | | | This addresses bug #593896 but is also a cleaner design than before. It introduces an EShellView::execute-search signal and renames the "search-execute" action to "search-quick" to clarify that it's only meant for the "quick" search bar in the main window. Shell view subclasses should implement the execute_search() method to actually execute a search. e_shell_view_execute_search() emits the new signal.
* Bug #593761 - Wrong dir for calendar local sourcesMilan Crha2009-09-026-183/+77
| | | | | | | | | | | | | | - using _get_data_dir, not _get_config_dir in calendar's and similar ensure_sources functions - current executable version is stored in gconf, thus not every start is migrating done - applied changes which were using e_source_list_ensure_group calls - e_source_list_sync is called at the end of those ensure_sources, as it didn't work to me to see the Personal source after start when I had no "On this computer" group (the group was added, but the source wasn't)
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-029-44/+44
| | | | | Also make it more fault-tolerant by warning about non-existent property names instead of just crashing.
* Disable classic/vertical options when preview is hidden.Matthew Barnes2009-09-023-0/+17
|
* Bug 593613 - Doesn't differentiate an appointment and meeting button clickMatthew Barnes2009-09-011-0/+3
|
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-013-11/+20
| | | | | | | | | | | | | There were a number of problems: - Walk the GType tree to find EPluginHook subclasses, instead of just registering the immediate children. - Some EConfig and EEvent subclasses were not being configured properly (particularly the mail and calendar subclasses). - Add preference window pages after the main loop starts to make sure all plugins and plugin hooks are installed first.
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-309-16/+801
| | | | | | | | | | | | | - 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 Barnes2009-08-281-2/+5
|
* Fix calendar pane positioning.Matthew Barnes2009-08-282-8/+8
|
* Add vertical view to Memos and Tasks.Matthew Barnes2009-08-288-73/+310
|
* More panel resizing goodness.Matthew Barnes2009-08-272-4/+4
|
* Fix resize behavior of main window panes.Matthew Barnes2009-08-273-6/+6
| | | | | Now that I finally understand how the "resize" and "shrink" child properties in GtkPaned work. Was a real brain teaser for some reason.
* Exit if no command-line URIs are handled.Matthew Barnes2009-08-252-16/+20
|
* Handle calendar URIs from the command line.Matthew Barnes2009-08-253-4/+151
|
* Fix migration errors.Matthew Barnes2009-08-233-6/+3
|
* More GnomeCalendar cleanup.Matthew Barnes2009-08-191-6/+32
|
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-193-8/+162
| | | | Oh and hey look, I can see events now!
* Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-181-1/+7
|
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-169-17/+21
|
* Get the calendar view popup menu working.Matthew Barnes2009-08-164-15/+710
|
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-12/+3
|
* Add new preferences missed during the 2.27.90 merge.Matthew Barnes2009-08-132-5/+5
|
* Make switching between calendar views work.Matthew Barnes2009-08-134-15/+39
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-2/+0
|
* Get the itip-formatter plugin working.Matthew Barnes2009-08-128-54/+202
|
* Get the calendar-weather plugin working.Matthew Barnes2009-08-121-1/+1
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1
| | | | a share private lib and component lib.
* Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-111-0/+9
|
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-114-4/+4
|
* More refactoring of settings management.Matthew Barnes2009-08-099-55/+87
|
* More refactoring of settings management.Matthew Barnes2009-08-062-110/+0
|
* Fix a typo.Matthew Barnes2009-08-061-1/+1
|
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-0614-252/+840
|
* Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-012-168/+31
|
* Add properties to calendar classes.Matthew Barnes2009-07-312-13/+340
| | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
* Trimming redundancy.Matthew Barnes2009-07-292-5/+30
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
|
* Start re-enabling parts of the calendar.Matthew Barnes2009-07-281-30/+15
|
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-282-5/+47
|
* Kill CalSearchBar.Matthew Barnes2009-07-283-7/+156
| | | | Move calendar search logic to ECalShellView.
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-263-164/+61
| | | | Also, start trimming the API down a bit. Lots of redundancy there.
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-0/+22
|
* Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-241-16/+72
|
* Fix excessive whitespace.Matthew Barnes2009-07-143-3/+0
|
* Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-113-6/+0
| | | | | The shutdown protocol is modelled after online/offline preparation. Session management code is copied from libegg. Not yet used.
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* Radically reorganize source code.Matthew Barnes2009-06-2548-0/+17243
- 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.