aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
* Designer: Fix crash on closeChristian Stenger2018-11-142-0/+11
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-1/+2
* Make Core independent from QtHelpEike Ziller2018-09-041-2/+2
* Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-111-1/+1
* Remove unneeded checks for validity of mime typesEike Ziller2018-06-251-2/+0
* Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-0/+1
* Designer: Use override consistentlyTobias Hunger2018-05-072-4/+4
* Form wizard: generate nullptr instead of 0 for parentJarek Kobus2018-05-031-1/+1
* Update Options dialog iconsAlessandro Portale2018-04-241-1/+2
* Core: Make IOptionsPageProvider::categoryIcon a Utils::IconAlessandro Portale2018-04-242-2/+1
* Clean up options page category display name and icon set upEike Ziller2018-04-231-3/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-0/+1
|\
| * Core: Avoid duplicating options pageChristian Stenger2018-04-111-0/+1
* | Utils: Purge asConstOrgad Shaneh2018-04-096-13/+7
* | 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