aboutsummaryrefslogtreecommitdiffstats
path: root/views/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-2/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* add/remove viewsJP Rosevear2004-04-025-8/+17
| | | | | | | | | | | | | | | | | | | | | | 2004-04-01 JP Rosevear <jpr@ximian.com> * tasks/galview.xml: add/remove views * tasks/With_Status.galview: add a status view * tasks/With_DueDate.galview: add a due date view * tasks/Makefile.am (tasksviewsdir): dist/install new views and don't to an obsolete one * calendar/galview.xml: list the new list view * calendar/List_View.galview: default view for Lists * calendar/Makefile.am (calendarviewsdir): dist and install the list view svn path=/trunk/; revision=25285
* match new column valuesJP Rosevear2003-11-192-6/+6
| | | | | | | | | | 2003-11-18 JP Rosevear <jpr@ximian.com> * tasks/With_Category.galview: match new column values * tasks/Tasks.galview: ditto svn path=/trunk/; revision=23429
* use viewsdirDan Winship2003-02-071-3/+3
| | | | | | * */Makefile.am: use viewsdir svn path=/trunk/; revision=19807
* Likewise.Ettore Perazzoli2003-01-231-1/+1
| | | | | | | | | | | * tasks/Makefile.am (defaulttasksdir): Likewise. * calendar/Makefile.am (defaultcalendardir): Likewise. * addressbook/Makefile.am (defaultaddressbookdir): Version using $(BASE_VERSION). svn path=/trunk/; revision=19566
* Add accelerators. [#10069]Ettore Perazzoli2002-07-111-2/+2
| | | | svn path=/trunk/; revision=17408
* Bumped the required version of gal.Christopher James Lahey2002-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-07 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. From addressbook/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-view.c (e_addressbook_view_setup_menus): Changed this function to use the new GalViewMenus which takes a GalViewInstance, instead of a GalViewCollection. From calendar/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c (gnome_calendar_setup_view_menus): Made these use the new GalViewMenus stuff. From mail/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, folder-browser.h, folder-browser-ui.c, folder-browser-ui.h (folder_browser_ui_setup_view_menus, folder_browser_ui_discard_view_menus): Changed this to use the new GalViewMenus stuff. Made these exported functions. * mail-callbacks.c, message-browser.c: Changed these to not pass the now removed row parameter to message_list_select. * mail-config.c, mail-config.h (mail_config_folder_to_safe_url): Refactored this out of mail_config_folder_to_cachename. * message-list.c, message-list.h (message_list_select): Removed the row argument. Changed this to use the new function in ETree for finding the next cursor row that matches a test. (message_list_construct): Handle a failed construction of the ETree here. (message_list_setup_etree, save_tree_state): Don't load or save the header state. folder-browser-ui.c deals with this now. From views/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, tasks/galview.xml: Added default-view parameters. * mail/As_Sent_Folder.galview: New galview. * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder galview. From widgets/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_new): Made this take a GalViewInstance instead of a GalViewCollection. Reworked most of this to utilize the interfaces provided by GalViewInstance. svn path=/trunk/; revision=15592
* Translate the titles here.Christopher James Lahey2001-04-111-2/+2
| | | | | | | | | 2001-04-11 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, mail/galview.xml, tasks/galview.xml: Translate the titles here. svn path=/trunk/; revision=9228
* Builtin View menus for tasks and mail.Christopher James Lahey2001-03-025-0/+25
2001-03-01 Christopher James Lahey <clahey@ximian.com> * .cvsignore, Makefile.am, mail/.cvsignore, mail/By_Sender.galview, mail/By_Subject.galview, mail/Makefile.am, mail/galview.xml, tasks/.cvsignore, tasks/Makefile.am, tasks/Tasks.galview, tasks/With_Category.galview, tasks/galview.xml: Builtin View menus for tasks and mail. svn path=/trunk/; revision=8460