summaryrefslogtreecommitdiff
path: root/client/widgets
AgeCommit message (Expand)Author
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
2008-03-17recent changessenator
2007-10-11Updated all widgets with better width height controlsenator
2007-10-02misc minor changes for testingsenator
2007-10-02selectable entries now uses xml items correctlysenator
2007-09-11added layout to window and frame windgetssenator
2007-08-22name have moved to widget in all classes. combobox is a dummy so farsenator
2007-07-26added textedit widgetsenator
2007-07-26minor updatesenator
2007-07-26added error check for unnamed widgetssenator
2007-07-25migrated all widgets to use QDomNodes; Implemented the getName functionalitysenator
2007-07-23porting widgets to use QDomNodessenator
2007-07-19added window widget, first draftsenator
2007-07-19fixed a warning about virtual destructorsenator
2007-07-19changed the validation method to only use qregexpsenator
2007-07-18frame.ccsenator
2007-07-18frame.ccsenator
2007-07-18added dummy checkbox widgetsenator
2007-07-18added dummy radiobutton widgetsenator
2007-07-18applied temp caption to framesenator
2007-07-18*** empty log message ***senator
2007-07-18changed frame from QFrame to QGroupBoxsenator
2007-07-18dummy frame addedsenator
2007-07-18added more dummy widgets and a general widget for use with vectorsenator
2007-07-13basis lineedit control created with reg_expsenator