Eberhard Graether
79ad952d13
ui: Styled code navigation
...
* Defined final icons and colors for code navigation buttons
* Added disabled color for all buttons in search and code navigation UI
2017-01-17 15:17:17 +01:00
Eberhard Graether
db5a4618fe
ui: Made edge lines thicker
2017-01-17 12:09:25 +01:00
malte_langkabel
e7d2ddbd2d
logic: handling of multiple files with the same name
...
* implemented storing symbols and files in completely different tables
2017-01-17 11:27:20 +01:00
malte_langkabel
ecbc703261
logic: fixed environment variable detection
...
* fixed detection of environment variables in path that are encapsulated in %VARIABLE_NAME%
* mentioned notation for environment variables in documentation
2017-01-11 14:54:06 +01:00
malte_langkabel
a8ca0660fa
ui: Coati states if it requires 32 or 64 bit Java
...
* also updated documentation
2017-01-11 11:58:33 +01:00
malte_langkabel
0b3defbd1d
logic: fixed windows crash in single file view
2017-01-10 15:59:20 +01:00
malte_langkabel
86def95c31
logic: updated Java indexer
...
this fixes a lot of unsolved-symbol issues.
2017-01-10 14:04:26 +01:00
Eberhard Graether
d2ad2da1f1
ui: Fixed graph layouter couldn't handle nodes with same name
2017-01-09 22:05:03 +01:00
Eberhard Graether
79456d4121
ui: Don't allow vertical aggregation edges when either node is a child
2017-01-09 21:47:38 +01:00
Eberhard Graether
95dd6dadfc
ui: Don't show stats snippet in code view when no project was loaded
2017-01-09 21:38:12 +01:00
Eberhard Graether
cee8a52ca4
ui: Added checkbox to enable/disable animations to preferences
2017-01-09 21:32:59 +01:00
Eberhard Graether
757f728f98
ui: Removed double line around graph view
2017-01-09 21:15:14 +01:00
Eberhard Graether
2c7f19bfd1
ui: Fixed namespace label cut off when node is in front column
2017-01-09 16:59:16 +01:00
Eberhard Graether
2bdc9b19a2
ui: Added single file mode to code view
...
* Added navigation to top of code view for iterating references and switching between list and single file mode
* current file name and reference count is shown on top in single file mode
* refactored scrolling to location or line via request system
* added parameters animated and toTop to scrolling system
* refactored class hierarchy and removed unused stuff in list mode
2017-01-09 00:48:20 +01:00
malte_langkabel
79937b21f0
logic: refactored using Occurrences in PersistentStorage
2016-12-19 14:20:54 +01:00
malte_langkabel
d9e6b23a8b
ui: removed underscores from edge-hover names in graph
2016-12-16 11:02:33 +01:00
malte_langkabel
946052f5ae
src: renamed template specialization edge types
2016-12-16 10:35:46 +01:00
malte_langkabel
4194381d5f
logic: guessing type of callee node to be function.
2016-12-15 16:20:39 +01:00
Eberhard Graether
157e78a84b
web: updated blog navigation, fixed jquery conflict
2016-12-14 15:41:55 +01:00
Eberhard Graether
be7addb626
web: blog post for release 0.10
2016-12-14 15:40:02 +01:00
Eberhard Graether
59dad33d19
build: Added changelog for release 0.10.0
2016-12-14 15:27:32 +01:00
malte_langkabel
c1648f59bd
build: implemented auto-generation of GUID for windows installer
2016-12-14 15:21:00 +01:00
malte_langkabel
5482e56e82
build: deploy changes
...
* moved sample projects from data to user folder
* added fallback files for app and window settings
* implemented copying app and window settings to user folder when not found on app startup
* fixed upgrading for windows installer
0.10
2016-12-14 13:33:17 +01:00
Manuel Dobusch
68a2cb08bc
build: windows installer update
...
removed appsettings from installer
2016-12-13 16:51:44 +01:00
Andreas Stallinger
c00ebb6729
script: Coati.sh script LD path fix
2016-12-13 12:41:10 +01:00
malte_langkabel
0bf1145a77
data: renamed log window in window settings for package
...
* also: added spaces in tutorial project
2016-12-13 12:29:42 +01:00
Eberhard Graether
7201a4143d
doc: Fixed images in documentation
2016-12-13 12:25:12 +01:00
malte_langkabel
f2d8fb7b6d
build: fixed duplicate GUIDs in installer
...
<description>
2016-12-13 11:28:34 +01:00
Eberhard Graether
f232093c3d
ui: Fixed some spacing in status view
2016-12-13 11:22:06 +01:00
malte_langkabel
982264d7ba
logic: indexer fixes
...
* forward declarations are recorded as undefined types now
* fixed minor issue with dependent template argument names
2016-12-13 10:45:16 +01:00
Eberhard Graether
5391ea449b
ui: Renamed Log Window to Status Window and Output Tab to Status Tab
2016-12-13 10:35:50 +01:00
Eberhard Graether
48ece50eca
src: Added more status messages and some fixes
...
* Elide status bar messages to avoid window resize window
* Fixed status view clearing when switching projects
* Refactored app setting loading
* Replace newline characters with spaces in status view
2016-12-13 01:41:06 +01:00
Manuel Dobusch
790afcf572
build: wix setup
...
fixed some dll related stuff
2016-12-12 19:26:44 +01:00
Manuel Dobusch
2d8009535f
build: windows dlls
...
Added a bunch of dlls that should resolve the need to install certain windows updates
2016-12-12 16:46:22 +01:00
malte_langkabel
7cf8cbb59d
build: updated windows installer to include all the new icons
2016-12-12 11:40:51 +01:00
Eberhard Graether
5845a98095
logic: polished status view
...
* click message in status bar to show status view
* renamed status tab to output
* renamed status column to message
* fixed list not properly updating when using filters
* scroll to first row after clearing
2016-12-12 11:08:07 +01:00
Andreas Stallinger
9db99580d1
src: removed cout in statuscontroller
2016-12-12 10:07:37 +01:00
Eberhard Graether
05ad054421
logic: Refactored graph node sorting
...
* Fixed sorting to always be alphabetical within each bucket
* Bundled nodes will expand in place
* Overview bundles are not sorted alphabetical
* Probably improved sorting performance by using std::set
2016-12-10 12:40:46 +01:00
Eberhard Graether
8bf02140b2
logic: Aggregate type use edges to make referencing symbols appear collapsed
2016-12-09 20:43:46 +01:00
malte_langkabel
26902acbbb
src: split CxxAstVisitor into component based indexing system
...
* also: added logging for sqlite exceptions
2016-12-09 17:00:26 +01:00
Eberhard Graether
809d27ecac
ui: Fixed undefined stripes of graph nodes covering child nodes
2016-12-09 14:21:43 +01:00
Andreas Stallinger
6d56202469
fix: fixed gitlab ci yaml file
2016-12-09 12:09:13 +01:00
Andreas Stallinger
ebddfaaa32
build: 32 bit linux ci
...
* in vector testsuite replaced EQUAL with DELTA for float comparison
* on linux use appsettings for testing
* botan deprecated warning
* template error in cxxtest
2016-12-09 12:03:05 +01:00
Eberhard Graether
6575485609
logic: Improved code view performance by removing duplicate TokenLocation check
2016-12-07 21:04:19 +01:00
Eberhard Graether
a3428be65c
logic: Improved code view performance by removing duplicate storage call
2016-12-07 18:47:07 +01:00
Eberhard Graether
42dad5f83a
logic: Improved performance of source location retrieval for files
2016-12-07 15:33:07 +01:00
Eberhard Graether
2d9052992c
logic: Scroll active definition to top of code view is possible
...
* don't log hande message
* fixed graph gets animated when using next and previous code reference shortcuts
* fixed message scroll code handling
2016-12-07 14:18:24 +01:00
Andreas Stallinger
5d5a0922f5
ui: statusview
...
* statusview as tab
2016-12-07 12:56:56 +01:00
Eberhard Graether
3a269ad7b3
ui: Fixed graph switch animation being used for edge activation
2016-12-07 12:39:43 +01:00
Eberhard Graether
41fe24ed7a
logic: Fixed crash in bundling
2016-12-07 10:05:43 +01:00