summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-09Fix commandline parsing of debug channels and prevent buffer overflowbertho
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-02-04Cleanup database access a bit and add a proper database schemabertho
2009-02-04- Add missing include filesbertho
- Add config option for xml macros and templates basedir
2009-02-04Add macros and templates to repositorybertho
2009-01-15Added isDisabled method to all widget classes and made sure that only ↵deva
enabled widgets send their values on commit.
2009-01-13Removed all 'complex type' code. No need for it anymore...deva
2009-01-13Changes for new multilist type... to be removed again in a minute.deva
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented ↵deva
the lua resume parser.
2009-01-13Don't send empty name attribute on tags without names.deva
2009-01-13A huge amount of changes, based on the results of two usertest.deva
The changes are contained (but not limited to) in the following list: - Make disabled widgets ignored in validation test. - Do not commit values of disabled widgets to the database. - Make storechildren attribute on metawidget, that enables storing of the child widgets in the database. - Implement LUA resume generator. - Make language attribute on resume tag, and switch parser (format/LUA). - Case insensitive search in combobox. - Click on macro name or line, expands macro. - Greyed out widgets in AltComboBox should be hidden instead. - Keyboard 'delete' should delete item from multilist. - "Commit" button needs to be more visible? Icon? - Upon opening of a second macro, the first macro should indicate itself as 'not saved'. - After 'add' in multilist, the input widgets should be reset. - First widget in a macro should have keyboard focus after expansion. - "Endnu ikke udfyldt" needs to be more clear (darker). - Meta widgets must recurse the isValid() call to its children. - Greyed out widgets must be hidden. - Multilist should be read as a list prior to its input fields. - Visible field on widgets. Hides a widget without disabling it.
2008-12-09A little something about metawidgets, and format stringsdeva
2008-12-09Added syntax highlighting fr the pracro xml language.deva
2008-12-08Fixed som enabling/disabling of altcombobox innerwidget in setValue.deva
2008-12-04Removed tooltip and whatthis from compressed resumes.deva
2008-12-04Moved images to icons folder and added them as internal resources. Created a ↵deva
nice way to show full resume in resumewidget.
2008-12-03Made some fixups on the way compressed resumes are shown.deva
2008-12-03Added some graphics to the multilist widget to make it easier to understand.deva
2008-12-03Removed experiment with fixed font in resume.deva
2008-12-03Enabled context help button on mainwindow.deva
2008-12-03Enabled context help button on mainwindow.deva
2008-12-03Fixed onchange in altcombobox and checkbox.deva
2008-12-02Fixed re-adding of all headers, when updating course.deva
2008-12-02Ignore store_in_journal attributes, always set to true.deva
2008-12-02Use header tags in template.deva
2008-12-02Added hacked support for headlines in templates.deva
2008-12-01Added two new widgets: metawidget and altcombobox. Modified multilist to use ↵deva
'innerwidget' attribute instead of format string.
2008-12-01Added 'compact' attribute in templates.deva
2008-11-03Did a lot of work on format utils.deva
2008-10-30Complete but highly unstable implementation of formattools.deva
2008-10-29Initial work on format toolsdeva
2008-10-14Added autmatic linebreaking on lineedits.deva
2008-10-13Created a fieldname table, and only stores a field/value pairs, if the field ↵deva
exists in this fieldname table.
2008-10-13Small GUI tweaks.deva
2008-10-10Made various fixes and UI improvements to collapser and macro/resumewidgets.deva
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-10-08Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a ↵deva
pointer.
2008-10-08Connections to Pentominos and Database are now persistent over the entire ↵deva
client connection.
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ ↵deva
string. Made the queryhandler use a read loop, parsing on-the-fly to determine when the entire document has been read.
2008-09-29Modified error reply to fit new layout system.deva
2008-09-23Added resumewidget.deva
2008-09-23Made 'release' the default build target on windows.deva
2008-09-23Removed unused include.deva
2008-09-23Cleaned up the network code a bit. Now the window is locked while ↵deva
communication s going on to prevent network clutching.
2008-09-23Made fix for the 'multiple xml buffers in single network buffer' problem.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, ↵deva
non-collapsable. Made the macro widgetlist clear itself when loading a new macro.
2008-09-22Added readonly functionality to the textedit.deva
2008-09-22Made the collapser able to update its contents even though they are already ↵deva
exposed.
2008-09-22Added resume storing to the db, and made the outputted xml use it. Added ↵deva
captions to the macro tags from the window-tag caption attribute. Made all template attributes fall through to the client.