aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning on empty expressionshjk2019-07-23275-756/+756
* SshDevice: Use qint64 for processIdhjk2019-07-231-1/+1
* CMake: Update code to decide whether to run cmake in fileapi modeTobias Hunger2019-07-233-6/+33
* CMake: Make "Run CMake" menu entry reliably run cmakeTobias Hunger2019-07-231-2/+4
* GenericProposalModel: Allow substring matchesAndre Hartmann2019-07-232-4/+10
* CMake: Make server-mode handle server restartsTobias Hunger2019-07-232-5/+36
* "New class" wizard: Respect the project's "no Qt keywords" settingChristian Kandeler2019-07-225-0/+32
* ProjectExplorer: Fix erroneous selection of default kitChristian Kandeler2019-07-221-1/+1
* Let users disable environment entriesChristian Kandeler2019-07-2215-94/+178
* ProjectExplorer: Update run config list centrallyChristian Kandeler2019-07-225-12/+6
* Escape tooltip textMichael Weghorn2019-07-221-5/+2
* Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-225-5/+8
* CMake: Fix inverted logic bugTobias Hunger2019-07-221-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-2222-53/+208
|\
| * LanguageClient: reverse error list for initialize errorsDavid Schulz2019-07-191-1/+3
| * LSP: update colorProvider entry of ServerCapabilitiesDavid Schulz2019-07-192-5/+22
| * LSP: Add RenameOptions to the protocol implementationDavid Schulz2019-07-193-3/+37
| * QtSupport: Fix handling of not yet saved *.ui filesNikolai Kosjar2019-07-192-1/+8
| * LanguageClient: include the range length in document updatesDavid Schulz2019-07-191-0/+1
| * ProjectManagers: Avoid deletion of special filesChristian Stenger2019-07-192-15/+7
| * GenericProjectManager: Do not crash on removing all filesChristian Stenger2019-07-192-6/+9
| * RemoteLinux: Add "make install" step to pre-4.10 deploy configurationsChristian Kandeler2019-07-184-1/+57
| * Clang: Tests: Fix flaky testCompleteProjectDependingCodeAfterChangingProjectNikolai Kosjar2019-07-181-0/+1
| * ProjectExplorer: Fix missing KitManager::kitUpdated() emissionChristian Kandeler2019-07-182-2/+3
| * File search: Avoid symlink loops and duplicate directoriesEike Ziller2019-07-182-16/+29
| * LanguageClient: Show outline after server startDavid Schulz2019-07-184-3/+31
* | BaseFileFilter: Make searching in paths easierAndre Hartmann2019-07-221-5/+9
* | QmlJsEditor: Avoid unneeded exports of constantsEike Ziller2019-07-196-60/+43
* | QmlProject: add FontFiles filter itemTim Jenssen2019-07-181-0/+2
* | QmlProject: cleanup the codeTim Jenssen2019-07-183-122/+14
* | Debugger: Only append ".exe" for symbol file if necessaryMichael Weghorn2019-07-181-2/+2
* | GenericProjectManager: Allow users to remove directories from a projectChristian Kandeler2019-07-182-4/+30
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-1813-41/+41270
|\|
| * improve installsettingspath error messageTim Jenssen2019-07-171-1/+1
| * try only show MessageBoxes if that is possibleTim Jenssen2019-07-171-3/+3
| * Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-174-10/+41244
| * RemoteLinux: Suppress "-j" option in MakeInstallStepChristian Kandeler2019-07-162-1/+2
| * Sqlite: Remove temporary unused functionsMarco Bubke2019-07-162-7/+1
| * UnitTests: Fix compile without ClangMarco Bubke2019-07-161-4/+4
| * Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-07-161-22/+16
| |\
| | * Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
| * | Project tree: Add warning icon to unconfigured projectChristian Kandeler2019-07-151-2/+4
| * | ProjectExplorer: Make sure the target setup page is shownChristian Kandeler2019-07-151-0/+4
| * | Designer: Fix possible endless loopChristian Stenger2019-07-151-3/+3
* | | Add support for LLVM -mllvm parameterAntonio Di Monaco2019-07-171-1/+1
* | | Core: Warn the user if the settings file cannot be readChristian Kandeler2019-07-172-0/+44
* | | FuzzyMatcher: Match mixed uppercase words and humpsAndre Hartmann2019-07-171-1/+1
* | | rename PythonEditor plugin to PythonDavid Schulz2019-07-1720-59/+59
* | | CppTools: Fix updating pending queue in CppLocatorDataNikolai Kosjar2019-07-161-5/+7
* | | ProjectExplorer: Auto-detect GNU toolchains provided by AtmelStudio v7Denis Shienkov2019-07-161-0/+28