aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/recurrence-page.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore false GObject property change notificationsMilan Crha2014-06-051-2/+2
* Stop using deprecated gtk-stock itemsMilan Crha2014-02-131-2/+2
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
* Fix/mute issues found by Coverity scanMilan Crha2013-11-151-1/+3
* Bug #707856 - Custom recurrence dropped on event editor saveMilan Crha2013-10-041-1/+1
* Miscellaneous cleanups.Matthew Barnes2013-09-081-5/+5
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-171-19/+107
* simple_recur_to_comp: Obtain the week start day from CompEditor.Matthew Barnes2013-03-091-2/+5
* Add ESettingsWeekdayChooser.Matthew Barnes2013-03-091-3/+0
* Rename WeekdayPicker to EWeekdayChooser.Matthew Barnes2013-03-091-19/+19
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-3/+3
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-5/+0
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-104/+143
* Bug #682678 - Entering the end date for a recurring event is very difficultMilan Crha2012-08-311-1/+5
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+1
* Fix possible memory leaks of GError structuresMilan Crha2012-04-231-0/+6
* Bug #664326 - Buttons to handle exceptions in event is always disabledMilan Crha2012-03-091-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-20/+34
* Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-4/+0
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-48/+58
* Changing source in CompEditor blocks UIMilan Crha2011-08-261-32/+96
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-2/+4
* Bug #655190 - Sluggish performance interacting with calendar/tasksMilan Crha2011-08-021-1/+11
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-18/+23
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-9/+5
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-3/+0
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-15/+39
* Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-031-1/+1
* Add missing gtk-compat.h include to various filesMilan Crha2010-10-211-0/+3
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-2/+2
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-2/+2
* Forgot to commit some bits.Matthew Barnes2010-04-081-0/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-18/+24
* Bug #569945 - Recurrence icon not removed after changing to single eventMilan Crha2010-04-011-0/+1
* Add extensions to configure calender widgets.Matthew Barnes2010-03-201-31/+3
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+1
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-23/+13
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-3/+3
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-4/+4
* Remove some obsolete utility functions.Matthew Barnes2009-09-051-11/+17
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-4/+4
* Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-111-1/+3
* Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-08-111-0/+7
* Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-111-1/+1
* More refactoring of settings management.Matthew Barnes2009-08-091-1/+1
* Replace more "config" classes with property bindings.Matthew Barnes2009-08-061-12/+39
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* More code cleanup.Matthew Barnes2009-06-021-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-29/+29
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-175/+151
* ** Fix for bug #489437Milan Crha2009-01-131-0/+31
* ** Part of fix for bug #563669Milan Crha2008-12-151-1/+1
* Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-011-18/+20
* ** Fixes bug #542125Matthew Barnes2008-07-191-350/+263
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-11/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-5/+5
* ** Fix for bnc #178778Srinivasa Ragavan2008-02-181-1/+1
* ** Fix for bug #475781Milan Crha2008-01-251-0/+3
* Fix for bug #339620 (Disconnect signal handlers in the destroy_handler of rec...Suman Manjunath2008-01-141-0/+7
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-68/+68
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-2/+2
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-29/+29
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-6/+4
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes #354875Chenthill Palanisamy2006-11-061-6/+10
* svn path=/trunk/; revision=32849Francisco Javier F. Serrador2006-10-031-4/+4
* ** Fixes bug #325613Ushveen Kaur2006-09-291-0/+3
* Fixes #323499.Chenthill Palanisamy2006-07-311-9/+6
* Fixes #345646Chenthill Palanisamy2006-07-311-0/+4
* mark strings for translationKarsten Bräckelmann2006-02-131-3/+3
* added translator comments for some occurrences of heavy sentenceAndre Klapper2006-02-121-1/+41
* adding translator comments to "second" strings to distinguish ordinalAndre Klapper2006-02-121-0/+1
* broken pipes are soo funKjartan Maraas2006-02-081-8/+1
* fixes #327879Chenthill Palanisamy2006-01-251-1/+2
* fixes #311888Chenthill Palanisamy2006-01-131-0/+16
* gui/calendar-commands.c gui/e-cal-list-view.c gui/e-calendar-table.cTor Lillqvist2005-11-261-2/+8
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-241-1/+1
* Fixes #314599.Chenthill Palanisamy2005-09-301-3/+3
* Show the attachment bar menu items when needed.Chenthill Palanisamy2005-08-181-7/+9
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Disable the meeting editor if the user is not an organizer whereverChenthill Palanisamy2005-06-081-9/+15
* Setting default until date to 2 weeks after the start date. Fixes #268906Sushma Rai2005-05-131-3/+6
* On behalf of jack jia <jack.jia@sun.com>Harish Krishnaswamy2005-05-121-1/+0
* objects returned from e_cal_get_objects_for_uid are ECalComponent's, soRodrigo Moya2005-01-261-1/+1
* if there are detached instances, disable recurrence date widgets.Rodrigo Moya2005-01-241-0/+13
* conver to G_DEFINE_TYPEJP Rosevear2004-10-141-22/+4
* Check the static capability to enable or disable the assign tasks in theChenthill Palanisamy2004-09-051-0/+11
* HIGify and newer design; alarm page is gone, Cancel/OK buttons for theJP Rosevear2004-06-231-203/+134
* Fixes #60293Rodrigo Moya2004-06-181-0/+14
* do not set the private client here, it is set in comp-editor.c.Rodrigo Moya2004-06-081-12/+36
* connect to "client_changed" signal on the page. (client_changed_cb): newRodrigo Moya2004-06-081-0/+15
* Fixes #53137Rodrigo Moya2004-03-041-3/+5
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-1/+1
* commit the patch of Sun YongAntonio Xu2003-12-051-1/+1
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+1
* Cleanup some ref/unref callsJP Rosevear2003-11-181-4/+4
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-171-0/+1
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-80/+80
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-291-2/+9
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-2/+4
* Fixes part of #41148, #41216 and #41235Rodrigo Moya2003-04-231-7/+7
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-111-0/+3
* Fixes #39954Hans Petter Jansson2003-03-291-4/+4
* If only the pipe wouldn't break.JP Rosevear2003-03-051-41/+27
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-041-1/+1
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-061-5/+2
* array of localized month day names ("1st" - "31st")Dan Winship2003-02-061-47/+4
* Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-021-0/+1
* Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-261-3/+1
* GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-241-1/+1
* Implement EAlarmList as CalComponentAlarm list with a GtkTreeModelHans Petter Jansson2003-01-171-18/+3
* Create accel groups for popup menus. Fixes crash.Hans Petter Jansson2003-01-161-82/+97
* Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-191-68/+48
* run fix.sh over this.Not Zed2002-12-021-49/+49
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-3/+4
* if the value is a datetime, convert it to a dateJP Rosevear2002-10-181-0/+24
* changed to have a gboolean return type, which is what it's supposed to do.Rodrigo Moya2002-10-181-4/+4
* Fixes #11434Rodrigo Moya2002-10-091-0/+6
* bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-191-2/+4
* properly handle -ve recurrence valuesJP Rosevear2002-04-191-67/+256
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-0/+2
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-17/+46
* return fill_component successJP Rosevear2001-10-131-4/+7
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-031-1/+2
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-18/+10
* make sure to release the ref on priv->comp.Larry Ewing2001-09-201-0/+5
* don't call calendar_config_check_timezone_set() now, since the startupDamon Chaplin2001-09-041-33/+7
* Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-231-0/+2
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-1/+12
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-041-1/+1
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-43/+28
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-0/+6
* calculate tmp_tm.tm_wday ourselves. strftime has a habit of crashing ifDamon Chaplin2001-07-251-0/+5
* don't show the time in the EDateEdit widget for adding EXDATEs.Damon Chaplin2001-07-181-0/+1
* Fixes bug #4380 as well as some leftovers from the days of struct tm andFederico Mena Quintero2001-07-121-7/+0
* Fixes bug #4018 and what would be the analogous bugs for the otherFederico Mena Quintero2001-07-051-0/+22
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-3/+6
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-52/+159
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+3
* itip/imip send dialogJP Rosevear2001-06-201-4/+6
* update the blocked/selected days if the starting day of the appointmentJP Rosevear2001-06-051-0/+14
* use new funcJP Rosevear2001-06-021-2/+1
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-147/+191
* Finished porting from the old event-editor.c. Made it store a clone of theFederico Mena Quintero2001-05-241-10/+1166
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-171-0/+900