Commit graph

12 commits

Author SHA1 Message Date
Clément Schreiner
5daf71effe Small UI fixes. Compatibility with Qt version < 4.7.
- error callback for loadHistory, to make the reload button enabled again after an error
 - remove descriptionEdit's placeholder (for compatibilty with earlier versions of Qt)
 - add placeholder text to descriptionEdit if supported by the user's version of Qt
 - set contentEdit read-only while loading a new page
 - saveButton was still showing "Saving" after saving had failed
2012-03-25 10:22:55 +02:00
Clément Schreiner
f14f63daf2 Add 'History' tab, showing the current page's list of previous revisions. fixes #561 2012-03-24 20:14:39 +01:00
Clément Schreiner
5fe9273b2f More minor changes to the UI.
- the contentEdit widget is ReadOnly before a page has been loaded
 - the saveButton widget stays disabled after the page has been saved
2012-03-24 20:14:15 +01:00
Clément Schreiner
85d46363a6 Placeholder text for edit summary. 2012-03-23 11:44:32 +01:00
Clément Schreiner
a1a68847bb Minor UI changes.
- The 'save' button is disabled and shows 'No changes' at first. Editing contentEdit's text
enables the button and makes it show 'Save'.
 - The 'save' button is disabled and shows 'Saving...' when the page is being saved, and stays
disabled until contentEdit's text has been changed again.
 - The 'save' button shows 'Saved' once the page has been successfully saved. fixes #560
 - contentEdit is readonly when the page is being saved
2012-03-23 09:53:57 +01:00
Romain Bignon
3c6d651021 better errors management 2011-03-19 11:25:06 +01:00
Clément Schreiner
c63e608388 Fix title bar 2011-03-10 16:01:50 +01:00
Romain Bignon
38d6052afb add a button to configure backends 2011-02-26 11:47:01 +01:00
Clément Schreiner
69018eeff3 Adds drop-down list for choosing a backend. 2011-02-17 20:50:09 +01:00
Clément Schreiner
6509d95659 Adds checkbox for marking edits as 'minor'. 2011-02-16 19:05:04 +01:00
Clément Schreiner
3cbb5671d3 Small fixes and changes in qwebcontentedit and ICapContent.
- content preview's html code is now cleaner
 - ICapContent.preview_content() renamed to ICapContent.get_content_preview()
 - tab "preview" was shown first when starting qwebcontentedit. Fixed.
2011-02-03 15:09:27 +01:00
Clément Schreiner
dcb2375fd1 New application qwebcontentedit
Status: ugly GUI, editing and saving a page mostly working,
preview support in progress
2011-02-01 15:08:39 +01:00