Eberhard Graether
33452aaa0b
build: Added QtCreator plugin to MacOS package
2017-05-15 12:25:13 +02:00
malte_langkabel
4a5b5c2e51
build: rename plugin directory for QtCreator and add this folder to windows package
2017-05-15 12:17:57 +02:00
malte_langkabel
00c696b385
logic: switch back to handling messages in sequence by default
...
* handling all messages in parallel caused UI synchronization issues
* for now the only message that requests to be handled in parallel is MessageActivateTokens
2017-05-15 11:59:15 +02:00
Eberhard Graether
0d244b0224
utility: Fixed message buffer might become empty while applying message filters
2017-05-15 11:31:10 +02:00
Andreas Stallinger
9937b9beeb
documentation: fixed wrong imagename
2017-05-15 10:26:58 +02:00
Andreas Stallinger
6a90ee367c
documentation: qt creator plugin
...
removed sublime text image in qt creator section
2017-05-15 10:20:34 +02:00
Andreas Stallinger
9d91e86e1e
documenation: qt creator plugin
...
added qt creator plugin
2017-05-15 10:17:35 +02:00
Eberhard Graether
c94b5f34a3
ui: Create bookmarks from graph context menu for node under mouse cursor (issue #373 )
...
bug id = 373
2017-05-15 00:45:50 +02:00
Eberhard Graether
6de0021f70
ui: Fixed code view single file not scrolled to first fulltext search result
2017-05-14 20:08:25 +02:00
Eberhard Graether
3dfc0cb341
utility: Added MessageFilter API to messaging
...
* filter out focus in and out messages if both in queue
* filter out search autocomplete when multiple in queue
2017-05-14 19:39:05 +02:00
Eberhard Graether
6193ae9209
logic: Fixes for shared memory
...
* set unrestricted permissions on shared memory allocation to fix crash on Windows
* log exceptions during shared memory creation and destruction
* create SharedMemoryGarbageCollector after logging was enabled
2017-05-12 01:53:37 +02:00
malte_langkabel
40157039b4
src: use FilePath in FileSystem::getFileNamesFromDirectory
2017-05-11 16:30:14 +02:00
malte_langkabel
156c3d4b9f
src: refactor UUIDUtility to conform with our coding conventions
2017-05-11 15:02:07 +02:00
Andreas Stallinger
4dcfe34485
logic: fixed template error on linux
2017-05-11 13:48:21 +02:00
malte_langkabel
d160f38cbd
build: remove setup.exe from windows package
...
* removed the exe since it does nothing but call the msi
* also fixed a missing include when building with DEPLOY on windows
2017-05-11 13:12:36 +02:00
malte_langkabel
1d1acc32f4
ui: improve item descriptions in application settings dialog
2017-05-11 11:15:44 +02:00
malte_langkabel
8a92453d60
logic: fix update of Java indexer to new version of Java dependencies
...
* reapplied previous reverts
* added cache for TypeSolvers in Java code
2017-05-10 17:54:21 +02:00
Andreas Stallinger
f9a6c1ac09
build: remove manual build from master branch
2017-05-10 16:42:16 +02:00
Andreas Stallinger
df7cdd2e7c
build: gitlabci - job for licensegen and cleanup
...
* using template in yaml
* job for keygen added
2017-05-10 16:25:32 +02:00
Andreas Stallinger
d100aca5fc
build: gitlab-ci names for artifacts
...
* names for gitlab artifacts
* fix Linux package qt platforms lib
2017-05-10 16:09:43 +02:00
Eberhard Graether
960ca6703e
logic: Fix indexing progress dialog not updated when fetching storage
2017-05-10 15:52:24 +02:00
Andreas Stallinger
2136e30a48
build: fixes to build on linux
...
* dont use Q_PROCESSOR macros for 32/64 getArchitectureType
move the function from lib_gui to lib
* added missing include
2017-05-10 15:33:31 +02:00
Eberhard Graether
f3cd9a1770
data: Fixed inconsistent node data in IntermediateStorage
2017-05-10 13:24:32 +02:00
Eberhard Graether
4b9c9858b7
data: Save timestamp of project indexing and show it in overview
2017-05-09 23:47:34 +02:00
Eberhard Graether
3fdd24f038
data: Fixes in indexing
...
* Show status update for every indexed translation unit and only once
* Save nodes in same order they were indexed
2017-05-09 22:55:49 +02:00
Eberhard Graether
f4caacacf2
ui: Added history of last active symbols to UI and menu (issue 151)
...
* holding down back or forward button shows list of current back-forward stack
* added narrow button between back and forward to show the list
* added History menu
* moved back and forward actions to History menu
* show chronological list of recently active symbols in History menu
bug id = 151
fortune cookie message = Dein Geschäft wird gut laufen und expandieren.
2017-05-09 17:14:43 +02:00
Eberhard Graether
bb8c2ae5a9
data: Set correct name delimiter per language in parsers
2017-05-09 16:25:58 +02:00
malte_langkabel
329544530d
logic: fix crash when running 32 and 64 bit versions in parallel
...
fixed by making memory name of garbage collector depend on architecture type of sourcetrail binary
2017-05-09 15:07:18 +02:00
Eberhard Graether
f3de8b5ae4
ui: Changed menu action to "Bookmark Active Symbol"
2017-05-08 17:15:54 +02:00
Eberhard Graether
c0e3726b2d
build: Changelog for 0.12 (beta)
2017-05-08 17:13:31 +02:00
Andreas Stallinger
12a3c7750f
script: linux deinstall script fix
...
* linux deinstall script replaced / with -
* added categories in sourcetrail.desktop
0.12
2017-05-08 12:49:33 +00:00
Eberhard Graether
14fa67b909
logic: Limit multi process indexing to projects with C/C++ source groups
2017-05-08 14:45:37 +02:00
Eberhard Graether
ad1a48bce4
Revert "logic: update java indexer to new version of Java dependencies"
...
This reverts commit da2b44bd25 .
2017-05-08 14:17:22 +02:00
Eberhard Graether
a224d42079
Revert "logic: java update linux"
...
This reverts commit 3864dc1fb1 .
2017-05-08 14:17:03 +02:00
Eberhard Graether
cacd97fa9c
Revert "logic: update java on MacOS"
...
This reverts commit fa329be35f .
2017-05-08 14:16:34 +02:00
malte_langkabel
f65aee612a
build: fix windows CMake error
...
* fixed by converting backslashes in boost path to slashes
2017-05-08 14:03:15 +02:00
Eberhard Graether
a1a709b049
logic: Fix trail graph check in MessageFlushUpdates handler of GraphController
2017-05-08 12:28:06 +02:00
Andreas Stallinger
b729bf0a9a
build: symlink for test/data
2017-05-08 07:18:23 +00:00
Eberhard Graether
e5cad53e85
ui: Click edges in trail to show source location
2017-05-06 22:56:17 +02:00
Andreas Stallinger
f5979f5ead
build: fix missing include for linux
...
added thread include
2017-05-05 20:12:10 +00:00
malte_langkabel
e8a24d3d98
logic: release fixes
...
* disable windows error dialogs on application crash for indexer target
* show indexing dialog at the start of indexing task instead of waiting for processes to start
* fix escaping path to binary for indexer process
* join garbagecollector thread when stopping
* fix compile errors related to FilePath in deploy mode on windows
2017-05-05 16:37:48 +02:00
Eberhard Graether
562e623930
utility: use non throwing try_lock approach when creating named mutex for shared memory
2017-05-05 16:31:51 +02:00
Eberhard Graether
8f44ad4a47
ui: Fixes for release
...
* updated keyboard shortcuts
* graph zooming also with Ctrl + Mouse Wheel
* display include and macro edges behind nodes
* allow more file search results
2017-05-05 12:40:51 +02:00
Eberhard Graether
9c6114336c
data: Fixed TaskBuildIndex stops fetching when indexer commands are out and waits for indexer threads to stop first
2017-05-05 12:37:16 +02:00
Eberhard Graether
fa329be35f
logic: update java on MacOS
2017-05-05 12:35:59 +02:00
Andreas Stallinger
3864dc1fb1
logic: java update linux
2017-05-05 10:05:27 +00:00
malte_langkabel
c93d5aa9f0
ui: add dialog to warn about active "verbose indexer logging" on refresh
...
* also featuring: remove unnecessary call in ParserClientImpl
2017-05-05 11:37:25 +02:00
malte_langkabel
da2b44bd25
logic: update java indexer to new version of Java dependencies
...
* JavaSymbolSolver: Commit fac13d99
* JavaParser: Tag 3.2.0
2017-05-04 17:06:28 +02:00
Eberhard Graether
d096106ec5
ui: improvements on trail layout
...
* increased spacing around graph
* fixed graph lagging on message focus out
* fixed level assignment fails
* fixed dead ends in cyclic graph removal
* improved node positioning by grouping to same average position
* fixed graph image export not centering graph
* fixed black dot at graph origin
* show status updates while creating trails
2017-05-04 16:46:17 +02:00
Eberhard Graether
706119ebcc
data: indexer processes
...
* TaskBuildIndex starts seperate indexer processes and communicates via shared memory
* indexer processes get restarted if they fail
* indexer processes are killed when the app closes or crashes
* added utility class SharedMemory to allocate and access shared memory, providing basic data structures
* added SharedMemoryGarbageCollector for keeping track of running instances and cleaning up shared memory in case of a crash
* show errors for source files that crashed during indexing
* added basic exception handling to task scheduling
* added option to turn off processes and use threads in preferences, but still use shared memory
fortune cookie message = Good news from someone dear is coming soon.
2017-05-04 15:50:59 +02:00