summaryrefslogtreecommitdiff
path: root/client/widgets
AgeCommit message (Expand)Author
2008-09-10We've got icons ... weedeva
2008-09-10Error pallette is now only set on lineedit.deva
2008-09-10Made combobox setValue with invalid string unselect.deva
2008-09-10Made combobox in select state painted red when nothing is selected.deva
2008-09-10Added continue without commit action to buttons.deva
2008-09-10Added enable/disable methods on frame and groupbox.deva
2008-09-09Added truevalue/falsevalue to the checkbox.deva
2008-09-08Added timeout. Fixed setValue/getValue functions.deva
2008-09-04Made macrowindow clean up proprely when closed (thus terminating dangling db ...deva
2008-09-03The dbwidget now work generally, controlled by the xml.deva
2008-09-03Did some work on the database widget. It now works with hardcoded medicine list.deva
2008-09-01Added DBWidget.deva
2008-08-29Removed tooltip help text (it was pretty annoying).deva
2008-08-28Added common stuff in central file. Fixed help text reformatting.deva
2008-08-27Fixed getValue on combox in select mode.deva
2008-08-27Fixed lineedit textChanged signal (for lua validator).deva
2008-08-25Fixed regexp problem in combobox.deva
2008-08-21Updated fix failing initial set on combobox, to not trigger event on construc...deva
2008-08-21Fixed failing initial set on comboboxdeva
2008-08-21Added aux widget list to macrowindowdeva
2008-08-20Fixed various small bugs.deva
2008-08-20Added 'readonly' property to lineedit.deva
2008-08-20A slighty slimmer layout.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-07-01Renamed PushButton to Button, to better match the specs.deva
2008-06-30Added setValue and cleaned up the code in general.deva
2008-06-30Moved some methods from public slots to pulbic.deva
2008-06-30Added setValue and cleaned up the code in general.deva
2008-06-30Added setValue and cleaned up the code in general.deva
2008-06-30Removed unused variable.deva
2008-06-30Removed getValue. Label is a layout-only class.deva
2008-06-30Removed getValue. GroupBox is a layout-only class.deva
2008-06-30Removed getValue. Frame is a layout-only class.deva
2008-06-30Modified getValue, and introduced a setValue method.deva
2008-06-30Removed getValue from Button, it should never return a valuedeva
2008-06-20Modified combobox to use more complex search and an overall nicer behaviour.....deva
2008-06-20Changed tab orderdeva
2008-06-20Added validation prior to adding in multilistdeva
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-16Oups - too many closing brackets...deva
2008-06-04Added name to predefined lua valuesdeva
2008-06-03LUA rocksdeva
2008-06-02First real shot at lua validation.deva
2008-06-02A large number of small changes in widgets, primarily validation oriented.deva
2008-06-02Fixed file headers, to match actual authors.deva
2008-03-24Fixed isValid for combobox and radiobuttonssenator
2008-03-24next button now works; listbox isValid check improved; start macro implementedsenator
2008-03-17now always returns string from checkbox getValuesenator