summaryrefslogtreecommitdiff
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
...
* | Designer: Fix struct/class warningNikolai Kosjar2014-08-281-1/+1
* | Designer: Code stylehjk2014-08-272-4/+6
* | Designer: Make XML editor non-duplicatable againhjk2014-08-271-1/+1
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-10/+7
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Designer: Remove support to build with Qt 4hjk2014-08-263-24/+2
* | C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-9/+12
* | Designer: Move DesignerXmlEditorWidget creation closer to new setuphjk2014-08-212-9/+6
* | Designer: Reduce superficial editor/widget dependencieshjk2014-08-212-22/+21
* | Designer: Remove compatibility code for Qt < 5.0hjk2014-08-2013-193/+12
* | TextEditor: Centralize settings connections setuphjk2014-08-201-2/+0
* | CppTools: Rename SnapshotUpdater to BuiltinEditorDocumentParserNikolai Kosjar2014-08-201-2/+2
* | CppTools: Move WorkingCopy to new cppworkingcopy.{h,cpp}Nikolai Kosjar2014-08-201-3/+4
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-3/+3
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-194-10/+9
* | TextEditor: Consolidate document access functions.hjk2014-08-042-3/+3
* | TextEditor: Update tab settings for all tab changeshjk2014-07-301-1/+0
* | TextEditor: Merge PlainTextEditor into Basehjk2014-07-303-8/+7
* | TextEditor: Replace PlainTextDocument by Base + a setup functionhjk2014-07-302-3/+3
* | TextEditor: Replace PlainTextEditorWidget by Base + a setup functionhjk2014-07-302-2/+3
* | TextEditor: Move remaining PlainTextEditorWidget functions to Basehjk2014-07-301-1/+1
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-12/+12
* | Move code from Designer to QtSupportTobias Hunger2014-07-2410-416/+23
* | Designer: Remove indention setting from FormClassWizardGenerationParametersTobias Hunger2014-07-242-14/+7
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
* | Remove #ifdef USE_XLSTTobias Hunger2014-07-211-83/+1
* | EditorManager: Remove useless methodEike Ziller2014-07-211-1/+1
|/
* FancyMainWindow: Use auto-hiding dock title barshjk2014-07-151-8/+2
* Always pass Core::Id by value.Christian Kandeler2014-07-012-6/+6
* IDocument: Make mimeType a value memberhjk2014-07-012-10/+2
* Help/WidgetDesigner: Fix wrong connectionEike Ziller2014-06-271-1/+1
* BaseFileWizard: Get rid of applyExtensionPageShortTitle(...)Tobias Hunger2014-06-124-14/+13
* Introduce BaseFileWizardTobias Hunger2014-06-068-11/+11
* BaseFileWizardFactory: rename createWizardDialog method to createTobias Hunger2014-06-064-12/+8
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-055-9/+9
* IWizard->IWizardFactoryTobias Hunger2014-05-261-3/+3
* Designer: Pass strings by referenceOrgad Shaneh2014-05-211-3/+3
* DocumentModel: Make interface statichjk2014-05-131-1/+1
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-222-5/+5
* CppTools/Editor: Make sure test code is free of diagnostic messagesNikolai Kosjar2014-04-041-0/+22
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-023-0/+5
|\
| * Designer: Fix qbs build.Christian Kandeler2014-03-281-0/+1
| * DesignerIntegration: Fix listing of resourcesDaniel Teske2014-03-282-0/+4
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-182-2/+2
|\ \ | |/
| * Designer: fix capitalization of UI textLeena Miettinen2014-03-121-1/+1
| * use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-114-79/+91
|\ \ | |/
| * FormEditor: Make it possible to switch from source to formEike Ziller2014-03-104-79/+91
* | Editors: Move id() from editor to document.Eike Ziller2014-03-053-2/+2
|/
* Fix FormWindowEditor id.Eike Ziller2014-02-262-6/+1