aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
...
* | Designer: Use PluginManager getObjectByName instead of getObjectByClassNamehjk2018-04-031-0/+1
* | Designer: Partially pimpl and remove used of global object poolhjk2018-02-194-32/+35
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-4/+4
* | DesignMode: Apply 'static pattern'hjk2018-01-232-6/+4
|/
* Core: Return context help id by callbackNikolai Kosjar2018-01-182-3/+3
* Session: Move all functionality related to Nodes into ProjectTreeTobias Hunger2017-12-122-1/+2
* Designer: ModernizeAndre Hartmann2017-10-2028-185/+162
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Wizards: Add file extension as text overlay to some wizardsAlessandro Portale2017-07-241-0/+1
* Introduce and use Utils::stripAcceleratorOrgad Shaneh2017-07-071-1/+3
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-242-3/+3
* 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