aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
Commit message (Expand)AuthorAgeFilesLines
* Properly disconnect signal handlers added with e_signal_connect_notify*()Milan Crha2014-06-051-1/+4
* Ignore false GObject property change notificationsMilan Crha2014-06-051-8/+8
* Miscellaneous cleanups.Matthew Barnes2014-03-031-1/+1
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Bug 710797 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-301-4/+7
* Bug #703153 - Forgotten signal callbacks for freed objectsMilan Crha2013-07-191-4/+1
* Remove GalViewFactory subclasses for calendar views.Matthew Barnes2013-07-061-1/+0
* GnomeCalendar: Fix a potential reference leak.Matthew Barnes2013-06-011-2/+1
* GnomeCalendar: Avoid runtime warnings during initialization.Matthew Barnes2013-06-011-52/+60
* GnomeCalendar: Get rid of the async message dispatcher.Matthew Barnes2013-06-011-281/+300
* Add e_cal_model_list_clients().Matthew Barnes2013-04-131-12/+14
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-171-14/+20
* EWeekView: Hide data members which have accessor functions.Matthew Barnes2013-03-171-6/+10
* EDayView: Move "work-day-*" properties to ECalModel.Matthew Barnes2013-03-171-2/+2
* EDayView: Split working days into separate boolean properties.Matthew Barnes2013-03-171-35/+52
* Remove usage of deprecated e_client_is_opened().Matthew Barnes2013-01-261-4/+0
* E_CLIENT_ERROR_BUSY is no longer used.Matthew Barnes2013-01-251-12/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-17/+15
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-158/+177
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-12/+12
* Calendar's Work Week view could left empty after startMilan Crha2012-09-111-1/+2
* Bug #683736 - Calendar work week view drops Monday's entriesMilan Crha2012-09-111-2/+4
* Bug #681669 - 'Select today' in work week view goes to wrong weekMilan Crha2012-08-251-8/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+12
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+0
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-3/+59
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-1/+0
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-31/+29
* Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-101-6/+0
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-26/+26
* Bug #659568 - One day delay in calendar viewMilan Crha2011-09-261-14/+26
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-39/+54
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-27/+52
* Bug #655190 - Sluggish performance interacting with calendar/tasksMilan Crha2011-08-021-2/+12
* Keep opening EClient-s till they report busy errorMilan Crha2011-06-271-6/+0
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-59/+54
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-4/+9
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-21/+34
* Bug #243938 - Clicking on week numbers changes work week to week viewMilan Crha2011-05-131-0/+5
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-3/+6
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-2/+2
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-031-1/+1
* Remove unused functionsBenjamin Otte2010-10-301-114/+0
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Bug #629150 - Empty calendar viewMilan Crha2010-09-291-9/+8
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-17/+20
* Coding style cleanups.Matthew Barnes2010-09-131-4/+4
* GnomeCalendar: Sink the floating ECalendarView references.Matthew Barnes2010-09-111-0/+5
* Use the and operator only if there are two conditionsChenthill Palanisamy2010-09-081-5/+12
* Bug 629051 - Memory leak in gnome_calendar_constructed()Matthew Barnes2010-09-081-0/+8
* Bug 628136 - update_query_async() should not free the message structMatthew Barnes2010-08-281-3/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+8
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-11/+12
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-39/+82
* Fix a runtime warning on calendar startup.Matthew Barnes2010-05-281-5/+4
* Merge branch 'express2'Matthew Barnes2010-05-271-1/+1
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-2/+0
| * Have (Work)Week view as default.Srinivasa Ragavan2010-04-271-1/+1
| * Add extensions to configure calender widgets.Matthew Barnes2010-04-071-58/+3
| * Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-27/+159
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-2/+0
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-5/+4
* | Bug #613352 - Changed time range not propagated to calendarMilan Crha2010-04-011-27/+159
* | Add extensions to configure calender widgets.Matthew Barnes2010-03-201-59/+3
|/
* Fix runtime warnings when opening calendar for the first timeMilan Crha2010-03-161-1/+1
* improve locking for async query update, share code for object disposal,Michael Meeks2010-03-141-60/+77
* Fix GnomeCalendar lifecycle; not being a widget meant we didn'tMichael Meeks2010-03-141-9/+11
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Remove a bunch of dead code in GnomeCalendar.Matthew Barnes2010-01-301-417/+0
* Bug 607566 - Cause calendar view widget to redraw when dates shown changedGustavo Noronha Silva2010-01-271-0/+1
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-3/+3
* Bug 607572 - Date navigator should be synced with the GnomeCalendar upon set...Gustavo Noronha2010-01-221-0/+3
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-10/+0
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-3/+3
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-4/+4
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-6/+6
* port calendar/ to the new EError APIJonathon Jongsma2009-12-011-4/+4
* Bug #602098 - No progress notification from GnomeCalendarMilan Crha2009-11-181-18/+30
* Bug #602081 - Calendar purge doesn't seem to workMilan Crha2009-11-161-17/+10
* Bug #593753 - Calendar search in list view doesn't work properlyMilan Crha2009-10-151-13/+8
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+1
* Bug 593747 - Calendar preview dates not indicating eventsMilan Crha2009-09-231-6/+13
* Remove a bunch of unused functions.Matthew Barnes2009-09-151-1/+0
* Bug 593646 - Starting in day view does not restore panels correctlyMatthew Barnes2009-09-101-1/+1
* Bug #581602 - Purge calendar function not workingMilan Crha2009-09-081-5/+19
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-4/+16
* Fix for few compiler warningsMilan Crha2009-08-311-12/+0
* Re-enable more calendar code.Matthew Barnes2009-08-281-4/+0
* Handle calendar URIs from the command line.Matthew Barnes2009-08-251-38/+0
* More GnomeCalendar cleanup.Matthew Barnes2009-08-191-90/+0
* Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-191-293/+99
* Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-191-71/+29
* Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-181-56/+16
* Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-161-1/+1
* Track the timezone in one place: ECalModelMatthew Barnes2009-08-131-86/+108
* Make switching between calendar views work.Matthew Barnes2009-08-131-77/+50
* Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-121-1/+0
* Kill EMenu.Matthew Barnes2009-08-121-19/+0
* More refactoring of settings management.Matthew Barnes2009-08-091-5/+7
* More refactoring of settings management.Matthew Barnes2009-08-061-81/+14
* Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-061-1/+0
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-363/+441
* Add properties to calendar classes.Matthew Barnes2009-07-311-20/+1
* Trimming redundancy.Matthew Barnes2009-07-291-215/+189
* Fix distcheck errors.Matthew Barnes2009-07-281-1/+0
* Fix a crash on exit.Matthew Barnes2009-07-281-2/+0
* Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-281-53/+35
* Kill CalSearchBar.Matthew Barnes2009-07-281-101/+11
* Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-261-72/+71
* Remove GtkVPaned stuff from GnomeCalendar.Matthew Barnes2009-07-251-66/+0
* Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-241-48/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-14/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-1/+19
|\
| * Bug #240605 - auto-select next day at midnight in selected day viewMilan Crha2009-07-101-0/+18
| * Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-031-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-4/+16
|\|
| * Bug #513451 - Select Today for calendar views on the first showingMilan Crha2009-06-191-4/+16
| * More code cleanup.Matthew Barnes2009-06-021-2/+2
| * Whitespace cleanup.Matthew Barnes2009-05-291-40/+40
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-58/+58
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-19/+19
* | More code cleanup.Matthew Barnes2009-06-021-2/+2
* | Whitespace cleanup.Matthew Barnes2009-05-291-36/+36
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-44/+44
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-20/+20
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-19/+19
| |/
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-261-3/+3
| * Bug #273818 - Allow scrolling Month View by a week onlyMilan Crha2009-05-011-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-1/+1
* | Merge in changes from master.Matthew Barnes2009-05-011-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-12/+51
|\|
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-3/+3
| * ** Fix for bug #529037Milan Crha2009-02-251-0/+11
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-011-1/+1
| * Fixes #347287.Chenthill Palanisamy2009-01-301-2/+2
| * ** Fix for bug #541209Suman Manjunath2009-01-211-1/+1
| * ** Fix for bug #353460Milan Crha2009-01-211-2/+2
| * ** Fix for bug #567850Milan Crha2009-01-201-0/+16
| * ** Fix for bug #303738Milan Crha2009-01-151-15/+17
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
| * ** Fixes bug #567276Matthew Barnes2009-01-111-2/+0
| * ** Fix for bug #556224Milan Crha2008-11-191-2/+39
| * Fix compiler warnings.Matthew Barnes2008-11-041-2/+2
| * ** Fix for bug #559086Ashish Shrivastava2008-11-031-19/+77
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-141-16/+19
| * Remove improper FSF copyright statements; was never signed over to themSankarasivasubramanian Pasupathilingam2008-10-141-3/+0
| * Milan Crha <mcrha@redhat.com> ** Part of fix for bug #462242 (Do not unref N...Suman Manjunath2008-08-181-1/+2
| * Fixes #347287Chenthill Palanisamy2008-08-131-79/+173
| * ** Fixes bug #542125Matthew Barnes2008-07-191-4/+4
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+1
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-3/+3
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-15/+31
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-3/+0
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-2/+39
* | Progress update:Matthew Barnes2008-11-191-256/+111
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-17/+75
* | Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-311-275/+4
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-19/+19
* | Progress update:Matthew Barnes2008-10-141-551/+101
* | Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-071-56/+0
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-72/+126
* | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-13/+2
* | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-191-1/+2
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-79/+173
* | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-161-4/+4
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-3/+3
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-1/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-58/+62
* ** Fix for bug #316390Milan Crha2008-04-301-15/+4
* ** Fixes bug #513951Matthew Barnes2008-03-111-1/+1
* Fixes#516408Chenthill Palanisamy2008-02-251-1/+2
* ** Fix for bnc #160049. Patch from OpenSUSE.Srinivasa Ragavan2008-02-181-0/+4
* ** Fix for bug #501969 Passwords should not be forgotten for all errorsSankar P2007-12-111-0/+13
* ** Fix for bug #501474Milan Crha2007-12-051-3/+4
* Fixes #501182.Wang Xin2007-12-041-1/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-173/+173
* ** Fix for bug #359267Milan Crha2007-11-051-1/+1
* ** Fix for bug #318604Milan Crha2007-11-051-3/+33
* 2007-09-27 mcrha Fixes part of bug #228832Milan Crha2007-09-271-2/+22
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-23/+15
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix for bug #353752Srinivasa Ragavan2007-07-091-1/+3
* Added advanced search options.Chenthill Palanisamy2007-06-041-8/+59
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-3/+3
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-7/+16
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #357970Matthew Barnes2006-12-041-14/+14
* Display a warning message when calendar fails to load.Chenthill Palanisamy2006-11-151-0/+4
* Disconnect signal handlers before gcal is destroyed. Fixes #208959Harish Krishnaswamy2006-11-151-1/+20
* Fixes #332101Chenthill Palanisamy2006-10-171-3/+3
* ** Fix for bug #352988Srinivasa Ragavan2006-08-281-2/+7
* Added support Gw notes.Chenthill Palanisamy2006-07-221-5/+265
* Moved tag calendar to left pane.Srinivasa Ragavan2006-07-171-53/+7
* Fixes #329353Chenthill Palanisamy2006-03-061-1/+1
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-29/+1
* fixes #323700Chenthill Palanisamy2006-01-241-6/+20
* ** Fixes bug #274234Srinivasa Ragavan2006-01-131-3/+12
* Re-define keyboard shortcuts for switching between views. UI Hackfest -Harish Krishnaswamy2006-01-121-8/+8
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-6/+15
* Sankar committing for VirenViren.L2005-10-211-0/+29
* fixes #308802.Chenthill Palanisamy2005-10-181-2/+5
* fixes #266144, #317575.Chenthill Palanisamy2005-10-111-1/+1
* Provides across calendars keyboard accelerators for popup menusSrinivasa Ragavan2005-10-031-3/+3
* fixes #264449.Chenthill Palanisamy2005-10-031-3/+22
* Fixes #317014Chenthill Palanisamy2005-09-291-2/+3
* source-type is an enum not a pointer!Not Zed2005-08-241-4/+4
* Fix for #312447.Harry Lu2005-08-041-0/+13
* Fixes #309991Chenthill Palanisamy2005-07-221-0/+25
* Fixes #245331. Keybindings for switching b/w calendar views.Harish Krishnaswamy2005-07-211-2/+52
* Added support for opening a calendar-item in the editor when its ESourceVeerapuram Varadhan2005-07-121-0/+36
* Use e_cal_remove_object for non-recurring appointments. Fixed some memory leaks.Chenthill Palanisamy2005-07-111-2/+8
* show the progress indication in the view while downloading calendar itemsChenthill Palanisamy2005-07-021-18/+51
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-3/+3
* Fixes #272301Thouis R. Jones2005-05-301-0/+24
* Reverted Marcus Baines patchRodrigo Moya2005-05-161-24/+0
* Removed the debug messages.Chenthill Palanisamy2005-05-161-3/+0
* moved e-error to e-util/Not Zed2005-05-161-1/+1
* Fixes #272301Thouis R. Jones2005-05-131-0/+24
* If the status is busy call open method again, do not remove the client. IFChenthill Palanisamy2005-04-081-2/+11
* Fixes #68423Rodrigo Moya2005-04-051-0/+3
* if its busy, try again (client_cal_opened_cb): dittoJP Rosevear2005-03-211-0/+2
* Fixes #68525, 68580 Added a boolean variable to avoid crash when a raceChenthill Palanisamy2005-03-181-0/+8
* revert fix for 70000, its a ui changeJP Rosevear2005-03-011-1/+0
* Fixes #70000JP Rosevear2005-02-241-0/+1
* added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-181-4/+3
* correct the error that was made in the earlier commit that was missing a ':'Harish Krishnaswamy2005-02-051-1/+1
* add messages for calendar/tasks not marked for offline usage.Harish Krishnaswamy2005-02-051-21/+31
* added a warning message for invalid server version added a case to checkVivek Jain2005-02-031-0/+10
* fix typoJP Rosevear2005-02-021-3/+3
* use correct key name.Rodrigo Moya2005-01-291-1/+1
* Fixes #33078Rodrigo Moya2005-01-291-119/+42
* use libedataserver's e-url.Rodrigo Moya2005-01-171-1/+1
* svn path=/trunk/; revision=28177Not Zed2004-12-221-2/+2
* Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-021-1/+1
* convert to org.gnome hook namesJP Rosevear2004-10-201-2/+2
* listen to the canvas for focus events (setup_widgets): listen for listenJP Rosevear2004-10-191-2/+8
* dont access a NULL client.Not Zed2004-10-181-1/+33
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-24/+12
* rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-071-11/+114
* Fixes #60904JP Rosevear2004-09-221-12/+63