summaryrefslogtreecommitdiff
path: root/client/macrowindow.cc
AgeCommit message (Expand)Author
2009-08-06Made macros with prefilled values commitable. Fixed bug, where innerwidget of...deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.deva
2009-07-30Removed the term 'course' everywhere, and replaced it by 'template'. This red...deva
2009-07-03Some tweaking in the new dependency system. Mostly GUI stuff.deva
2009-06-30Removed console on win32 unless, compiled in debug mode. First attempt on a m...deva
2009-05-11Included 'course' in the commits.deva
2009-03-18Made a messagebox wrapper that does the button translation.deva
2009-02-12Added formatlanguage attribute to metawidget, and implemented lua parser for it.deva
2009-01-13A huge amount of changes, based on the results of two usertest.deva
2008-12-01Added 'compact' attribute in templates.deva
2008-10-08Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a po...deva
2008-09-23Added resumewidget.deva
2008-09-23Removed unused include.deva
2008-09-23Cleaned up the network code a bit. Now the window is locked while communicati...deva
2008-09-22Made the lua program list clear itself when loading a new macro.deva
2008-09-22Made the client use the static attribute to set a macro always visible, non-c...deva
2008-09-19First working version of the collapser-pracro view.deva
2008-09-10Added continue without commit action to buttons.deva
2008-09-09Added truevalue/falsevalue to the checkbox.deva
2008-09-04Made macrowindow clean up proprely when closed (thus terminating dangling db ...deva
2008-08-21Added aux widget list to macrowindowdeva
2008-08-20Fixed various small bugs.deva
2008-08-19Bugfix. Shared connection didn't work with the continue action.deva
2008-08-19Made the netcom object global, for socket reuse.deva
2008-08-18Rewrite of all network code, with a reusable socket. Still needs some error c...deva
2008-07-30Removed obsolete editor.deva
2008-07-02Made all setValue calls in a second pass, to the construction of the widgets.deva
2008-07-02Added disable/enable methods on widgets and exposed them to lua.deva
2008-06-18Restructured widget building, completed inital version of MultiList with form...deva
2008-06-17Multilist is now showing as it should. No functionality yet though.deva
2008-06-09Fixed macrowindow generation errors when multiple macroes (some empty) are sent.deva
2008-06-03LUA rocksdeva
2008-06-02A large number of small changes in widgets, primarily validation oriented.deva