Andreas Stallinger
66e48d5608
documentation: Atom added and Melpa(Emacs repo)
...
* add atom plugin to docu
* emacs plugin is now on melpa(online package archive)
2016-08-02 11:51:46 +02:00
Andreas Stallinger
f88cc16a36
docu: plugin section updated
...
emacs, vim, ...
2016-07-28 17:08:15 +02:00
Andreas Stallinger
d5e9cecef3
logic: scroll code when no symbol
...
Scrolling to line, when comming from plugin and the file is was modified.
Since there we dont know from the position data if the symbol on position is the right one,
we scroll to the line if modified.
2016-07-28 14:16:15 +02:00
Andreas Stallinger
acaf58c3f8
ui: Shortcut for Preferences on Linux/Windows
2016-07-28 14:12:09 +02:00
Andreas Stallinger
5813e3dcf8
docu: Linux install script
2016-07-11 12:45:01 +02:00
Andreas Stallinger
255cb252d6
docu: update for eclipse and clion/intellij plugin
2016-07-11 12:30:13 +02:00
Andreas Stallinger
592cc99cee
src: fix missing include
...
include memory for shared_ptr
2016-07-04 15:14:54 +02:00
Andreas Stallinger
83e4bcd049
build: vim plugin readme added to linux package
...
<description>
2016-06-14 12:41:23 +02:00
Andreas Stallinger
2125396665
utility: vim plugin
...
readme for vim plugin added to ide_plugins
2016-06-14 12:34:43 +02:00
Andreas Stallinger
6edcd77eb2
logic: fulltextsearch with suffixarray
...
* delete test.sqlite in storagetestsuite in desstructor
* remove new and delete from suffixarray
* case sensitive fts
* fixed fulltext results annotated like errors
* lazy suffix array building
* fulltextsearch folder added
* go back too branch without _publish
* suffixarray working
* logic: Improved code view performance
2016-06-07 08:49:34 +02:00
Andreas Stallinger
4b734a05f9
utility: Sublime Plugin, import idna encoding
...
* include fileinfo in fileregister instead of include (for unordered_map)
* sublimeplugin import idna encoading
2016-05-27 12:26:52 +02:00
Andreas Stallinger
2a73c42a18
ui: Colorscheme update for Fulltextsearch
2016-05-10 15:34:06 +02:00
Andreas Stallinger
e775ae1ecd
logic: Fulltextsearch
...
* fulltextsearch enabled in sqlite
* fulltextsearch start search with @
* codeview performance improved
* strip sRGB profile from png files to get rid of libpng warning at runtime
2016-05-10 11:10:13 +02:00
Andreas Stallinger
bdf713f078
documentation: Use Bear to generate compilation database
2016-04-27 14:58:57 +02:00
Andreas Stallinger
c3a148833b
src: string replace fix in filepath
2016-04-26 08:51:46 +02:00
Andreas Stallinger
298fd6cf3e
ui: Enterlicense quit button
...
Quit button only for forced enterlicensewindow
2016-04-18 11:08:44 +02:00
Andreas Stallinger
637cbf88ac
fix: handle boost error while recursive directory iteration
...
handle boostrecursive directory search error
ption>
2016-04-14 16:38:46 +02:00
Andreas Stallinger
a2cba0b94f
logic: enviroment variable handling
...
* expanding env vars for existsens check
* expand source paths in filemanager
2016-04-14 13:39:48 +02:00
Andreas Stallinger
23fbe6c384
script: move forced test to precommit hook
...
NOTE: run setup.sh script to update the hooks
* commit message after building and testing
* pushing tags does not run builds and tests
2016-04-14 11:46:53 +02:00
Andreas Stallinger
4eef42d15c
ui: Startscreen Messagebox to delete missing coatiprojectfiles
2016-04-12 14:13:15 +02:00
Andreas Stallinger
a448485b35
build: linux package change to qt5.6
2016-04-12 12:58:06 +02:00
Andreas Stallinger
2ffec90c19
ui: startscreen display not existing project
...
* displays moved or deleted recent projects as disabled button
2016-04-04 20:43:56 +02:00
Andreas Stallinger
ffc00829f0
ui: Bug Tracker in Menu
2016-04-04 14:39:09 +02:00
Andreas Stallinger
e5bf177241
utility: Standardheadersearch
...
Standardheadersearch for clang and gcc
TODO: Visual Studio & Windows Kit bzw SDK
2016-04-04 14:13:32 +02:00
Andreas Stallinger
2be3b541a6
fix: vs detector fix for wrong published headersearch stuff
2016-03-30 17:56:20 +02:00
Andreas Stallinger
03901e8173
logic: Test License is valid on day 0
...
* License was invalid on expire date
* build script does not start app after failing build
* symlink on linux
2016-03-30 15:49:08 +02:00
Andreas Stallinger
a662424e2b
logic: Test License
...
Test license for x days
License_generator flag -e <days>
2016-03-29 15:37:58 +02:00
Andreas Stallinger
f6de07ecf1
build: update botan paths
...
botan has new paths on linux build, debug - release fix on linux
2016-03-17 13:58:47 +01:00
Andreas Stallinger
23f05c003b
build: Linux package update
...
create database with via commandline in packaging
symlink fix in setup
2016-03-15 16:13:43 +01:00
Andreas Stallinger
0cc777a892
script: pre push hook - ignore delete remote branch
2016-03-14 17:02:27 +01:00
Andreas Stallinger
90c0d15d20
src: move set app path to linux includes
2016-03-08 13:01:00 +01:00
Andreas Stallinger
d431161fbb
script: test enforced push to master
...
enforced building and test with a pre-push hook
IMPORTANT: cmake is needed in PATH
2016-03-07 16:58:57 +01:00
Andreas Stallinger
fec17e452d
utility: Headless Coati
...
switch from qt to boost commandlineoptions
coati can now parse a coatiproject without gui with commandline flag -d
show all commandline options with flag --hidden
2016-03-07 16:38:53 +01:00
Andreas Stallinger
8f1326e02a
build: clang warning cleanup
...
* unused member in undoredocontroller
* int - size_t comparion
* virtual destructor ASTVisitor added
* braces when && and || in same if
* 1 warning left: isNamedDeclUnnamed in ASTVisitor is unused
2016-03-03 20:16:20 +01:00
Andreas Stallinger
b3ac0532cc
utility: ringlogging fix, delete when switching log files
2016-02-26 12:31:38 +01:00
Andreas Stallinger
389c7881c3
build: linuxbuild public beta
2016-02-24 13:39:22 +01:00
Andreas Stallinger
76697d8b6e
utility: headless parsing
...
* resolve merge conflict
* rpath for dev
* generate a coatidb with a coatiproject
* build script change to cmake --build
2016-02-23 18:59:17 +01:00
Andreas Stallinger
2f94fed439
fix: undo last main.cpp changes
...
revert last main.cpp changes
2016-02-23 10:43:11 +01:00
Andreas Stallinger
0cbf1ad1bb
logic: getframeworkpaths to compilationdatabase
...
* getframeworkpaths added
* typename for iterator in cache added(fix)
2016-02-23 10:38:34 +01:00
Andreas Stallinger
a7975b4428
logic: iframework in compilationdatabase
...
add iframeworks to compilationdatabase headersearchpaths
2016-02-23 09:55:05 +01:00
Andreas Stallinger
e5eb7f2f12
utility: ringlogging
...
ringlogging
default_logs_per_file: 1000
default_log_files:2
2016-02-22 20:02:53 +01:00
Andreas Stallinger
a8f5fd02f1
logic: compilationdatabase parsing
...
* compilationdatabase cleaned
* add SolutionparserCompliationDatabase
* added cmake_build_type_init as release for better autocomplition on linux
* external source handling for different linux versions
* clean script remove windows symbolic links only on windows
* linux external lib handling for different build easier
2016-02-18 17:20:27 +01:00
Andreas Stallinger
50a94bf108
logic: Application moving protection, licensegenerator for other licensetypes
...
* Licensegenerator can now generate any type of license via commandline argument
* When moving the appliction, the user needs to enter the License again
2016-02-10 12:52:00 +01:00
Andreas Stallinger
427c94457b
build: fix trial build on linux
...
add dl and pthread libs for trial on linux to get rid off linker error
2016-01-28 15:16:04 +01:00
Andreas Stallinger
91d655f397
ui: fix about and licenses screen
...
esc now works for the about and license window
2016-01-26 13:35:56 +01:00
Andreas Stallinger
f16e6b58c5
build: fix botan find_lib for linux
...
add NO_DEFAULT_PATH to find_library so that the search exclude botan libs installed on the system
2016-01-18 15:09:21 +01:00
Andreas Stallinger
8bbd764cfc
build: different find_library for windows and unix
2016-01-18 12:40:08 +01:00
Andreas Stallinger and Eberhard Graether
23257a3071
build,logic : Key/License Generator
...
Generator using the Botan Cyrptography library
2016-01-18 11:42:31 +01:00
Andreas Stallinger
047490512b
ui: mouse cursor override
...
mouse cursor override in qtmainwindow removed, mouse cursor for codearea and graphview set to arrow
2016-01-13 17:15:53 +01:00
Andreas Stallinger
46a629358c
utility: loading project via commanlineargument
...
loading a project via commanline with --project or -p argument
2016-01-12 13:24:04 +01:00
Andreas Stallinger
c5077e1db1
build: missing boost include in cmakelists
2015-12-09 16:24:04 +01:00
Andreas Stallinger
59d6143fbf
build: lib for the parser
...
lib_parser is new, its use by app and test
<description>
2015-12-09 14:34:14 +01:00
Andreas Stallinger
a6648cafeb
ui: different ui for trial and app
2015-12-09 13:00:39 +01:00
Andreas Stallinger
43409cd6b7
build: trial version target
...
builds now app and trail target, lib_gui added, istrail function
2015-12-08 17:55:12 +01:00
Andreas Stallinger
77466bb57e
utility: Fileendings for DB and Settings changed
...
changed DB from .sqlite to .coatidb and Projectsettings from .xml to .coatiproject
2015-11-30 16:02:05 +01:00
Andreas Stallinger
bfaceceb29
build: remove Coati folder from linux package
...
removed the coati folder in Coati-<version> folder, was one folder too much
2015-11-27 15:05:14 +01:00
Andreas Stallinger
a5f08d0946
ui: fix for loop warning
...
replaced int with size_t
2015-11-24 11:00:58 +01:00
Andreas Stallinger
88b94a21d0
build: linux package
...
linux package
2015-11-17 16:41:49 +01:00
Andreas Stallinger
86f06c9f78
ui: recent projects menu fix
...
recent projects updates now when a projects is loaded
2015-11-17 12:13:48 +01:00
Andreas Stallinger
fc816240cb
ui: Recent projects in menu
...
add a recent projects menu in the project menu
2015-11-13 22:53:37 +01:00
Andreas Stallinger
5ef9ef9e7d
build: publish and sync script modification
...
now you can pass a branch to the publish and sync script to sync or publish to another branch then master
2015-11-10 10:11:50 +01:00
Andreas Stallinger
a4c134ebe2
src: fix clang warnings in QtCodeArea
2015-11-09 15:32:42 +01:00
Andreas Stallinger
58daa633c9
data: check for nullptr in searchindex
2015-10-29 13:33:12 +01:00
Andreas Stallinger
cbb6fcd8e2
test: fixed settingstestsuite
...
changed settings.xml to new/refactored xml tags
2015-10-27 10:13:29 +01:00
Andreas Stallinger
541bed1db2
build: Private beta tag
2015-10-20 17:40:44 +02:00
Andreas Stallinger
5af8800eed
build: linux package private beta
...
update linux package for private beta
2015-10-20 17:12:05 +02:00
Andreas Stallinger
e3696df5e1
data: Macro handling
...
Macros have now edges from Files where they are usesd
2015-09-28 15:25:52 +02:00
Andreas Stallinger
b36e3fb758
build: gather linux libraries for package automated
2015-09-17 14:10:11 +02:00
Andreas Stallinger
f702b79892
src: fixed headersearchpaths, there where not inlcuded
...
<description>
2015-09-17 11:31:00 +02:00
Andreas Stallinger
be0eaf9d0d
data: forward declaration for storageAccessProxy in FileManager
...
<description>
2015-09-17 10:47:48 +02:00
Andreas Stallinger
73b1b77ca8
data, utility: Fixes to run Opensource Projects
...
templateSpecializationArgsAsWritten returning null caused a crash
VisitMemberExprInDeclBody for vardecl was missing
subdirectories for headersearchpaths, that the user does not need to add a hugh amount of folders
2015-09-16 17:08:16 +02:00
Andreas Stallinger
4c0d749a39
build: linux package fix
...
some linux package fixes and now there is a package option in the build.sh script
2015-09-09 16:39:23 +02:00
Andreas Stallinger
baedc3eed1
ui: aboutwindow
...
changed about window that it is consistent with the other windows
2015-09-09 14:54:51 +02:00
Andreas Stallinger
8c606ef5c4
ui : License Menu
...
3rd Party Licenses in Menu Help -> Licenses
2015-09-09 14:23:59 +02:00
Andreas Stallinger
c8679dabbe
build: Linux Package Reworked
...
New Linux Package, data folder moved to where the user have the rights to edit.
2015-09-07 10:27:34 +02:00
Andreas Stallinger
fb877e1304
build: fix compiler and cmake warnings
...
added missing virtual destructor
fixed a warning in token.h: expression with side effects will be evaluated despite being used as an operand to 'typeid'
CMP00043 Cmake warning
added missing override keyword
2015-08-18 14:43:32 +02:00
Andreas Stallinger
d8489c0b04
build: versioning
...
versioning via git tags, commits after tags are displayed in the versionnumber
2015-08-18 11:32:22 +02:00
Andreas Stallinger
e7a977dd5c
UI: ProjectSettingsUI
...
ProjectSettingsUI for creation of new Projects + StartScreen design update
2015-08-03 17:24:24 +02:00
Andreas Stallinger
b0a5461316
ui: startscreen
...
startscreen with recent projects, "recent" projects are the xml files in the projects folder
2015-05-27 10:56:25 +02:00
Andreas Stallinger
a41c0e1b85
ui: bidirectional hovering
...
hovering for graphview and codeview via messaging, hovering in one view will "hover" the equivalent in the other view
2015-05-12 13:55:23 +02:00
Andreas Stallinger
0763dc9cdf
ui: splashscreen
...
displays an animated splayscreen
2015-05-04 15:11:49 +02:00
Andreas Stallinger
9c7e76b80a
ui: Menu Namings
...
reorganized Menu
2015-05-04 15:06:09 +02:00
Andreas Stallinger
a18213d172
utility: logging fix: +1 to month for range 1-12 instead of 0-11
2015-04-21 16:52:49 +02:00
Andreas Stallinger
6b9f30c444
ui: layout loading fix for loading dockwidgets on linux
2015-04-21 16:29:50 +02:00
Andreas Stallinger
7655d43299
build: Linux package(.deb)
...
.deb package file for debian distros like ubuntu
To create the package use the command: ninja package
in the build directory
2015-04-21 12:01:06 +02:00
Andreas Stallinger
9c224dc519
ui: keyboard grab commit reverted
2015-03-23 14:38:40 +01:00
Andreas Stallinger
416756b1c7
ui: keyboard input direct to searchbar
...
typing is directed to the searchbar
2015-03-18 17:01:38 +01:00
Andreas Stallinger
ac090dd624
ui: adapt autocompletebox size
...
adapt autocompletebox size, starts at cursor ends at the end of the inputbox, minium size is 400
<description>
2015-03-18 16:15:44 +01:00
Andreas Stallinger
69ea6adddd
src: file extension for header and source in config
...
header and source extensions are now in the projectsettings
2015-03-18 15:48:59 +01:00
Andreas Stallinger
5a259ed7c7
ui: qt windowicon added
2015-03-11 11:16:49 +01:00
Andreas Stallinger
5afd9aed2d
UI: new public,protected,private icons
2015-03-09 15:23:05 +01:00
Andreas Stallinger
3893868386
build: Appname change
...
Appname changed to coati + build script for unix
2015-03-09 12:50:55 +01:00
Andreas Stallinger
abddf57004
logic: undoredo
...
Undoredo ignore sequential identical activatetoken messages
2015-03-07 18:14:27 +01:00
Andreas Stallinger
da1a6d69c4
ui: Colors in SearchView
...
Show the right colors in SearchView for the different NodeTypes or QueryNodeTyps
Note: add colors to your Applcationsettings like in the template
fortune cookie message = recognition will come from unexpected sources
2015-03-04 11:55:25 +01:00