aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+0
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-8/+6
* Editor: unify assist processor handlingDavid Schulz2022-11-142-7/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-252-2/+2
* Nim: Convert to Tr::trhjk2022-10-1128-125/+108
* Nim: Inline nimcodestylepreferenceswidget.uihjk2022-10-107-115/+39
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-062-12/+10
* Use SPDX license identifiersLucie GĂ©rard2022-08-2667-1608/+134
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-1/+1
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-1/+1
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-8/+8
* Nim: Avoid using sender()Jarek Kobus2022-07-203-11/+12
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-4/+2
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Code cosmeticshjk2022-06-242-4/+6
* NimSuggestServer: Connect to done() signal instead of finished()Jarek Kobus2022-06-204-46/+16
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-2/+2
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-072-3/+3
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-032-3/+3
* ProjectExplorer: Make BuildSystem:Name variable availableChristian Kandeler2022-06-031-1/+1
* ProjectExplorer: Make target device for executable aspect explicithjk2022-06-022-3/+4
* ProjectExplorer: Pass macroexpander (again) to WorkingDirectoryAspecthjk2022-05-302-3/+4
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-203-6/+5
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-182-3/+3
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-102-0/+3
|\
| * ClangFormat: Fix settings checkboxes disappearanceArtem Sokolovskii2022-05-102-0/+3
* | ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-222-5/+5
* | ClangFormat: Fix unsaving properties for global settingsArtem Sokolovskii2022-03-304-6/+8
* | Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+0
* | Drop ::ExitStatus:: and ::ProcessError::Jarek Kobus2022-02-141-1/+1
|/
* Remove qmake build filesEike Ziller2022-01-202-90/+0
* ProjectExplorer: Use a struct for toolchain autodetection parametershjk2022-01-182-10/+10
* 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