aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
* Designer: De-slotOrgad Shaneh2017-03-209-26/+12
* ProjectExplorer: Use visitor-by-lambda for project treehjk2017-03-081-1/+0
* Revert "CppTools: Do not put configuration document into global snapshot and ...Nikolai Kosjar2017-03-071-1/+4
* Utils: Wrap MimeDatabase into static functionshjk2017-03-033-12/+6
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-1/+1
* ProjectExplorer: Remove some unneeded declarationshjk2017-03-011-2/+0
* Remove spaces in initializer listsTim Jenssen2017-02-223-16/+16
* ResourceHandler: Replace traditional visitor by lambdahjk2017-02-151-35/+8
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-082-32/+14
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* CppTools: Do not put configuration document into global snapshot and working ...Nikolai Kosjar2016-12-081-4/+1
* Designer: Remove dead codeTobias Hunger2016-12-061-6/+3
* Designer: Avoid some useless type casts from unsigned to int and backTobias Hunger2016-12-051-2/+2
* Remove files not used in the buildTobias Hunger2016-11-251-5/+0
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-211-6/+9
|\
| * Fix updating ui resources after creating new formJarek Kobus2016-11-171-6/+9
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-141-1/+4
|\|
| * qbs build: Fix the names of some Qt modules in Depends itemsChristian Kandeler2016-11-101-1/+4
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-1/+1
|/
* Fix marking files modified externally as modifiedJarek Kobus2016-10-212-1/+18
* Revert "Replace virtual isModified method with a getter/setter/notifier"Jarek Kobus2016-10-212-4/+11
* Replace virtual isModified method with a getter/setter/notifierJarek Kobus2016-10-172-11/+4
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-3/+5
* Designer: Replace QSignalMapper with a lambdaOrgad Shaneh2016-07-201-17/+6
* qbs build: Introduce new module "qtc".Christian Kandeler2016-06-081-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-254-4/+2
|\
| * New file overlay iconsAlessandro Portale2016-04-254-4/+2
* | Use Core::Id in ModeManager interfacehjk2016-04-083-10/+9
* | Wholesale conversion to #pragma oncehjk2016-03-3022-88/+22
|/
* Remove duplicate mime type constants from CppEditorTobias Hunger2016-03-151-3/+3
* Generalize support for extra compilersUlf Hermann2016-02-161-1/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1943-717/+507
* Wizard: Make wizards report which type of projects they can supportTobias Hunger2016-01-191-1/+0
* Add support for contents() to designer documentsUlf Hermann2016-01-192-0/+8
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-192-6/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-142-6/+6
* Designer: Remove a redundant separator transformationOrgad Shaneh2016-01-061-2/+1
* FeatureProvider: Remove Feature and FeatureSetTobias Hunger2015-12-021-1/+1
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-3/+3
* C++: Fix crash after triggering completion and closing editorNikolai Kosjar2015-09-021-2/+2
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-031-0/+0
* Core: Make Id and Feature more separateTobias Hunger2015-06-251-1/+1
* Fix crash in Form class wizardTobias Hunger2015-06-231-1/+1
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-102-10/+15
* Move "open" from IEditor to IDocumentEike Ziller2015-06-103-8/+2
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-1/+1
* Make BaseFileWizard asyncTobias Hunger2015-06-033-7/+5
* Make every operator bool() explicitDaniel Teske2015-06-021-1/+1
* Qt Designer plugin: Use C++ 11 member initialization.Friedemann Kleint2015-06-027-18/+13