mlangkabel
70092378c2
test
2021-02-01 18:01:15 +01:00
mlangkabel
f76c1773ae
test
2021-02-01 17:12:51 +01:00
mlangkabel
997a0ff1e7
test
2021-02-01 15:22:47 +01:00
mlangkabel
f0a143a85e
test
2021-02-01 14:28:43 +01:00
mlangkabel
7b7c6f4794
add more logging
2021-02-01 13:56:43 +01:00
mlangkabel
9ad9fd8980
Revert "test"
...
This reverts commit 6ad1b1ce52 .
2021-02-01 13:56:34 +01:00
mlangkabel
6ad1b1ce52
test
2021-01-27 22:25:54 +01:00
mlangkabel
4750791a6a
test
2021-01-27 22:01:37 +01:00
mlangkabel
6894f9b608
test for ninja
2021-01-27 21:26:45 +01:00
mlangkabel
c23dbfb9f9
test
2021-01-26 08:03:22 +01:00
mlangkabel
47fd6af759
install swig for building SourcetrailDB python bindings
2021-01-25 22:24:19 +01:00
mlangkabel
351399ee9e
fetch submodule of submodule in appveyor script
2021-01-25 22:06:02 +01:00
mlangkabel
86b5efbd76
fetch submodules in appveyor script
2021-01-25 22:00:42 +01:00
mlangkabel
b0c43ce94f
remove download_python_indexer call from appveyor script
2021-01-25 21:48:15 +01:00
mlangkabel
c28260a0fa
update SourcetrailPythonIndexer submodule
2021-01-25 21:19:29 +01:00
mlangkabel
b6a92d0825
fix python indexer call in tests
2021-01-25 21:18:08 +01:00
mlangkabel
cd0f4e8fc0
fix cmake to copy correct files for python indexer
2021-01-25 20:43:50 +01:00
mlangkabel
146487b760
update SourcetrailPythonIndexer submodule
2021-01-25 20:43:21 +01:00
mlangkabel
197e127035
update usage of python indexer to call run.py
2021-01-25 20:43:00 +01:00
mlangkabel
ecfa1b7920
split command line args for IndexerCommandCustom usages
...
* this seems to be required when using the new QProcess API.
* this also required to remove quotes that were added to path args because otherwise the Python indexer would mistake absolute paths for relative paths.
2021-01-25 20:36:42 +01:00
mlangkabel
093261232c
create python environment instead of using pyinstaller
2021-01-25 18:45:27 +01:00
mlangkabel
fd05f0fbc5
add SourcetrailPythonIndexer as submodule
2021-01-25 13:47:22 +01:00
mlangkabel
e3c0ed9349
Revert "test: fix expected output for CXX indexer tests"
...
This reverts commit ce1d5e8443 .
2021-01-12 07:49:05 +01:00
mlangkabel
ce1d5e8443
test: fix expected output for CXX indexer tests
2021-01-11 19:54:02 +01:00
Malte Langkabel and GitHub
281dfd7fac
docs: update language support version numbers in docu
2021-01-11 16:23:40 +01:00
Malte Langkabel and GitHub
f18bef7f73
build: make Java tests run on Linux CI ( #1127 )
2021-01-11 14:34:28 +01:00
Eberhard Graether
2fbe3d68ea
res: Updated SPONSORS.md - January 2021
2021-01-06 23:20:31 +01:00
Eberhard Graether
27262d20b4
res: Changelog for 2020.4.35
2021.1
2021-01-06 23:14:18 +01:00
Malte Langkabel and GitHub
d0f9056f15
ui: move "Save Graph as Image..." up in "Edit" menu to keep "Preferences..." at the bottom ( #1124 )
...
This is done because users may already be used to "preferences" being the bottom-most button and may accidentally click "Save Graph as Image..." when they actually want to open the preferences screen.
2020.4.35
2020-12-31 18:39:07 +01:00
Malte Langkabel
a087ef9454
build: fix warning (treated as error on windows)
2020-12-31 16:27:52 +01:00
Eberhard Graether
989f174678
res: Changelog for 2020.4.32 (beta)
2020-12-16 22:50:44 +01:00
mlangkabel
3be856b1f9
build: update windows build scripts to new code signing mechanism
2020.4.32
2020-12-14 21:01:58 +01:00
Eberhard Graether
cf9534d795
res: Updated SPONSORS.md - December 2020
2020-12-08 18:58:04 +01:00
Frédéric Simonis and GitHub
f70e9ecbc4
build: Add compatibility layer for Qt versions ( #1118 )
2020-12-07 15:34:14 +01:00
Malte Langkabel and GitHub
5cae072a02
build: Update to LLVM 11.0.0 (issue #1088 ) ( #1116 )
2020-12-01 07:53:20 +01:00
mlangkabel
1a0b564b1e
ui: change text of error message if Java could not be loaded to be less narrow regarding the cause
2020-11-30 16:12:04 +01:00
Malte Langkabel and GitHub
efc80fde57
logic: check if clang NamedDecl really has a name before asking for it to prevent assert (issue #1075 ) ( #1112 )
2020-11-18 19:25:12 +01:00
mlangkabel
fcd2f33304
fix escaping in mvn path detector (necessary after 8b8c1866)
2020-11-18 17:44:32 +01:00
mlangkabel
d3873213f1
logic: add another codeblocks related null check
2020-11-18 17:11:03 +01:00
William Wold and GitHub
4b6b58de86
logic: fix crash when using codeblocks project (issue #1109 ) ( #1110 )
2020-11-18 16:47:14 +01:00
miltolstoy and GitHub
8990eb320d
logic: add menu action for graph 'save as image' (issue #426 ) ( #1104 )
2020-11-18 16:19:27 +01:00
Frédéric Simonis and GitHub
8b8c186697
src: Migrate QProcess::start() to QStringList ( #1107 )
...
The non-QStringList variant of QProcess::start() was removed in Qt 5.15.
The adapted method handles escaping of the arguments, which simplifies
code in some locations.
2020-11-18 15:45:38 +01:00
mlangkabel
4277bcc47d
docs: mention PyCharm and CLion in Editor Plugins section
2020-11-18 15:30:43 +01:00
Eberhard Graether
73772365ad
res: Updated SPONSORS.md - November 2020
2020-11-04 22:39:47 +01:00
miltolstoy and GitHub
ad9d8d7930
logic: remember graph zoom level on restart (issue #801 ) ( #1099 )
2020-10-23 19:25:44 +02:00
Eberhard Graether
a37681e58b
res: Updated SPONSORS.md - October 2020
2020-10-19 22:11:42 +02:00
3e9fd2306b
build(deps-dev): bump junit ( #1097 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 13:26:26 +02:00
b86e237c0b
build(deps-dev): bump junit ( #1096 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 13:26:14 +02:00
404511603d
build(deps-dev): bump junit ( #1095 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 13:26:03 +02:00
744b8e3186
build(deps-dev): bump junit ( #1094 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 3.8.1 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 13:25:09 +02:00