⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 这是一个用于管理个人事物安排的应用程序
💻
📖 第 1 页 / 共 2 页
字号:
2005-06-20  Florian Boor  <florian.boor@kernelconcepts.de>

    * Version to 0.54 released.
    * Makefile.am: Add some missing files to EXTRA_DIST.

2005-06-04  Florian Boor  <florian.boor@kernelconcepts.de>

    * configure.ac: Version to 0.54. New switch: --enable-hildon
	* Makefile.am, configure.ac, list-ui.c, main.c, todo-ui.c:
	  Merge in support for maemo/hildon environment.

2005-05-12  Florian Boor  <florian.boor@kernelconcepts.de>

    * list-ui.c: Move category cell to end.

2005-05-11  Florian Boor  <florian.boor@kernelconcepts.de>

    * Version to 0.53 released.
    * list-ui.c: Avoid wasting space in the first two columns of the list.
    * pixmaps/dot-box.png: Make it a little bit darker.
    * pixmaps/dot-box.png: Change colour to yellow. 

2005-05-10  Florian Boor  <florian.boor@kernelconcepts.de>

    * configure.ac: Version to 0.53.
    * todo-ui.c, todo.h: Moved some declarations to header, we use it in 
                         list-ui.c too.
                         Fixed window type for small screens.
    * todo.h: Declare new columns.
    * list-ui.c: Add written priority column in large screen mode.
                 Surpress creating of useless cell renderes in small screen mode.
                 Replaced colours by a priority marker.
    * main.c, pixmaps/flag-16.png: Add new pixmap (from OpenOffice, LGPL).
    * *.png, Makefile.am: Move pixmaps to pixmaps directory.
    

2005-05-04  Phil Blundell  <pb@reciva.com>

	* Makefile.am: Include gpe-tp.am.
	* po/pa.po: New file, courtesy Amanpreet Singh Alam.  
	* po/cs.po, po/de.po, po/es.po, po/fr.po, po/id.po, po/nl.po,
	po/pt.po, po/pt_BR.po, po/ro.po, po/ru.po, po/sk.po, po/sr.po,
	po/sv.po, po/vi.po, po/wa.po, po/zh_TW.po: Updated.


2005-04-20  Florian Boor  <florian.boor@kernelconcepts.de>

	* Version 0.52 released.

2005-04-15  Florian Boor  <florian.boor@kernelconcepts.de>

    * Add support for autotools, updated .cvsignore files.
    * main.c, todo-ui.c: Removed obsolete use of libdisplaymigration.
    * list-ui.c: Choose different colors for priorities.
    * gpe-todo.desktop.in: Changed SingleInstance to X-SingleInstance.

2005-04-14  Florian Boor  <florian.boor@kernelconcepts.de>

    * todo-ui.c: Some GUI tweaks, limit size.
    * todo.h: Add constants for list columns and some comments.
    * list-ui.c: Introduced constants for columns, add colored column to
                 indicate priority and add category in large screen mode.
                 Some reformating (mostly identation fixes).

2005-04-05  Florian Boor  <florian.boor@kernelconcepts.de>

    * list-ui.c: Changed toolbar to use new toolbar API, some fixes and
                 improvements.
    * list-ui.c: Applied patch to fix tooltip and add sorting by 
                 completion state. Add button to run it is screen is large 
                 or landscape.
    * todo-ui.c: Cleverer solution for dialog sizing.
    * todo.h, main.c, todo-ui.c: Moved screen dimension stuff to main.c.

2005-04-04  Florian Boor  <florian.boor@kernelconcepts.de>

	* todo-ui.c: Some formating fixes, major restructuring of dialog creation.

2005-03-31  Florian Boor  <florian.boor@kernelconcepts.de>

	* list-ui.c: Don't use render.h.

2005-01-08  Florian Boor  <florian.boor@kernelconcepts.de>

	* list-ui.c: Shortened label to make GUI fit on screen.

2005-01-29  Phil Blundell  <philb@gnu.org>

	* Version 0.51 released.

