summaryrefslogtreecommitdiffstats
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2007-06-30* Upgrade to GPLv30.2pancake1-0/+18
2007-06-02* Initial import of the offline work of the GUI environmentpancake3-0/+262
- Not yet usable, it's just a sketch with glade O:) - But you can get fun hacking on the source! * Add deinstall target to the Makefile * Add INSTALL file for build & install instructions * Add documentation for local flashing.
2007-04-25* import of the 'set-get-query_header' from Robert Schusterpancake1-0/+53
1) name the simple functions get_foo and set_foo (and make them more consistent e.g. set_rd_mode and get_rd_mode). 2) moved remaining simple queries from main.c into query.c 3) created separate query.h header and included it in main.c 4) implemented get_usb_mode (they do not have this in the proprietary flasher) and added this function to a normal run (-> you will see the current USB mode when running with -i)