malte_langkabel
476e731b9e
build: building windows releases with .pdb files now to debug customer crashes with .dmp files
2017-03-03 19:49:39 +01:00
Andreas Stallinger
928ff49b74
build: dependencies added to testgen
...
* prebuild should now update correct, if new tests or test are deleted
2017-03-03 16:16:41 +01:00
Andreas Stallinger
f5dfafe091
logic: license seats, startscreen
...
* license info on startscreen
* volume license
* license generator update
2017-03-03 13:49:05 +01:00
Eberhard Graether
a1d8100215
web: blog post for Release 0.11
2017-03-01 13:09:49 +01:00
Eberhard Graether
6a0cf7dbb4
web: updated documentation to Release 0.11
2017-03-01 11:28:29 +01:00
malte_langkabel
67f97071e0
ui: fixed naming of 64 bit windows path detector
...
* also removed LibLincense dependencies on Lib because they are linked the other way round
2017-02-27 11:21:52 +01:00
Andreas Stallinger
eac48596ad
logic: Licenses with seats
2017-02-27 09:53:39 +01:00
Eberhard Graether
0423a86a63
script: Added RTTI flag to clang build command in README
2017-02-24 15:35:23 +01:00
Eberhard Graether
a80d8761d8
blog: Coati birthday post
2017-02-24 15:28:27 +01:00
wrongway88
e6f7e61a5f
logic: vs plugin cdb writing
...
cdb data will now be written to file immediatly instead of stored and then written all at once
this might solve memory issues for very large projects, but also increases parsing time (added concurency)
2017-02-23 00:01:18 +01:00
malte_langkabel
4563cbe90a
logic: indexer commands
...
* replaced parser arguments by project specific IndexerCommands that know everything the indexer needs to know to do its job
* added different language and project specific indexers that know how to handle a certain kind of indexer command
* refactored FileManager and FileRegister to have less overhead
* removed no-rtti restriction for clang files in lib cxx
* uncommented deprecated interprocess code.
fortune cookie message = Happiness will bring you good luck.
2017-02-22 16:42:20 +01:00
malte_langkabel
650cd8101e
data: removed QT dlls from repo
...
removeing qt dlls from repo since they need so much space. fetching them from qt install dir in setup script now.
2017-02-22 12:12:46 +01:00
Eberhard Graether
a0d3bd272c
ui: Fixed scrolling to active symbol when clicking on active graph view node
2017-02-22 04:58:54 +01:00
Eberhard Graether
224f0b05f9
ui: fixed method names disappearing in code view after being deselected
2017-02-22 04:30:48 +01:00
Eberhard Graether
79fc78a518
ui: Fixed shortcuts dialog
...
* fixed table sizes
* fixed scrolling for MacOS
* fixed couldn't resize dialog
2017-02-22 03:17:35 +01:00
wrongway88
c895179ace
ui: vs plugin dialog
...
Improved dialog for finished cdbs
2017-02-21 21:29:03 +01:00
Andreas Stallinger
f257a207f4
script: publish script, switch back to branch
...
switch back to branch if rebase does not work
2017-02-21 18:01:23 +01:00
Andreas Stallinger
0e5cc4bf7a
build: fix build on Unix systems
...
* throw std::exception replaced with throw error
* MANAGER to Manager in CMakelists
2017-02-21 17:46:09 +01:00
wrongway88
1fbc16e098
logic: interprocess utility
...
Added basic interprocess utility
2017-02-21 17:12:35 +01:00
Andreas Stallinger
9673685165
build: manual jobs added to ci
2017-02-21 14:06:51 +01:00
Eberhard Graether
77ef076c88
ui: Show definition in code view when clicking active node in graph
2017-02-21 00:37:19 +01:00
Eberhard Graether
4a230b1d94
logic: Fixed full text search messages not stacked consecutively
2017-02-21 00:17:32 +01:00
Eberhard Graether
02850baf9c
logic: Fixed error activation from code caused another show error message
2017-02-21 00:14:02 +01:00
Eberhard Graether
d02e3e74d0
ui: Fixed moving bundle nodes was not stored in undo stack
2017-02-21 00:10:49 +01:00
Eberhard Graether
04a5abdf98
data: Fixed file id retrieval for file in search match
2017-02-20 11:24:01 +01:00
Eberhard Graether
5dc901ea13
build: Added changelog for release 0.11.0
2017-02-19 20:57:05 +01:00
Eberhard Graether
558f0451af
Revert "src: Disabled bookmarking for upcoming release"
...
This reverts commit 356c753f13 .
2017-02-19 20:48:17 +01:00
wrongway88
ed9ff6d1bc
ui: plugin ping
...
added update pings on token activation (just to have a somewhat regularly reoccuring event to trigger the ping)
2017-02-16 20:30:22 +01:00
wrongway88
50df7cace2
logic: vs plugin fix
...
fixed issue with include path retreival
2017-02-16 16:39:21 +01:00
wrongway88
18153a2ac5
logic: VS Plugin logging/exception handling
...
Added some additional logging and exception handling to solution parser
2017-02-16 00:32:39 +01:00
Andreas Stallinger
217e9ceff2
build: linux package names
...
* linux packages names to 64bit/32bit instead of x86_64/i686
2017-02-15 12:51:28 +01:00
Andreas Stallinger
c028d28ffd
build: ci tag push
2017-02-15 12:10:46 +01:00
malte_langkabel
1c1e792fcf
logic: anonymous namespace locations
...
* removed special treatment of anonymous symbols when retrieving their source location. Now their source location is just the "{" character at the start of the namespace's scope.
0.11
2017-02-15 11:36:04 +01:00
Eberhard Graether
1fca7d2f29
ui: Fixed namespace shown as separate node in graph when 'using namespace' edge is visible
2017-02-15 11:03:50 +01:00
malte_langkabel
21fb8476ae
logic: fixed context node name of reference when context is a file
2017-02-15 10:45:29 +01:00
Eberhard Graether
8fca305fdd
ui: Don't accept rich text in enter license field
...
bug id = 207
2017-02-15 00:08:28 +01:00
Eberhard Graether
fcac720ea9
src: Fixes for release
...
* reduced contrast for overview bundle starting character titles
* put 3rd party licenses into Mac bundle
* check edges for 'importing files' bundle as well in case node types are not set
2017-02-14 23:44:27 +01:00
malte_langkabel
3359f25427
data: updated EULA
...
* updated EULA to reflect Test Licenses and made some minor changes
* moved 3rd party licenses to app data folder
* fixed crashes in headless mode
2017-02-14 15:53:36 +01:00
Eberhard Graether
591f723b82
ui: Fixed icons in setup dialogs blurry on high DPI screens
2017-02-14 13:39:01 +01:00
Eberhard Graether
78f8fdc552
build: Updated 3rd party licenses
2017-02-14 11:53:07 +01:00
Andreas Stallinger
97a021c97b
build: Linux package readme
...
* added readme to linux packages
2017-02-14 11:29:01 +01:00
Eberhard Graether
f63f4b360a
ui: Added link to additional preindexed projects to trial
2017-02-14 11:26:47 +01:00
malte_langkabel
32bb8347cd
logic: fixed interrupting cxx ast visiting
2017-02-14 11:10:14 +01:00
Eberhard Graether
d0b49a68a3
ui: Show trial in window title
2017-02-14 11:02:19 +01:00
Eberhard Graether
bd17bd3573
ui: Count by connected sub node for non-indexed bundles
2017-02-14 10:45:56 +01:00
malte_langkabel
1520b8bfbf
logic: implemented skipping to record calls to the constructor of a generated lambda class.
2017-02-14 10:35:11 +01:00
Eberhard Graether
a6bc9c5465
ui: Bigger offset for bigger circle in graph node bundle
2017-02-13 23:02:53 +01:00
Eberhard Graether
be82e2a24e
src: Fixed issues with relative paths
2017-02-13 22:45:59 +01:00
Eberhard Graether
1d133492ed
data: Fixed file node finding in search and undoing file activations in graph
2017-02-13 22:31:42 +01:00
Eberhard Graether
356c753f13
src: Disabled bookmarking for upcoming release
2017-02-13 21:21:50 +01:00