2004-11-25  Florian Boor  <florian.boor@kernelconcepts.de>

	* list-ui.c: Applied patch by Christian Gillot to toggle visibility
                 of completed tasks using the selection menu.
                 Changed column resizing to make sure summary colum gets
                 all remaining space.
                 Hide priority colum on small displays.

2004-11-18  Phil Blundell  <philb@gnu.org>

	* Version 0.50 released.

2004-11-18  Florian Boor  <florian.boor@kernelconcepts.de>

    * todo-ui.c: Fixed category dialog.

2004-10-11  Florian Boor  <florian.boor@kernelconcepts.de>

    * list-ui.c, todo-ui.c, todo.h: Added parameter for parent window to 
                                    edit_item()
    * todo-ui.c (edit_item): Changed window to become modal. Removed shadow
                             from viewport.


2004-09-22  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.49 released.

2004-09-21  Phil Blundell  <pb@nexus.co.uk>

	* list-ui.c (categories_menu): Apply patch from Chris Owen to
	correctly refresh main window if currently-showing category was
	deleted.  [Bug #1253]

2004-09-21  Florian Boor  <florian.boor@kernelconcepts.de>

    * list-ui.c (delete_completed_items): Changed type of dialog from 
                                          "error" to "question".
    * list-ui.c (sort_more_complex): New function providing improved sorting.

2004-09-15  Florian Boor  <florian.boor@kernelconcepts.de>

    * list-ui.c: Added patch by Chris Owen to add button for removing 
                 completed items.

2004-09-10  Florian Boor <florian@kernelconcepts.de>

	* list-ui.c (top_level): Removed hardcoded setting of toolbar style.
	* main.c: Added loading of new pixmaps.
	* list-ui.c (top_level): Added two additional colums (priority, date).
	* list-ui.c (toggle_completed): likewise
    * dot-box.png, bar-box.png: New files.
    
2004-08-28  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.48 released.

2004-08-22  Phil Blundell  <pb@nexus.co.uk>

	* list-ui.c (sort_by_priority): Swap sense of comparison.
	(refresh_items): Add missing assignment of g_slist_sort return
	value.

2004-06-23  Philip Blundell  <philb@gnu.org>

	* Version 0.47 released.

2004-06-23  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add nl, ru, sr, sk, sv, wa, es.

2004-03-25  Philip Blundell  <philb@gnu.org>

	* Makefile: Version 0.46 released.

2004-03-08  Philip Blundell  <philb@gnu.org>

	* Makefile (PACKAGE_CPPFLAGS, PACKAGE_CFLAGS, PACKAGE_LDFLAGS):
	Define and use instead of CPPFLAGS, CFLAGS and LDFLAGS.

2004-02-29  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.45 released.

2004-02-29  Phil Blundell  <pb@nexus.co.uk>

	* todo-ui.c (update_categories): Rebuild categories menu since
	list may have changed.

2004-02-25  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.44 released.

2004-02-25  Phil Blundell  <pb@nexus.co.uk>

	* todo-ui.c (edit_item): Cosmetic tweaks to avoid over-wide
	dialog.

2004-02-22  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.43 released.

2004-02-22  Phil Blundell  <pb@nexus.co.uk>

	* familiar/control (Depends): Demand libtododb 0.04.

	* Makefile (CPPFLAGS, LDFLAGS): Add libgpepimc.
	* main.c (main): Call gpe_pim_categories_init.
	* todo.h (edit_item): Second arg is int, not pointer.
	* list-ui.c (selected_category): Change type to int.
	(item_do_edit): Keep in step.
	(set_category): Likewise.
	(refresh_items): Likewise.
	(categories_menu): Likewise.  Get category list from libgpepimc.
	* todo-ui.c (destroy_user_data): Remove useless conditional.
	(categories_ok, categories_cancel, do_new_category): Deleted.
	(new_category): Deleted.
	(delete_category): Deleted.
	(categories_button_press_event): Deleted.
	(change_categories): Deleted.
	(build_categories_string): Use libgpepimc.
	(update_categories, change_categories): New.
	(edit_item): Get category list from libgpepimc.

2004-02-15  Philip Blundell  <philb@gnu.org>

	* Version 0.42 released.

2004-02-15  Philip Blundell  <philb@gnu.org>

	* list-ui.c (top_level): Cache pointers to tick-box and notick-box
	icons.
	(toggle_completed): Use them.
	(refresh_items): Likewise.  Sort items by priority.
	(sort_by_priority): New.

	* familiar/control1 (Depends): Demand libtododb >= 0.03.

	* todo-ui.c (edit_item): Move action buttons outside of scrolled
	window.  Rewrite handling of "state" menu; add ABANDONED.  Add new
	optionmenu for priority.
	(set_item_state, set_item_priority): New.
	(state_func_0, state_func_1, state_func_2): Deleted.
	(struct edit_todo): Add priority.

2004-02-15  Philip Blundell  <philb@gnu.org>

	* Version 0.41 released.

2004-02-15  Philip Blundell  <philb@gnu.org>

	* todo-ui.c (categories_ok): Commit changes to category list here.
	(do_new_category): Don't call todo_db_new_category.
	(delete_category): Fill in implementation.

2004-02-15  Philip Blundell  <philb@gnu.org>

	* todo-ui.c (change_categories): Unref list store when window
	deleted.  Add cell renderers.
	(categories_button_press_event): New.
	(ui_create_new_category): Rename to ...
	(do_new_category): ... this.
	(categories_ok): Rewrite to work with GtkListStore.

	* list-ui.c (refresh_items): Delete useless variable.

2004-02-14  Phil Blundell  <pb@nexus.co.uk>

	* todo-ui.c (edit_item): Make categories box unconditional.

	* configure.c: Deleted.
	* todo.h (configure): Delete prototype.	
	* list-ui.c (top_level): Delete "configure" button.
	* Makefile (MEMBERS): Remove configure.

2004-02-14  Philip Blundell  <philb@gnu.org>

	* list-ui.c (item_do_edit, item_do_move, item_do_delete): New.
	(button_press_event): Pop up item menu on button 3 press.
	(button_release_event): Relocate conditional.
	(top_level): Generate item menu from factory.

2004-02-14  Philip Blundell  <philb@gnu.org>

	* tick-box.png, notick-box.png: New files.
	* Makefile (install-program): Install them.
	* main.c (my_icons): Remove tick.  Add tick-box, notick-box.
	* list-ui.c (purge_completed, show_hide_completed, draw_item,
	draw_expose_event, draw_click_event): Delete.
	(button_press_event, button_release_event, toggle_completed,
	open_editing_window): New.
	(refresh_items, top_level): Use GtkTreeView to render list of
	items.  Remove "purge" and "push down" icons from toolbar.

2004-01-17  Philip Blundell  <philb@gnu.org>

	* Version 0.40 released.

2004-01-17  Philip Blundell  <philb@gnu.org>

	* list-ui.c (top_level): Tweak packing flags on optionmenu in
	toolbar.

	* todo-ui.c (edit_item): Add missing viewport for scrolled
	window.  Set sensible default size on editing window.

2004-01-11  Charles Mason    <mason@csit.fsu.edu>

	* list-ui.c: cosmectic change.

2003-10-19  Philip Blundell  <philb@gnu.org>

	* Makefile (LDFLAGS): Remove -lsqlite.

2003-10-19  Philip Blundell  <philb@gnu.org>

	* Version 0.39 released.

2003-10-19  Philip Blundell  <philb@gnu.org>

	* Makefile (GTKCFLAGS, GTKLDFLAGS): Don't define.
	Use STANDARD_*FLAGS, GPECFLAGS, GPELIBS.

	* todo-ui.c (edit_item): Put whole dialog inside a
	GtkScrolledWindow.  [Bug #1024, reported by J.Manrique]

2003-10-09  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add cs.

2003-09-21  Philip Blundell  <philb@gnu.org>

	* Version 0.38 released.

2003-09-21  Philip Blundell  <philb@gnu.org>

	* main.c (open_window): Use gtk_main_quit not g_main_loop_quit.
	* list-ui.c (top_level): Likewise.	

2003-09-06  Philip Blundell  <philb@gnu.org>

	* Version 0.37 released.

2003-09-06  Philip Blundell  <philb@gnu.org>

	* familiar/control1 (Source): Added.

	* configure.c (new_category_box): Mark string for translation.
	Patch from Libor Klepac.

2003-07-13  Moray Allan  <moray@sermisy.org>

	* Version 0.36.1.
	* Changes for new name of libdisplaymigration.

2003-07-07  Moray Allan  <moray@sermisy.org>

	* Makefile (clean): Depend on clean-po target.

2003-07-06  Moray Allan  <moray@sermisy.org>

	* list-ui.c (draw_item): Removed legacy GTK1 code.

2003-06-22  Philip Blundell  <philb@gnu.org>

	* main.c (open_window): Hook delete-event signal, not destroy.

2003-07-06  Moray Allan  <moray@sermisy.org>

	* Makefile (install_program): Install .desktop file with .desktop
	filename extension. No longer install old-style menu file.

2003-05-09  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add ro.
	* po/ro.po: New file, courtesy Laurentiu Buzdugan.

2003-04-24  Philip Blundell  <philb@gnu.org>

	* po/de.po: Updated, courtesy Colin Marquardt.

2003-04-21  Philip Blundell  <philb@gnu.org>

	* Version 0.36 released.
	
2003-04-21  Philip Blundell  <philb@gnu.org>

	* Makefile (clean): Also remove .desktop file.

	* main.c (main): Call bind_textdomain_codeset.

2003-04-21  Philip Blundell  <philb@gnu.org>

	* po/fr.po: New file, courtesy Luc Pionchon.
	* Makefile (LINGUAS): Add fr.

2003-04-20  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add zh_TW.
	* po/zh_TW.po: New file, courtesy Chao-Hsiung Liao.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.35 released.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* Makefile: Remove GTK 1 support.  Set CFLAGS, LDFLAGS according
	to $(DEBUG).

2003-03-23  Damien Tanner  <dctanner@handhelds.org>

	* list-ui.c (top_level): Using stock icons.

2003-03-23  Colin Marquardt  <colin@marquardt-home.de>

	* Makefile (CVSBUILD): New variable.
	(BUILD): New variable; use it.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* Version 0.34 released.

2003-03-23  Phil Blundell  <pb@nexus.co.uk>

	* Makefile (install): Rename to install-program.

	* main.c (open_window): Use gtk_widget_show_all.

	* todo-ui.c (edit_item): Set border width on container.  Remove
	frame.  Set size for description widget.

	* list-ui.c (top_level): Remove GTK 1 support.  Use stock items
	for toolbar.  Use GObject in place of GtkObject.
	(purge_completed): Flip button order.

	* main.c (my_icons): Delete properties.
	(window_x, window_y): Deleted.

2003-03-19  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add pt.

 	* po/pt.po: New file from Translation Project, courtesy Luis
	Oliveira.

2003-03-16  Philip Blundell  <philb@gnu.org>

	* configure.c (new_category_box): Use GtkDialog.  Reorder buttons
	per HIG.  Make "OK" default.
	(configure): Remove GTK 1 support.  Use GtkDialog.  Remove useless
	frame.  Use stock items.  Replace gtk_widget_set_usize with
	gtk_window_set_default_size.

2003-03-13  Colin Marquardt  <colin@marquardt-home.de>

	* todo-ui.c (change_categories): Swap button order so as to
	conform to HIG. Make Ok button the default.

2003-03-08  Philip Blundell  <philb@gnu.org>

	* familiar/control1 (Depends): Add gpe-todo-locale*

	* po/id.po: New file from Translation Project.
	* Makefile (LINGUAS): Add id.

2003-03-07  Philip Blundell  <philb@gnu.org>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -