aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-062-7/+6
* Add missing "emit"sAlessandro Portale2021-11-111-3/+3
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-102-2/+2
* Use QtcProcess in NimSuggestServerJarek Kobus2021-11-092-22/+14
* Use QtcProcess in NimToolChainJarek Kobus2021-11-051-4/+5
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-162-2/+2
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Replace some PathChooser::setFile with setFilePathhjk2021-09-131-2/+2
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-092-1/+2
* ProjectExplorer: Streamline access to buildDirectoryTemplate datahjk2021-08-242-13/+3
* Nim: Proliferate FilePath use in NimbleBuildSystemhjk2021-08-241-17/+14
* Replace some uses of HostOsInfo::withExecutableSuffix with FilePathhjk2021-08-172-2/+2
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use FilePath for ProjectNode::{path,directory}hjk2021-08-061-1/+2
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-164-20/+20
* Utils: Change semantics of FilePath::onDeviceSearchInPath()hjk2021-07-081-1/+1
* fix msvc Qt6 dev buildsTim Jenssen2021-07-071-0/+1
* Nim: Use remote device when searching compilers therehjk2021-07-061-3/+4
* CMake: Do not create file system node in main threadEike Ziller2021-06-231-1/+2
* Core: filepathify file renamingDavid Schulz2021-06-174-6/+6
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-042-2/+2
* Utils: add FilePath::baseNameDavid Schulz2021-06-031-1/+1
* Utils: filepathify LinkDavid Schulz2021-05-251-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-282-2/+5
* Nim: Adapt to new AspectContainer base classhjk2021-04-011-1/+1
* Nim: Aspectify NimSettingshjk2021-04-0110-299/+59
* Utils: Use a full layout row for an aspect for Columns and Formshjk2021-03-251-1/+1
* Nim: Pass on parse errors to issues paneChristian Stenger2021-03-183-0/+21
* Nim: Simplify NimbleBuildStep implementation a bithjk2021-03-171-33/+12
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-6/+6
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-172-7/+11
* Nim: Resolve duplicate codeBernhard Beschow2021-02-037-146/+182
* ProjectExplorer: Provide a ToolChain::isValid() base implementationhjk2021-01-062-10/+0
* Nim: Fix some nimble pathsBernhard Beschow2021-01-042-4/+2
* Nim: Remove unused methodBernhard Beschow2021-01-042-10/+3
* Nim: Fix include pathBernhard Beschow2020-12-141-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-302-15/+0
|\
| * ProjectExplorer: Remove unused virtual Toolchain::builtInHeaderPaths()Christian Kandeler2020-11-302-9/+0
| * ProjectExplorer: Remove unused virtual Toolchain::predefinedMacros()Christian Kandeler2020-11-302-6/+0
* | Nim: Remove unused codeBernhard Beschow2020-11-306-77/+0
* | Nim: Remove unneeded wrapper methodBernhard Beschow2020-11-302-7/+1
* | Nim: Remove unused attributeBernhard Beschow2020-11-301-1/+0
* | Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-1/+1
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-131-1/+0
|\|
| * Remove unneeded includesJarek Kobus2020-11-121-1/+0
* | ProjectExplorer: Consolidate *ToolChain::compilerCommand() implementationshjk2020-11-133-29/+6
* | ProjectExplorer: Consolidate *ToolChain::target() implementationshjk2020-11-112-6/+1
|/
* Fix lupdate issuesEike Ziller2020-11-091-0/+1