aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/designer
Commit message (Expand)AuthorAgeFilesLines
* Revert "Designer: Fix look-up of resources for UI files"Christian Kandeler2019-10-021-22/+11
* Designer: Fix look-up of resources for UI filesChristian Kandeler2019-10-011-11/+22
* Designer: Fix possible endless loopChristian Stenger2019-07-151-3/+3
* Remove more deprecation warningshjk2019-07-051-2/+3
* Utils: Rename FileName to FilePathhjk2019-05-285-11/+11
* ProjectExplorer: Add a "product" tag to the ProjectNode classChristian Kandeler2019-05-271-8/+5
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-3/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+41
* Designer: Find only resources from the same productChristian Kandeler2019-05-091-3/+22
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+1
* Rename IContext::HelpIdCallback -> IContext::HelpCallbackEike Ziller2019-01-292-2/+2
* Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-292-2/+2
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-233-3/+12
* use initializer listsTim Jenssen2019-01-211-1/+1
* 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