aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
* Fix expansion of %DATE% in license templateEike Ziller2019-06-181-4/+1
* Fix bug for with redirect to general landing page Qt bug tracker. Now the red...Michl Voznesensky2019-06-181-1/+1
* Fix disabled close button in designer editor tool barEike Ziller2019-06-182-12/+4
* Fix display of keyboard shortcutsEike Ziller2019-06-171-1/+1
* ProjectTree: Fix crash when project has no rootProjectNodeTobias Hunger2019-06-141-3/+9
* Fix perfresourcecounter testUlf Hermann2019-06-131-2/+3
* CMake: Do not QTC_ASSERT when Qml support is disabledTobias Hunger2019-06-131-2/+1
* ProjectTree: Save state of "Hide Empty Directories" filterTobias Hunger2019-06-134-0/+14
* TextEditor: force rehighlight of next block if state changedDavid Schulz2019-06-071-9/+12
* SSH: Add missing return statementChristian Kandeler2019-06-051-1/+3
* Fix Windows build build with namespaced QtChristian Kandeler2019-06-041-0/+3
* Revert "Work around OpenGL issue in macOS 10.14.4"Eike Ziller2019-06-041-0/+2
* QmlDesigner: Fix crashqds/v1.2.0Thomas Hartmann2019-05-291-1/+2
* QmlDesigner: Add try catch blocks for anchoringThomas Hartmann2019-05-271-146/+290
* QmlDesigner: Fix issue with list propertiesv4.9.1Thomas Hartmann2019-05-251-0/+6
* Update qbs submoduleChristian Kandeler2019-05-241-0/+0
* CMake: don't disable widgets on configuration errorAaron Barany2019-05-241-6/+0
* QmlDesigner: Properly reset line edits if an error occursThomas Hartmann2019-05-222-2/+20
* QmlDesigner: Fix stupid bug in resource browserThomas Hartmann2019-05-212-5/+12
* QmlDesigner: Fix regressionThomas Hartmann2019-05-212-33/+39
* QmlDesigner: Improve readability of names in the easingcurve editorThomas Hartmann2019-05-212-6/+26
* QmlDesigner: Code clean upThomas Hartmann2019-05-211-1/+1
* Fix error messageThomas Hartmann2019-05-171-6/+10
* QmlDesigner: Update animations when deleting timelineThomas Hartmann2019-05-171-0/+1
* Revert "Perforce: Allow working with localhost server"Orgad Shaneh2019-05-171-0/+17
* QmlDesigner: Do not always assertThomas Hartmann2019-05-151-1/+0
* Load user-plugins from earlier patch releasesEike Ziller2019-05-131-2/+6
* Fix directory used for "Find in This Directory"Eike Ziller2019-05-091-1/+3
* QbsProjectManager: Consider cpp.minimum*Version propertiesChristian Kandeler2019-05-091-0/+10
* QbsProjectManager: Skip run environment retrieval if project is parsingChristian Kandeler2019-05-091-1/+8
* LSP: remove incorrect soft assertsDavid Schulz2019-05-093-18/+29
* QmakeProjectManager: Do not ignore files from included .pri filesChristian Kandeler2019-05-082-3/+16
* Fix passing of kit IDs for subproject to JSON wizardsEike Ziller2019-05-083-19/+34
* RemoteLinux: Fix crash on WindowsChristian Kandeler2019-05-071-2/+2
* LanguageClient: Fix error message on crashChristian Stenger2019-05-071-1/+1
* sdktool: Do not fiddle with display namesEike Ziller2019-05-077-54/+10
* Debugger: normalize cdb reported brakpoint file namesDavid Schulz2019-05-071-1/+1
* QmlProjectManager: Fix using history completerChristian Stenger2019-05-061-0/+1
* Force double-click activation for breakpoints viewEike Ziller2019-05-031-0/+1
* Debugger: fix start and break on main for cdbDavid Schulz2019-05-032-7/+12
* Debugger: use oneshot of BreakpointParameters in cdbAddBreakpointCommandDavid Schulz2019-05-033-10/+11
* TextEditor: fix folding regression in generic highlighterDavid Schulz2019-05-032-5/+46
* TextEditor: Fix including folding endDavid Schulz2019-05-031-5/+5
* Android: fix avd creation for google play imagesBogDan Vatra2019-05-031-4/+0
* SSH: Shorten the temporary directory even moreChristian Kandeler2019-04-301-4/+2
* RemoteLinux: Fix off-by-one error for stat %Y last modified columnJonathan Liu2019-04-291-1/+1
* QmlDesigner: Fix iterating tab widgetsThomas Hartmann2019-04-291-2/+2
* QmlDesigner: Add hints for visibility in library and navigatorThomas Hartmann2019-04-295-6/+31
* QmakePM: Only schedule update when files are added/removedVille Nummela2019-04-262-10/+24