summaryrefslogtreecommitdiff
path: root/client/macrowindow.cc
AgeCommit message (Expand)Author
2011-01-18Fix bug not showing all resume text after macro commit.deva
2011-01-06Fix crash on macro save.deva
2011-01-06fixed crash on 'save on close reminder'deva
2010-08-20Set Values just after window generation is macro is static.deva
2010-08-19Fix initial validation due to the widgets being invisible.deva
2010-08-17Fix value set in combobox. Make wiodgets with no valu run their onChange even...deva
2010-08-17First shot at a debug console.deva
2010-08-17Remove 'language' attribute.deva
2010-08-17Some cleanup codedeva
2010-08-13Make validation run deep (or not).deva
2010-08-13Child recursion setValue fix. Missing initialisation of hideChildren and miss...deva
2010-08-13Fix one too many resets of the LUA stack.deva
2010-08-13Clear lua when reopening a macro window.deva
2010-08-13setValues recursive. Remove old widgetbuilder files.deva
2010-08-13Add missing children widgets to actual layouts.deva
2010-08-13Memory cleanup bug, fixed.deva
2010-08-12New scripting system part2.deva
2010-08-03New scripting interface part1.deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ...deva
2010-06-01From new_protocol branch.deva
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