aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install evolution-alarm-notify in $(privlibexecdir) instead of $(bindir). - Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to @BASE_VERSION@.x (patch was missing the .x suffix). - Killed data/evolution.keys.in.in since it's full of CORBA cruft. The MimeType field in evolution.desktop fills this role now. - Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro sets up path-related substitutions for use in automake input files. So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files. - Simplified .desktop rules using gnome-settings-daemon as a guide.
* | Bug #607257 - Add checks for event->comp_data != NULLMilan Crha2010-05-1410-34/+571
| |
* | Bug #617496 - Critical warnings when open a taskMilan Crha2010-05-101-1/+1
| |
* | Bug 618113 - Missing icon in alarm dialogMatthew Barnes2010-05-092-0/+5
| |
* | Adapt to Camel API changes.Matthew Barnes2010-05-081-0/+1
| | | | | | | | | | This also removes the boxed CamelObject GType, since CamelObject is an honest-to-goodness GObject now.
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-022-7/+12
| |
* | Bug #609052 - Proper warning should be shown.Punit Jain2010-04-282-9/+9
| | | | | | | | when saving calendar items without summary.
* | Bug #614900 - Description field in calendar list view.Punit Jain2010-04-281-0/+1
| |
* | Bug #615384 - Use contact's free/busy URL only when not emptyHolger Mickler2010-04-271-0/+5
| |
* | include missing headerMichael Meeks2010-04-251-1/+2
| |
* | Camel is now GObject-based.Matthew Barnes2010-04-242-3/+3
| |
* | Initialize dbus threading to avoid loosing alarmsMichael Meeks2010-04-231-0/+1
| |
* | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| |
* | Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-33/+46
| |
* | Don't bundle 256x256 icon since it does not work anywayFridrich Štrba2010-04-201-0/+0
| |
* | Give the windows version of evolution-alarm-notify a nice win32 iconFridrich Štrba2010-04-203-2/+14
| |
* | Adapt to libedataserverui API changes.Matthew Barnes2010-04-202-2/+6
| |
* | Remove duplicate use_system_timezone pref, set default to trueSandy Armstrong2010-04-161-14/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615878
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-135-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* | Bug #611646 - Calendar shows recurring birthdays incorrectlyMilan Crha2010-04-131-0/+2
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-131-6/+9
| |
* | Forgot to commit some bits.Matthew Barnes2010-04-081-0/+1
| |
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0839-585/+875
| |
* | Bug #571714 - Remove obsolete stringsMilan Crha2010-04-071-12/+0
| |
* | Bug #567304 - Review strings for translationMilan Crha2010-04-077-107/+19
| |
* | Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
| |
* | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-40453/+0
| | | | | | | | Remove old ChangeLog files that predate our switch to git.
* | Remove dead Bonobo-era source files.Matthew Barnes2010-04-034-1189/+0
| |
* | Only #include Camel's top-level header.Matthew Barnes2010-04-036-15/+5
| |
* | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-021-6/+0
| |
* | Bug #347330 - Mark forgotten strings for translationMilan Crha2010-04-021-1/+1
| |
* | Bug #333039 - Merge some i18n stringsMilan Crha2010-04-022-11/+16
| |
* | Bug #592117 - Calendar compressed weekend print improvementpepp2010-04-021-5/+5
| |
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-023-5/+5
| |
* | Bug #261979 - Untranslatable string due to sentence splittingUshveen Kaur2010-04-021-1/+1
| |
* | Bug #261062 - Do not translate untranslatable textsMilan Crha2010-04-021-1/+1
| |
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-013-27/+172
| |
* | Bug #612821 - Uses freed memory when changing task's sourceMilan Crha2010-04-011-4/+13
| |
* | Bug #569945 - Recurrence icon not removed after changing to single eventMilan Crha2010-04-011-0/+1
| |
* | Fix mismatched quotes.Matthew Barnes2010-03-291-1/+1
| |
* | Bug 611882 - Missing mnemonics in Date/Time format preferencesMatthew Barnes2010-03-281-2/+2
| |
* | Move the day start / day end widgets to the same lineFederico Mena Quintero2010-03-271-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 GtkTableFederico Mena Quintero2010-03-271-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 greyMatthew Barnes2010-03-243-2/+16
| |
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-2025-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 timeMilan Crha2010-03-161-1/+1
|
* Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-163-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.amFridrich Strba2010-03-161-10/+12
|
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
|
* Shell and UI manager cleanups.Matthew Barnes2010-03-144-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 Meeks2010-03-142-61/+78
| | | | and don't crash as before: bug#612826#
* Fix GnomeCalendar lifecycle; not being a widget meant we didn'tMichael Meeks2010-03-142-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_ICONDIRFridrich Strba2010-03-111-1/+2
|
* Clean up GalView and related classes.Matthew Barnes2010-03-112-2/+2
|
* Some more directories relocated on windowsFridrich Strba2010-03-112-0/+2
|
* Bug 612374 - Build failure due to recent GTK+ deprecationsMatthew Barnes2010-03-101-4/+7
|
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-101-1/+1
|
* Bug 611727 - Date navigator marks dates for inactive calendarsMatthew Barnes2010-03-101-0/+7
|
* Remove more unnecessary terminal messages.Matthew Barnes2010-03-101-3/+0
|
* tag-calendar.c cleanups.Matthew Barnes2010-03-101-49/+42
|
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-0520-1/+153
|
* Bug #529331 - Deletes appointments when moving to the same calendarMilan Crha2010-02-253-3/+6
|
* Restore some calendar headers that got dropped.Matthew Barnes2010-02-251-0/+3
|
* Do less output on an evolution-alarm-notify consoleMilan Crha2010-02-233-9/+10
|
* Bug #602396 - Crashed on Reply to all in meeting pop up menuMilan Crha2010-02-221-2/+1
|
* Add DnD support to e-selection.c.Matthew Barnes2010-02-094-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 Barnes2010-02-089-170/+340
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-314-50/+50
|
* Improve sidebar and ECalModel interaction.Matthew Barnes2010-01-301-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 Barnes2010-01-304-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 Barnes2010-01-302-425/+0
|
* Revert "Without this evo 2.28.2 will not link/run at all"Matthew Barnes2010-01-293-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 allFridrich Strba2010-01-283-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 changedGustavo Noronha Silva2010-01-271-0/+1
|
* Expose ECalendarSelectorGustavo Noronha Silva2010-01-271-0/+1
| | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Make authentication functionality availableGustavo Noronha Silva2010-01-2715-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 calendarMilan Crha2010-01-271-3/+46
|
* Fix include paths for some files to also work when installedGustavo Noronha Silva2010-01-272-2/+2
| | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Remove a couple silly ECalModel functions.Matthew Barnes2010-01-256-35/+10
|
* Bug 607952 - "Hours" used as both singular and plural formsMatthew Barnes2010-01-251-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2010-01-232-3/+8
|
* Bug 607572 - Date navigator should be synced with the GnomeCalendar upon ↵Gustavo Noronha2010-01-221-0/+3
| | | | setting
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-205-111/+92
|
* Bug #390973 - Changing meeting organizer should also change default attendeeMilan Crha2010-01-182-2/+64
|
* Improve clipboard behavior.Matthew Barnes2010-01-186-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 Barnes2010-01-1626-210/+44
|
* Also ship gnome-cal.h as a public headerGustavo Noronha Silva2010-01-151-0/+1
| | | | | This file is included by e-calendar-view.h but was not being shipped, causing builds to fail.
* Whitespace cleanup.Matthew Barnes2010-01-111-1/+1
|
* Cleanup delete actions in shell views.Matthew Barnes2010-01-116-401/+411
|
* Bug #605600 - Meeting reminders with wrong timesMilan Crha2010-01-091-3/+5
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-086-8/+8
| | | | Several GtkWidget macros were recently deprecated.
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-072-27/+8
|
* Bug #605645 - Crash on exit in calendar_view_disposeMilan Crha2010-01-061-41/+9
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-055-275/+301
|
* Kill e_popup_menu().Matthew Barnes2010-01-056-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 Barnes2010-01-0410-79/+106
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-285-7/+11
|
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-275-269/+268
| | | | | Since ECalendarTable was only used for tasks anyway, and ETaskTable pairs nicely with EMemoTable.
* Coding style and whitespace cleanup.Matthew Barnes2009-12-264-6/+12
|
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-2613-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" wordsMilan Crha2009-12-246-7/+14
|
* Bug #342935 - Do not choose disabled accounts for meeting requestsMilan Crha2009-12-231-2/+31
|
* Bug #372921 - Meeting invites sent from wrong email accountMilan Crha2009-12-231-3/+13
|
* Bug #592117 - Calendar Day view All Day events print improvementspepp2009-12-231-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 titlesPaul Bolle2009-12-201-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 Barnes2009-12-203-4/+4
|
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-102-0/+21
|
* Bug #591938 - Update translator's commentsMilan Crha2009-12-102-10/+9
|
* Kill ETableScrolled.Matthew Barnes2009-12-086-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 / EAlertDialogJonathon Jongsma2009-12-087-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 betterJonathon Jongsma2009-12-019-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 APIJonathon Jongsma2009-12-017-15/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Fixed bug 364618, solve the chinese character issue.Jeff Cai2009-11-305-41/+75
|
* Coding style and whitespace cleanups.Matthew Barnes2009-11-292-3/+3
|
* Bug #551603 - Special case "positive zero alarms"Paul Bolle2009-11-281-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 PalmMatt McCutchen 22009-11-271-1/+2
|
* Fix uninitialized variable from a patch for bug #591330 (yet another)Milan Crha2009-11-271-3/+1
|
* Fix uninitialized variable from a patch for bug #591330Milan Crha2009-11-271-0/+1
| | | | Thanks to Matthew Barnes noticing it.
* Bug #591330 - Do not clear task preview every minuteMilan Crha2009-11-263-0/+115
|
* Bug #550025 - Add error dialogs for MeetingsPaul Bolle2009-11-263-5/+35
|
* Bug 602102 - [regression] evolution-alarm-notify segv on login to desktopChenthill Palanisamy2009-11-251-7/+7
|
* Remove the last traces of libglade.Matthew Barnes2009-11-211-2/+0
|
* Header file cleanup.Matthew Barnes2009-11-211-78/+131
|
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-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 Barnes2009-11-202-185/+182
| | | | This helps further isolate direct GtkHTML API usage to EWebView.
* Bug #602165 - Meeting window doesn't show status, role fieldsMilan Crha2009-11-182-11/+5
|
* Bug #602098 - No progress notification from GnomeCalendarMilan Crha2009-11-185-24/+70
|
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-174-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 filesClaude Paroz2009-11-174-9/+0
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1748-7813/+7584
|
* Bug #602081 - Calendar purge doesn't seem to workMilan Crha2009-11-161-17/+10
|
* Bug #600133 - Crash on day view print preview without all day eventsMilan Crha2009-11-131-28/+35
|
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-126-404/+3
|
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-126-239/+489
|
* Enable building without Canberra-GTKTor Lillqvist2009-11-111-0/+5
|
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-114-202/+0
|
* Bug #601218 - Accepted meeting doesn't show attachments in calendar viewMilan Crha2009-11-101-1/+8
|
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-3/+16
|
* Bug 601219 - Transient dialogs in composer window blocks main windowMatthew Barnes2009-11-101-0/+15
|
* Bug #596827 - Don't remove meeting attendees after editMilan Crha2009-11-042-3/+25
|
* Bug #599627 - Crash when adding a new task in a tableC de-Avillez2009-11-031-6/+2
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-273-12/+10
|
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2009-10-241-5/+4
|
* Bug #596860 - Duplicate event gets shown in calendar viewMilan Crha2009-10-161-0/+5
| | | | Interim/partial solution.
* Bug #555901 - Preserve Start/End/Due timezone when editing in list viewMilan Crha2009-10-164-120/+72
|
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-161-12/+25
|
* Bug #404227 - Over-aggressive appointment editor date checkMilan Crha2009-10-161-2/+25
|
* Slightly better error dialog on "Unable to book"Milan Crha2009-10-161-2/+7
| | | | as part of bug #436619
* Bug #562512 - Make hyperlinks clickable in Memos, Tasks and CalendarMilan Crha2009-10-164-0/+21
|
* Bug #592117 - Calendar Printout Lovepepp2009-10-151-32/+69
|
* Bug #593753 - Calendar search in list view doesn't work properlyMilan Crha2009-10-152-13/+10
|
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+1
|
* Bug #498095 - Fixing mnemonicsMilan Crha2009-10-131-2/+2
|
* Bug #597564 - Invalid g_object_unref call in redo_queriesMilan Crha2009-10-072-17/+22
|
* Bug #594373 - Calendar notifications are not cleared from system trayMilan Crha2009-10-051-17/+18
|
* BUG#595803 Fixes a double freeBharath Acharya2009-10-051-3/+0
|
* Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-023-18/+3
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-019-38/+40
|
* Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-261-4/+2
|
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-253-4/+4
|
* Work around build break caused by gnome-pilot headers.Matthew Barnes2009-09-253-0/+6
|
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-4/+4
|
* Bug 593747 - Calendar preview dates not indicating eventsMilan Crha2009-09-231-6/+13
|
* Bug 593750 - Month view doesn't update / scrollMatthew Barnes2009-09-232-250/+250
|
* Calendar canvas item cleanup.Matthew Barnes2009-09-2216-2115/+2671
|
* Remove an unnecessary #include.Matthew Barnes2009-09-191-1/+0
|
* Get "Edit Event" working from the alarm notify window.Matthew Barnes2009-09-191-41/+31
| | | | This also removes the last remaining piece of Bonobo.
* Rename dead files to avoid fpeter's GNOME 2.99 scanner.Matthew Barnes2009-09-194-0/+0
| | | | Changed foo.dead.c to foo.c.dead and foo.dead.h to foo.h.dead.
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-192-1/+5
|
* Restore the alarm notify daemon.Matthew Barnes2009-09-187-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 Barnes2009-09-158-383/+0
|
* Bug 593646 - Starting in day view does not restore panels correctlyMatthew Barnes2009-09-101-1/+1
|
* Mark dead source files as such.Matthew Barnes2009-09-094-0/+0
| | | | | I still want to look through these before deleting them to make sure I didn't overlook anything.
* Finish killing Bonobo.Matthew Barnes2009-09-097-177/+10
|
* Bug #594484 - Crashed when tried to open more than one memoMilan Crha2009-09-082-6/+2
|
* Bug #594407 - Alarms won't go awayMilan Crha2009-09-081-11/+1
|
* Bug #581602 - Purge calendar function not workingMilan Crha2009-09-081-5/+19
|
* Remove some obsolete utility functions.Matthew Barnes2009-09-054-52/+108
|
* Bug 593754 - Warnings on evolution terminal when open any taskMilan Crha2009-09-051-111/+79
|
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-052-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 paneMatthew Barnes2009-09-031-37/+64
|
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-0214-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/calendarH.Habighorst2009-09-011-1/+0
|
* Fix for few compiler warningsMilan Crha2009-08-311-12/+0
|
* Fix distcheck errors.Matthew Barnes2009-08-301-148/+0
|
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-30162-25317/+14814
|\
| * Coding style and whitespace cleanup.Matthew Barnes2009-08-3011-19/+17
| |
| * Simplify EPlugin loading at startup.Matthew Barnes2009-08-307-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 Barnes2009-08-288-29/+9
| |
| * Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-8/+87
| |
| * Handle calendar URIs from the command line.Matthew Barnes2009-08-252-44/+0
| |
| * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-233-11/+17
| |
| * Kill EPopup.Matthew Barnes2009-08-234-4/+0
| |
| * Kill ECalPopup.Matthew Barnes2009-08-234-719/+0
| |
| * Remove the popup menu from EMeetingListView.Matthew Barnes2009-08-232-197/+0
| | | | | | | | | | Will restore this later, but the code is too messy to deal with right now. ECalPopup must die.
| * More GnomeCalendar cleanup.Matthew Barnes2009-08-193-125/+41
| |
| * Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-195-321/+144
| | | | | | | | Oh and hey look, I can see events now!
| * Re-enable more calendar bits.Matthew Barnes2009-08-192-11/+0
| |
| * Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-198-275/+146
| | | | | | | | | | Track the value in ECalModel instead of in GnomeCalendar, EDayView and EWeekView.
| * ECalModel cleanup.Matthew Barnes2009-08-181-94/+152
| |
| * Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-182-56/+17
| |
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-1617-21/+41
| |
| * Get the calendar view popup menu working.Matthew Barnes2009-08-167-676/+105
| |
| * Track the timezone in one place: ECalModelMatthew Barnes2009-08-134-91/+116
| |
| * Make switching between calendar views work.Matthew Barnes2009-08-132-77/+52
| |
| * Get the itip-formatter plugin working.Matthew Barnes2009-08-122-67/+0
| |
| * Get the calendar-weather plugin working.Matthew Barnes2009-08-122-10/+10
| |
| * Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-124-4/+0
| |
| * Kill EMenu.Matthew Barnes2009-08-125-438/+0
| |
| * Fix distcheck errors.Matthew Barnes2009-08-121-0/+2
| |
| * Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-123-10/+172
| |
| * Fix a build break with libevolution-cal-sharedMilan Crha2009-08-121-3/+0
| |
| * Fix a duplicate install file.Srinivasa Ragavan2009-08-121-2/+0
| |
| * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-122-12/+76
| | | | | | | | a share private lib and component lib.
| * Changes for having a light version of calendar.Srinivasa Ragavan2009-08-124-7/+100
| |
| * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-127-11/+108
| |
| * Bug #324676 - Print preview displays preview of previous monthMilan Crha2009-08-111-1/+30
| |
| * Bug #539334 - Postpone processing event when called recursivelyMilan Crha2009-08-111-6/+125
| |
| * Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-111-2/+2
| |
| * Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-113-3/+4
| |
| * Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-1115-57/+271
| |
| * Cleanup include file path.Srinivasa Ragavan2009-08-111-1/+1
| |
| * Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-115-6/+6
| |
| * Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-113-15/+76
| |
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-113-2/+16
| | | | | | | | | | Added a GConf schema key definition. Special value, -1, means forever.
| * Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-112-3/+9
| |
| * Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-08-111-0/+7
| |
| * Bug #325611 - Rephrased translators commentsMilan Crha2009-08-111-2/+2
| |
| * Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-112-20/+31
| |
| * Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-08-113-8/+23
| |
| * Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-1110-459/+396
| |
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-114-1/+22
| |
| * More refactoring of settings management.Matthew Barnes2009-08-0930-3601/+971
| |
| * More refactoring of settings management.Matthew Barnes2009-08-065-100/+80
| |
| * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-062-4/+0
| |
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0645-3150/+1558
| |
| * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-0/+48
| |
| * Add properties to calendar classes.Matthew Barnes2009-07-3116-1600/+1003
| | | | | | | | | | So we can bind them to EShellSettings and kill off EDayViewConfig and similar GConf notification classes.
| * Trimming redundancy.Matthew Barnes2009-07-2921-330/+314
| |
| * Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-292-2/+42
| |
| * Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-292-5/+10
| |
| * Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-293-20/+46
| |
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-284-5/+12
| |\
| * | Fix distcheck errors.Matthew Barnes2009-07-285-5/+0
| | |
| * | Start re-enabling parts of the calendar.Matthew Barnes2009-07-282-54/+0
| | |
| * | Fix a crash on exit.Matthew Barnes2009-07-281-2/+0
| | |
| * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-285-149/+69
| | |
| * | Kill CalSearchBar.Matthew Barnes2009-07-286-1128/+19
| | | | | | | | | | | | Move calendar search logic to ECalShellView.
| * | Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-264-80/+84
| | | | | | | | | | | | Also, start trimming the API down a bit. Lots of redundancy there.