Eberhard Graether
1e8791da35
src: Fixed clang error
2019-07-09 15:11:43 +02:00
mlangkabel
bb78c04b34
logic: Implemented usage of PCH for indexing EmptyCxx Source Groups
...
* further change: initialize all llvm targets before indexing
* further change: remove configurable dependencies directory from gradle and maven sourcegroups
2019-07-02 15:52:17 +02:00
Eberhard Graether
3aebe91e36
ui: Refactored View initialization
...
* moved initView() implementation where used into constructor
* specify methods as override instead of virtual where applicable
* use default destructors where applicable
2019-07-02 15:04:09 +02:00
Eberhard Graether
5cc39824e0
ui: usability fixes
...
* reduced mouse drag sensibility when clicking on graph nodes
* also edit search element when cursor in front and pressing DELETE
* scroll to up to minimized snippet after minimizing when scrolled down far
2019-06-28 12:43:31 +02:00
Eberhard Graether
841a87469b
src: refactored UI elements and graphics file structure
...
* split QtIconButton into multiple files
* moved graph elements from view to graphics
* structured elements into sub directories
2019-05-29 18:31:11 +02:00
Eberhard Graether
1cc61a93a2
src: refactored project wizard file structure
...
* renamed wizzard to wizard
* split QtProjectWizardContentPath into multiple files
* split QtProjectWizardContentPaths into multiple files
* restructured subdirectories
2019-05-29 16:26:49 +02:00
mlangkabel
b90444b943
ui: add example for python environment to source group settings ui and changed name in project settings file (issue #696 )
2019-05-28 17:47:27 +02:00
Eberhard Graether
d2b41f7598
logic: improved python post processing speed and show progress dialog
2019-05-28 17:40:35 +02:00
mlangkabel
31f4e47903
ui: check validity of Python environment when entered in Python Source Group
...
* Python sourcegroup now displays if a provided Python environment is valid
* update used version of SourcetrailPythonIndexer
* changed executeProcess() to return the process' exit code and console output
2019-05-28 16:44:50 +02:00
mlangkabel
b607933e0f
data: updated expected output for cxx indexer tests and source group tests for windows
2019-05-28 16:42:00 +02:00
Eberhard Graether
5084a11dec
ui: Fixed annotation hovering slow in code snippet view due to style calculation from setting stylesheets
2019-05-28 14:30:23 +02:00
Eberhard Graether
762b27d306
test: moved SourceGroupTestSuite to end to prevent java environment issues on unix
2019-05-28 13:12:56 +02:00
Eberhard Graether
f2108084da
ui: Added another updateGeometry call to single file view to prevent white space at end and wrong scroll positions
2019-05-28 12:03:26 +02:00
Eberhard Graether
e410548665
ui: Fixed undoing after single edge activation within aggregation showed missing edges
2019-05-28 11:46:01 +02:00
Eberhard Graether
150240a9af
logic: Don't set project state outdated if only source group name changed (issue #700 )
2019-05-27 18:04:29 +02:00
Eberhard Graether
b6a39a2d66
logic: Don't store CxxCompilerHeaderPath in Global Include Paths
...
* show path in Global Include Paths preferences
* add to CXX indexer commands
* add migration to remove from app settings
2019-05-27 16:11:19 +02:00
mlangkabel
581b1894f2
logic: write output of Python indexer processes to log file
2019-05-27 14:05:02 +02:00
Eberhard Graether
f087d7e5ea
lic: Remove unique_ptr in LicenseChecker to avoid crash on destruction
2019-05-27 13:07:48 +02:00
Eberhard Graether
82fcd4f673
lic: Fixed crash in License destruction (issue #698 )
2019-05-27 12:22:22 +02:00
mlangkabel
e339b32286
logic: have logging enabled by default if not specified in app settings
2019-05-21 22:05:14 +02:00
Eberhard Graether
8c6ded28a8
data: Add StorageElementComponent to Storage injection
2019-05-21 17:56:50 +02:00
Eberhard Graether
e2157b8352
data: Fixed indexer crashes in Cinder after Clang update
2019-05-21 17:50:56 +02:00
mlangkabel
4d6cb464c4
logic: sort custom indexer commands by indexed file size and name
2019-05-21 17:23:03 +02:00
mlangkabel
0fb7fe719a
<module>: fixed storage cache to accept local symbols names of python indexer
2019-05-21 17:10:55 +02:00
Eberhard Graether
a526612fdb
ui: Refocus already focused search box on find shortcut to select content
2019-05-20 11:43:28 +02:00
mlangkabel
bcef315789
ui: added description of python errors to error help dialog
2019-05-20 11:32:34 +02:00
Eberhard Graether
b5e8c7f452
build: Fixed macOS bundle not using correct Python environment
...
* Pass verbose flag to Python indexer if enabled
2019-05-15 14:44:49 +02:00
mlangkabel
a9887da9f1
ui: show EULA on first start of windows portable package
2019-05-13 18:02:41 +02:00
Eberhard Graether
0e01a9b200
logic: Fixed python sample migration removed last recent project
2019-05-07 17:10:57 +02:00
mlangkabel
3106257692
ui: add python project icon
2019-05-07 16:28:29 +02:00
mlangkabel
76cb4e0dc9
data: added python sample project
2019-05-07 15:51:37 +02:00
Eberhard Graether
abda525b84
ui: Fixed symbol definition shown instead of reference on undoing
...
* fixes History Tests - State Tests - Code Reference
2019-05-07 14:59:14 +02:00
mlangkabel
bdb4c78399
logic: implemented Python post processing to add ambiguous edges for unsolved symbols
2019-05-07 14:17:59 +02:00
Eberhard Graether
7f4e03b241
license: Fixed old test license format not loaded (issue #691 )
2019-05-06 13:25:39 +02:00
Eberhard Graether
af70d684a5
data: Added intermediate fix to handle multiple definitions of main() in C/C++ (issue #233 )
...
* record main definition as .:main:.<filename>
* restore original name in name deserialization
* don't look up id when undoing main activation
2019-04-30 13:04:57 +02:00
Eberhard Graether
ee1fd9c38b
logic: Unblock UI when aborting indexing after partial refresh warning
2019-04-23 17:08:10 +02:00
mlangkabel
42cd0f05d7
logic: don't allow partial re-indexing for python source groups
2019-04-23 16:49:11 +02:00
Eberhard Graether
550ce9c7df
logic: Start automatic update checks on second day of use
...
* Added status messages for update check
2019-04-23 14:28:56 +02:00
Eberhard Graether
76aed77f59
ui: renamed 'relations' to 'references' in overview stats
2019-04-23 14:14:49 +02:00
Eberhard Graether
a00cdc18ca
ui: Added "Show Definition in IDE" action to graph context menu for nodes (issue #687 )
2019-04-23 13:15:56 +02:00
Eberhard Graether
1f6179c1b8
logic: Delete log files older than a month (issue #676 )
2019-04-23 13:02:55 +02:00
Eberhard Graether
02835ff59a
ui: show multi-level inheritance edge in graph legend
...
* and added "multi-level" to tooltip
2019-04-23 10:07:33 +02:00
Eberhard Graether
ff9467ccae
ui: Fixed first character in search autocompletion list type string sometimes slightly cut
2019-04-23 09:34:34 +02:00
Eberhard Graether
4def43086e
build: Updated to clang 8
...
* updated "runToolOnCodeWithArgs" from clang 3.7 code to clang 8 code
* fixed "clang-tool" may have occurred in compile command twice
2019-04-19 14:08:11 +02:00
Eberhard Graether
4dd032dcff
ui: Multi-column layout within access nodes if no child node has edges
...
* use multiple columns for access nodes if no child has edges
* try to layout close to a square
* layout neighboring accesses to the width of the largest
* increase threshold to hide children on parent activation to 100
* use square layouting in inheritance trees as well
2019-04-16 16:24:38 +02:00
mlangkabel
7b514173c3
ui: print version number of used SourcetrailPythonIndexer in sourcegroup selection ui
2019-04-09 10:36:45 +02:00
Eberhard Graether
edf319cde9
data: removed directory data/gui/installer and moved EULA files to data/license
...
* moved EULA files to data/license
* moved 3rd party license to data/license
* updated paths in installer scripts
2019-04-08 18:25:13 +02:00
mlangkabel
f7d3275e89
logic: make python environment path configurable in project settings
2019-04-08 13:09:52 +02:00
mlangkabel
045a3a4e50
logic: Added "Empty Python" Sourcegroup to project setup
...
The respective release of the SourcetrailPythonIndexer project is automatically downloaded from GitHub when the setup script is executed.
2019-04-02 15:54:17 +02:00
Eberhard Graether
5d672fafc4
ui: edit search element on backspace instead of deleting (issue #681 )
2019-03-20 14:47:39 +01:00