summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2010-08-18Redone icondeva
2010-08-18Do not enable all children recursively. Make eventOnChange recursive on-demand.deva
2010-08-18Make setEnabled work recursively.deva
2010-08-18Add filter toggle buttons.deva
2010-08-18Add 'clear' toolbutton.deva
2010-08-18Make setValid recursive.deva
2010-08-18Make debug window more responsive.deva
2010-08-17New format parser for metawidget et al. DBWidget is broken for the moment...deva
2010-08-17Make alternative 'scroll to bottom on insert' implementation.deva
2010-08-17Fix value set in combobox. Make wiodgets with no valu run their onChange even...deva
2010-08-17Make debug console available through cli param -d/--debug.deva
2010-08-17Scroll improvement. Don't show console on startup.deva
2010-08-17First shot at a debug console.deva
2010-08-17Remove 'language' attribute.deva
2010-08-17Some validation logic and script activation changesdeva
2010-08-17Make enter/return skip to next (tab) widget.deva
2010-08-17More testsdeva
2010-08-17Indentations...deva
2010-08-17Some cleanup codedeva
2010-08-17Add extra pointercheck.deva
2010-08-17Add default layout on unknown layout attribute content.deva
2010-08-16force tab to skip top next widget (reenabled).deva
2010-08-16Basic test for AltComboBox.deva
2010-08-13Make validation run deep (or not).deva
2010-08-13Add default layout, if illigal type is specified (crash bug).deva
2010-08-13Child recursion setValue fix. Missing initialisation of hideChildren and miss...deva
2010-08-13Re-disable scroll-change in comboboxes.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-18Fixed colouring mathod, that forced label to become a rich-text label, thereb...deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ...deva
2010-06-01From new_protocol branch.deva
2010-03-02Add enter to 'send' tab as return does.deva
2010-03-02Some dist/version config.deva
2010-02-26Make disabled widgets drawn as valid always (non-red).deva
2010-02-26Make disabled widgets drawn as valid always (non-red).deva
2010-02-26Hack solution... but it does the job (Expands the resume widget on long wrapp...deva
2010-02-19Make macros expand/collapse only when the button or the title are clicked. No...deva
2010-02-19Enter -> tab in lineedit.deva
2010-02-19Disabled scroll on comboboxes. (It now sends the scroll event to its parent.)deva
2010-02-12Revert to old protocoldeva
2009-12-09Fixed incompatability with older qt (pre 4.4).suhr
2009-11-13Added SessionIDs to http communication. Made SAXParser run on const char*.deva
2009-11-12Improved (fixed) http communication.deva
2009-11-04Prepare for SSL encrypted connection (https).deva