Manuel Dobusch
8c0f9f2de4
logic: vs plugin multithreading
...
added simple multithreading for cdb creation
2017-02-02 17:03:52 +01:00
Manuel Dobusch
37f0d645fd
ui: 3rd party licences
...
Updated menu entry title to '3rd party licences'
2017-02-01 21:42:54 +01:00
Manuel Dobusch
25f8b6d385
ui: shortcut list
...
udpated style of shortcut list
2017-02-01 21:29:15 +01:00
Manuel Dobusch
02fad4990b
logic: plugin fix
...
Can now handle projects with non-native build tool
2017-01-31 13:23:43 +01:00
Manuel Dobusch
85be119e7f
ui: shortcut cheat sheet
...
Added a simple in-app shortcut list to the help section
2017-01-27 19:11:14 +01:00
Manuel Dobusch
4fc0785002
ui: company address updated
...
updated company address in 'about' window
2017-01-26 19:09:59 +01:00
Manuel Dobusch
cdde712a2c
ui: graph zoom buttons
...
Added simple zoom buttons to graph
2017-01-26 16:33:49 +01:00
Manuel Dobusch
79d5f48454
logic: licence error handling
...
Fixed bug #277 and improved error handling in licence code
2017-01-17 16:46:24 +01:00
Manuel Dobusch
68a2cb08bc
build: windows installer update
...
removed appsettings from installer
2016-12-13 16:51:44 +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
Manuel Dobusch
d24e5b5bbd
logic: vs plugin upgrade
...
Updated documentation and removed obsolete plugin ui
2016-11-29 14:06:02 +01:00
Manuel Dobusch
1e7fb9c6b7
src: Re-added VS project button
...
Re-added the vs project button for new projects after the vs solution parser has been removed.
2016-11-24 18:10:05 +01:00
Manuel Dobusch
3580ed79f7
src: removed visual studio solution parser
...
Removed the visual studio solution parser and its tests as it is deprecated
2016-11-24 17:04:59 +01:00
Manuel Dobusch
9aa07d46aa
utility: windows setup update
...
Changed windows setup folder layout and added readme file
2016-11-24 16:18:37 +01:00
Manuel Dobusch
0a3200f8ff
ui: vs plugin integration
...
Reworked vs solution based project setup to utilize new CDB feature
2016-11-10 17:40:14 +01:00
Manuel Dobusch
377f0ef34f
logic: project setup fix
...
Checking whether a project is currently loaded before accessing it...
2016-08-23 16:47:57 +02:00
Manuel Dobusch
a1277a92f4
logic: added language setting to vs project parser
...
Language setting was missing from projectSettings created by the vs solution parser
2016-08-23 15:50:24 +02:00
Manuel Dobusch
c6a6e6d028
build: wix installer integration
...
Updated wix installer to better facilitate the integration into the deploy process.
2016-08-11 15:14:15 +02:00
Manuel Dobusch
d0cf500c8e
build: new windows installer
...
Created new windows installer based on the WiX Toolset
2016-08-09 16:32:27 +02:00
Manuel Dobusch
b683d7b2d6
logic: VS Solution Macro Handling
...
Added handling of project specific VS macros
2016-07-07 00:14:29 +02:00
Manuel Dobusch
5295267513
ui: generic solution parser
...
completed first version of generic solution parsers
2016-05-18 16:50:26 +02:00
Manuel Dobusch
2f25279662
logic: vs solution parsing fix
...
Fixed issue with vs internal macros
2016-05-18 14:19:41 +02:00
Manuel Dobusch
fe74dfb7cc
logic: vs plugin upgrade
...
Upgraded plugin project to vs 2015. Can now serve all targets (vs 2012 to 2015) with one binary.
2016-03-30 14:04:47 +02:00
Manuel Dobusch
b75dd2abe1
logic: vs compiler flags
...
Added compiler flags from VS solution and vs compatibility flags.
2016-03-30 13:37:37 +02:00
Manuel Dobusch
82db193c78
logic: solution parsing refactor
...
Refactored solution parser handling to make it more generic
Also includes new parser (wip)
2016-03-23 17:06:40 +01:00
Manuel Dobusch
52aeae2f6d
logic: plugin binary update
...
Updated all vs plugin binaries to latest version
2016-03-14 15:13:55 +01:00
Manuel Dobusch
cabdb69956
logic: listening status for communication controller
...
Added isListening method to ide communication controller
2016-03-07 17:29:20 +01:00
Manuel Dobusch
b761db9b22
logic: fix for TaskParseCxx
...
Adaption for MessageFinishedParsing change
2016-03-07 16:25:08 +01:00
Manuel Dobusch
8b4b4bb027
ui: Prevent network message handling without valid licence
...
Message by the ide com. controller are now caught by the licence checker to prevent them from causing trouble when waiting for the licence.
bug id = 45
2016-03-02 18:50:20 +01:00
Manuel Dobusch
612e12b35f
ui: font size limits
...
Introduced font size limits and prevent ui refresh beyond those limits. Should prevent UI from freezing up with unlocked mouse wheel.
2016-03-02 16:22:16 +01:00
Manuel Dobusch
eb831376ce
logic: Access right hotfix
...
Catch exception when coati tries to write to a database without sufficient rights. Display error message asking for restart with admin rights
bug id = 43
2016-02-29 18:07:14 +01:00
Manuel Dobusch
8a2c4b4e9b
logic: vs solution parsing fix
...
Fixed vs solution parsing to be able to handle some more variations of vs solution layouts...
2016-02-23 16:49:02 +01:00
Manuel Dobusch
835b6718ff
build: deployment update
...
Updated deployment project according to data folder update
2016-02-16 16:56:15 +01:00
Manuel Dobusch
d04cf6316b
logic: vs plugin update
...
Changed some exception handling behavious in network utility
2016-02-15 18:50:08 +01:00
Manuel Dobusch
d31557cb66
Logic: VS Solution Parsing update
...
Updated vs solution parsing, fixed some issues. Also fixed some issues with corresponding unit tests.
2016-02-15 17:55:01 +01:00
Manuel Dobusch
082b94ac8d
logic: code view asset fix
...
Fixed asset paths for code view
2016-02-09 14:05:25 +01:00
Manuel Dobusch
e13eaa85da
logic: visual studio solution parsing
...
Can now parse visual studio solutions. VS Plugin can send a command, parsing is implemented in Coati.
Some minor changes: added project file icon, added language check to vs plugin
2016-02-08 15:58:25 +01:00
Manuel Dobusch
8d6220dafb
logic: file paths
...
Changed relative file paths for resources to absolute paths to ensure functionality of shortcuts and file associations on windows platform
2016-01-26 15:28:43 +01:00
Manuel Dobusch
ed1aba8858
build: Botan include fix
...
Fixed CMakeLists to allow debug build
2016-01-18 17:59:46 +01:00
Manuel Dobusch
958dad1d59
logic: vs plugin solution utility
...
Utility class to get list of files in a vs solution in the plugin.
2015-12-30 01:06:15 +01:00
Manuel Dobusch
5af8d0f03f
ui: graph toggle button number position
...
Improved the position of the small number in the graph node toggle button for windows.
2015-12-30 00:21:38 +01:00
Manuel Dobusch
afc2d1e6b5
ui: windows start menu shortcut
...
Fixed an issue with the start menu shortcut generated when installing on windows.
2015-12-27 18:45:05 +01:00
Manuel Dobusch
8a1914182f
ui: disabled language selection
...
Disabled language selection because parsing C code caused crashes.
2015-12-16 16:58:40 +01:00
Manuel Dobusch
28c1a0048b
ui: windows setup prerequisit
...
Added windows prerequisit to installer project. This prompts the user to download and install prerequisit automatically.
2015-12-14 18:24:17 +01:00
Manuel Dobusch
0f4e49477a
ui: language standard options
...
Added some language standard options.
<description>
2015-12-11 15:22:28 +01:00
Manuel Dobusch
2b03215ea4
ui: language standard
...
Added language standard select functionality to gui and language standard to project settings.
2015-12-09 19:54:13 +01:00
Manuel Dobusch
9ed8dd69c7
ui: windows uninstall
...
Added uninstall script
2015-12-02 14:57:38 +01:00
Manuel Dobusch
04196db81d
ui: windows installer
...
Created a windows installer (vs deployment project).
2015-12-02 14:50:02 +01:00
Manuel Dobusch
057ab57a42
logic: vs plugin bug
...
Error handling for plugin bug where the client socket is disposed when it's still needed.
2015-11-23 15:41:26 +01:00
Manuel Dobusch
fbc5f7a7fe
logic: network port option
...
Added options to Coati and VS plugin to set network ports
2015-11-18 17:08:05 +01:00
Manuel Dobusch
f2a202c064
logic: vs focus
...
Setting cursor in VS via Coati now sets the focus to the VS window.
2015-11-09 13:59:55 +01:00
Manuel Dobusch
e186eefdff
ui: context menu
...
Context menu for code view added, including option to set IDE cursor.
2015-11-04 18:51:49 +01:00
Manuel Dobusch
7d03166282
logic: VS plugin fixes
...
Fixed some vs plugin issues and added plugin project to repo
2015-11-03 15:26:47 +01:00
Manuel Dobusch
0664f9a81b
logic: IDE Communication
...
Network code and controller added to communicate with IDE plugins. Does not include GUI integration though.
2015-10-14 15:40:10 +02:00