[X] The "/Tcl/Tk Aqua/TclTkAquaBI-8.4.10.0.dmg" file could not be found or is not available. Please select another file.

QuickList allows novice and experienced users to keep track of "things" without any help from a system administrator. "Things" can be anything, quicklist is completely flexible. This is the new home of Quicklist, updated for Gtk2.


http://quicklist.sourceforge.net





Separate each tag with a space.

Release Date:

2008-01-29

Topics:

License:

Operating System:

Translations:

Intended Audience:

User Interface:

Database Environment:

Programming Language:

C

Registered:

2006-09-28

Ratings and Reviews

Be the first to post a text review of QuickList. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • QuickList abandoned

    QuickList relies on GtkSheet from gtk+extra2 which is long dead upstream. A port to the spreadsheet widget provided by libgoffice is possible but I no longer have time to do the port. Equally, quickli...

    posted by codehelpgpg 100 days ago

  • Code committed

    codehelpgpg committed patchset 271 of module quicklist to the QuickList CVS repository, changing 6 files

    posted by codehelpgpg 180 days ago

  • Code committed

    codehelpgpg committed patchset 270 of module quicklist to the QuickList CVS repository, changing 2 files

    posted by codehelpgpg 180 days ago

  • Code committed

    codehelpgpg committed patchset 269 of module quicklist to the QuickList CVS repository, changing 5 files

    posted by codehelpgpg 560 days ago

  • Code committed

    codehelpgpg committed patchset 268 of module quicklist to the QuickList CVS repository, changing 1 files

    posted by codehelpgpg 620 days ago

  • Code committed

    codehelpgpg committed patchset 267 of module quicklist to the QuickList CVS repository, changing 1 files

    posted by codehelpgpg 655 days ago

  • QuickList 0.9.1 released

    QuickList allows novice and experienced users to keep track of "things" without any help from a system administrator. "Things" can be anything. Some examples include: bug lists, phone lists, restaurants, team members, calendars, cool URLs, chequebooks, fishing holes, CDs, etc. It is completely flexible. Main changes here are including the translations provided by Debian - thanks to all those who submitted po files. No new functionality in this release - more an incremental improvement in the underlying codebase. Future plans for QuickList ========================== The 0.9.x series will continue the theme of incremental improvements, but once libqof2 is released, quicklist will begin to use QOF objects that are created dynamically from QuickList data as well as using QOF features like 64bit time and a choice of backends. I expect this to bring with it a SQL-query interface that would allow QuickList to provide a more usable report interface, finally replacing the missing functionality from the old QuickList. The QOF support will be implemented as a "read-only" mode, certainly initially, so that QuickList could read any QOF data source then produce SQL-based reports in HTML on the data. Eventually, this "read-only" mode should be able to handle "integral" data sources like the apt cache or other well-established sources where a suitable C API exists. This would allow any QuickList user to load the apt-cache, select data in any control field of any package using SQL syntax (via a GUI or via direct text entry), format a report in HTML and export that report to a file. The QOF support would allow the code to support these data sources to be packaged as Glib modules (similar to libqofexpensesobjects0) to keep dependencies under control. With this kind of support in place, I could finally be ready to release quicklist 1.0.0 sometime after Lenny. :-) If anyone is interested in any of these ideas, feel free to help with QuickList development. http://quicklist.sourceforge.net/ http://qof.sourceforge.net/ Query Object Framework (QOF)

    posted by codehelpgpg 656 days ago

  • quicklist 0.9.1 file released: quicklist-0.9.1.tar.gz.sha1sum

    2008-01-28 Neil Williams <linux@codehelp.co.uk> * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen): Omit <title> tag - prevents rest of table being printed. * Makefile.am, doc/Makefile.am, doc/man/Makefile.am : Auto-generate the manpage. 2007-12-30 Neil Williams <linux@codehelp.co.uk> * src/dialog_initial.c: (ql_new_tabdata): GtkNotebook increments nindex anyway, no need to do that again. * src/dim_list_menu.c: (dim_list_report_menu), (dim_report_column_menu): syntax improvements * src/field.c: (column_delete): Even unused, worth making sure the first param is the right type. * src/quicklist.c: (ql_get_reportinfo), (ql_add_reportinfo), (ql_set_reportinfo), (ql_remove_reportinfo), (ql_get_last_report), (ql_fieldinfo_foreach): New file. * src/quicklist.h: New file. * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen), (select_ok): Fixes for the new fieldinfo handling (incomplete). * src/types.h: Move QlFieldInfo into field.h

    posted 656 days ago

  • quicklist 0.9.1 file released: quicklist-0.9.1.tar.gz.asc

    2008-01-28 Neil Williams <linux@codehelp.co.uk> * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen): Omit <title> tag - prevents rest of table being printed. * Makefile.am, doc/Makefile.am, doc/man/Makefile.am : Auto-generate the manpage. 2007-12-30 Neil Williams <linux@codehelp.co.uk> * src/dialog_initial.c: (ql_new_tabdata): GtkNotebook increments nindex anyway, no need to do that again. * src/dim_list_menu.c: (dim_list_report_menu), (dim_report_column_menu): syntax improvements * src/field.c: (column_delete): Even unused, worth making sure the first param is the right type. * src/quicklist.c: (ql_get_reportinfo), (ql_add_reportinfo), (ql_set_reportinfo), (ql_remove_reportinfo), (ql_get_last_report), (ql_fieldinfo_foreach): New file. * src/quicklist.h: New file. * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen), (select_ok): Fixes for the new fieldinfo handling (incomplete). * src/types.h: Move QlFieldInfo into field.h

    posted 656 days ago

  • quicklist 0.9.1 file released: quicklist-0.9.1.tar.gz

    2008-01-28 Neil Williams <linux@codehelp.co.uk> * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen): Omit <title> tag - prevents rest of table being printed. * Makefile.am, doc/Makefile.am, doc/man/Makefile.am : Auto-generate the manpage. 2007-12-30 Neil Williams <linux@codehelp.co.uk> * src/dialog_initial.c: (ql_new_tabdata): GtkNotebook increments nindex anyway, no need to do that again. * src/dim_list_menu.c: (dim_list_report_menu), (dim_report_column_menu): syntax improvements * src/field.c: (column_delete): Even unused, worth making sure the first param is the right type. * src/quicklist.c: (ql_get_reportinfo), (ql_add_reportinfo), (ql_set_reportinfo), (ql_remove_reportinfo), (ql_get_last_report), (ql_fieldinfo_foreach): New file. * src/quicklist.h: New file. * src/report.c: (thead_cb), (tbl_row_cb), (html_on_screen), (select_ok): Fixes for the new fieldinfo handling (incomplete). * src/types.h: Move QlFieldInfo into field.h

    posted 656 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

QuickList Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review