Eberhard Graether
082dfc2e1a
logic: Fixed source files within CDB not indexed unless within Indexed Header Paths
2017-05-22 23:02:35 +02:00
Eberhard Graether
3598fd357d
ui: Fixed status messages influence window resizing (issue #372 )
...
bug id = 372
2017-05-19 15:21:34 +02:00
Eberhard Graether
5c21f23219
logic: match source file extensions case insensitive (issue #384 )
...
bug id = 384
2017-05-19 14:39:45 +02:00
Eberhard Graether
65b5bd47f6
logic: Fixed indexing progress file count in status bar and status view (issue #387 )
...
bug id = 387
2017-05-19 14:26:52 +02:00
Eberhard Graether
9088de8105
ui: History list polishing
...
* Fixed fulltext searches not included
* Show smaller colored indicator in front of list items
* Font weight bold on history list item hover
2017-05-19 14:08:56 +02:00
Eberhard Graether
9a100cd0c0
web: fixed fastspring test store link in blog navigation
2017-05-19 00:40:50 +02:00
malte_langkabel
655e0f15b0
build: remove dlls from windows deploy package
...
* no dlls required anymore since we removed the setup.exe earlier which was the only C++ binary requiring those dlls.
2017-05-18 10:15:35 +02:00
Eberhard Graether
83356e58ee
src: Fixed clang build
2017-05-17 13:02:38 +02:00
malte_langkabel
6cb2119cce
src: remove unused includes
2017-05-17 12:10:22 +02:00
Eberhard Graether
ea3fd8b928
build: updated changlog for release 0.12.25
...
* and fixed clang warnings
2017-05-16 16:38:34 +02:00
Eberhard Graether
7cef92cb20
web: blog post for Release 0.12
2017-05-16 16:32:15 +02:00
Eberhard Graether
d4e5808524
src: Fixed clang issues
2017-05-16 16:30:50 +02:00
malte_langkabel
4d140e396a
src: add IndexerCommandType that will be used instead of string
2017-05-16 15:29:46 +02:00
Andreas Stallinger
80016596df
logic: fix missing typename
2017-05-16 11:42:09 +00:00
malte_langkabel
c551c9a1dd
logic: add name delimiter to NameHierarchy
...
* NameHierarchy now looks like this: <delimiter>\tm<all the rest>
* made new baseclasses for SettingsMigration and SettingsMigrator
* Use the migration system for SqliteBookmarkStorage as well
2017-05-16 13:08:12 +02:00
Eberhard Graether
6d0f633d24
web: updated documentation
...
* maven project setup
* reset layout option
* use 0 indexer threads for auto-detection
* multi process setting
* bookmarking
* depth graph
* updated menu and shortcuts
* updated images
2017-05-16 10:52:52 +02:00
malte_langkabel
c58b6ae23c
logic: fix properly create sqlite indices when changing DB mode
2017-05-16 10:08:26 +02:00
Eberhard Graether
d1a1552b8d
logic: run MessageActivateAll also in parallel
2017-05-15 12:28:04 +02:00
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