aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
Commit message (Expand)AuthorAgeFilesLines
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-24/+12
* implement new pop up menu items for "Save as", "Print", "Assign Task",JP Rosevear2002-03-301-8/+115
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-13/+13
* new verb callback (sensitize_commands): set sensitivity of mark completeJP Rosevear2002-01-041-0/+19
* don't abort when e_table_selected_count() returns odd values. There seemsDamon Chaplin2001-11-151-4/+8
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-281-1/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-3/+0
* added status bar messagesRodrigo Moya2001-10-271-0/+10
* when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-251-24/+25
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-13/+35
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-271-1/+65
* hide the timezone fields for all-day events. We will use DATE values forDamon Chaplin2001-08-171-0/+1
* *** empty log message ***Federico Mena Quintero2001-08-151-1/+1
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-4/+2
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-19/+13
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-22/+37
* initialize to NULL some pointersRodrigo Moya2001-07-281-14/+60
* New files with a derivative of ESearchBar that generates sexps forFederico Mena Quintero2001-07-281-188/+3
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-0/+2
* new protoJP Rosevear2001-07-131-1/+1
* fix typo breaking compilationJP Rosevear2001-07-131-2/+2
* added support for multiple selections in cut/copy/paste. Also, it's nowRodrigo Moya2001-07-131-21/+38
* Added a hack to get the last string translated since xml-i18n-toolsKjartan Maraas2001-07-111-0/+9
* [Fix bug #4389: ETableSpecification still in .c file]Jason Leach2001-07-111-89/+4
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+1
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+37
* new functions for allowing the execution of clipboard-related commandsRodrigo Moya2001-06-281-44/+87
* fixed (e_calendar_table_on_copy): fixedRodrigo Moya2001-06-271-38/+18
* New function to compare tasks like the Pilot task list.Federico Mena Quintero2001-06-241-0/+74
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* added getFreeBusy methodRodrigo Moya2001-06-201-0/+215
* renamed from editor-page for consistency, more complete implementationJP Rosevear2001-06-021-3/+4
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-221-58/+89
* Fix bug #2829.Federico Mena Quintero2001-05-191-88/+175
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+0
* The model_rows_{inserted,deleted} signals changed names; deal with it.Federico Mena Quintero2001-03-251-26/+37
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-5/+5
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-11/+163
* Added libmenus.la.Christopher James Lahey2001-02-141-0/+6
* override value to string virtual method (calendar_model_value_to_string):JP Rosevear2001-02-141-2/+2
* Pull up from 0.9 branchJP Rosevear2001-02-091-0/+2
* Pulling stuff up from the branchJP Rosevear2001-02-071-4/+7
* get the new reminder widgets (sync_entries): different callback dataJP Rosevear2001-02-061-0/+1
* Mark a string for translation. Mark a bunch of strings for translation.Kjartan Maraas2001-01-301-1/+2
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+0
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-1/+23
* changed the expansion values so that small text fields are 1.0, all theDamon Chaplin2001-01-151-6/+6
* moved #include <cal-client/cal-client.h> to the .h file.Damon Chaplin2001-01-141-89/+237
* Add translation strings.Miguel de Icaza2001-01-121-0/+17
* Do not compose strings so that they can be localized correctly. Also,Federico Mena Quintero2001-01-031-4/+4
* Reset the widths of the columns with pixbufs to the actual pixbufs' sizes;Federico Mena Quintero2000-12-151-2/+2
* Attach signal handlers to the e_scrolled_table's etable rather than to theJP Rosevear2000-12-091-4/+11
* Got rid of code referencing the ETableScrolled proxy functions.Christopher James Lahey2000-12-081-3/+3
* Fixes bug #920.Federico Mena Quintero2000-12-071-4/+27
* Reformatted the table spec to make it easier to read.Federico Mena Quintero2000-11-291-23/+55
* Unref the ETable extras.Federico Mena Quintero2000-11-251-0/+2
* Remove the check because it makes it look like the task is alreadyFederico Mena Quintero2000-11-221-1/+1
* removed debug message.Damon Chaplin2000-10-211-9/+32
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-201-4/+1
* set the 2 icon columns to a min width of 18 and resizable to FALSE.Damon Chaplin2000-10-131-2/+2
* Fixed the column elements here.Christopher James Lahey2000-10-111-3/+3
* Updated to use the new ETable specification stuff.Christopher James Lahey2000-10-111-51/+30
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-5/+5
* uses the new TaskEditor dialog.Damon Chaplin2000-09-061-7/+5
* Use gnome_calendar_construct() so that we can check for proper creation ofFederico Mena Quintero2000-09-021-1/+2
* Uncomment debug code.JP Rosevear2000-08-261-5/+5
* Don't attempt to free this if its null (calendar_model_duplicate_value):JP Rosevear2000-08-261-12/+10
* Properly append to listJP Rosevear2000-08-251-1/+1
* Updated function. (e_calendar_table_open_task): Updated function.Federico Mena Quintero2000-08-241-95/+44
* Fixed some warnings.Christopher James Lahey2000-08-091-0/+1
* new ECalendarTable to show an ETable view for Todo/Event items.Damon Chaplin2000-07-261-0/+481