Andreas Stallinger and GitHub
57fd9f277a
build: rename TestSettings in MigratorTestSuite to enable UNITY_BUILD ( #947 )
...
Run cmake (minimum version 3.16) with -DCMAKE_UNITY_BUILD=ON to reduce build time.
2020-03-27 14:38:55 +01:00
Andreas Stallinger
711cd6ce1c
ui: Fixed line numbers disappearing on hover on Linux
2019-01-14 18:27:19 +01:00
Andreas Stallinger
aef4970aa2
build: Updated docker images
2018-10-26 17:49:50 +02:00
Andreas Stallinger
20106d5ce1
build: Updated to Qt 5.10.1 and Clang/llvm 6.0
...
* updated docker scripts and yml file
2018-04-06 16:08:00 +02:00
Andreas Stallinger
713754e0e6
test: Fixed FileManager tests for Linux
2018-02-12 16:21:15 +01:00
Andreas Stallinger
896fbf09b6
build: added dockerfiles for linux ci to deployment directory
2017-10-10 17:47:35 +02:00
Andreas Stallinger
8b0d9a02ec
build: linux package update for openssl
...
* added libssl.so and libcrytpo.so
* cleanup: remove COMPONENT frim INSTALL in linux_package.cmake ( not used since
there is no more FULL and TRAIL )
2017-08-24 09:48:48 +02:00
Andreas Stallinger
be9e2de21d
build: added tags and release branches to deploy job
2017-08-23 11:24:46 +00:00
Andreas Stallinger
94506d7dd6
build: fix regex for release branches
2017-08-23 11:21:28 +00:00
Andreas Stallinger
78d1d72f54
build: ci only build release branches, master, tags
2017-08-23 11:12:40 +00:00
Andreas Stallinger
39550cd03e
README: added ccache information
2017-08-22 18:07:58 +02:00
Andreas Stallinger
89b33f6ce9
build: fix fail of cmake setup on linux
...
make sure that test directory exists for test/data symlink
2017-08-22 17:48:28 +02:00
Andreas Stallinger
efe280bbc1
build: added missing include for linux
...
include utility/utility.h in main
2017-08-22 12:31:18 +02:00
Andreas Stallinger
af4fb739e7
build: gitlab ci update for new dockerhub account
...
* caching ccache and maven folder on ci
* new docker images st4ll1 -> coatisoftware
* in build script run setup script if no build/Release folder does not
exist
2017-08-21 18:55:25 +02:00
Andreas Stallinger
e301b231db
remove allow_failure
2017-08-10 16:10:02 +00:00
Andreas Stallinger
05ac4f3b6e
logic: std::signal instead of sigaction
...
* commandline test cout redirect
[skip ci]
2017-08-10 18:00:02 +02:00
Andreas Stallinger
eaf9df8551
src: revert git auto merge fail
2017-08-10 13:41:43 +02:00
Andreas Stallinger
37ead804bf
src: clazy compiler warnings
...
get rid of most clazy warnings (https://github.com/KDE/clazy )
* range loop use refs
* qcolor ctor with ints
* missing Q_OBJECT macro
* use .constfirst instead of .first
enabled ccache for unix systems for fasterr recompiling
* if ccache is in path we use it now
2017-08-10 09:45:55 +02:00
Andreas Stallinger
9269468a7b
src: cleanup cli publish
...
cleaned commented code
removed bin/test/ApplicationSettings.xml
2017-08-09 15:16:37 +02:00
Andreas Stallinger
c9789a415e
logic: use signal instead of sigaction on windows
2017-08-09 14:09:50 +02:00
Andreas Stallinger
610c8b2901
logic: cli for indexing and configure
2017-08-09 13:34:20 +02:00
Andreas Stallinger
802153883e
logic: commandline indexing and configuration
2017-08-09 12:33:43 +02:00
Andreas Stallinger
6ecc2d630b
Update .gitlab-ci.yml
2017-08-04 09:34:16 +00:00
Andreas Stallinger
4e60574bf0
Update .gitlab-ci.yml (fix Linux64 job) [skip ci]
2017-08-03 16:34:03 +00:00
Andreas Stallinger
244c9af3c6
src: new signal slot syntax
...
SLOT()/SIGNAL() -> &class::method()
2017-08-01 12:35:33 +02:00
Andreas Stallinger
0455cb33f5
test: fix float tests in Vector2TestSuite
2017-07-18 16:16:17 +02:00
Andreas Stallinger
0d98b02431
Update .gitlab-ci.yml to run only one docker container at commit (32bit can be started manually)
2017-07-18 13:46:58 +00:00
Andreas Stallinger
83e5497a18
fix: missing include memory for linux build
2017-07-17 14:38:03 +02:00
Andreas Stallinger
2b9ea45e33
linux package README update
2017-06-29 13:00:39 +02:00
Andreas Stallinger
d60a9c82d5
documentation: vscode extension added
2017-06-27 14:29:53 +02:00
Andreas Stallinger
68affaa4bc
fix: fix putenv in utilityMaven
...
* include cstdlib
* const cast to char*
2017-06-27 12:32:57 +02:00
Andreas Stallinger
ea047cde78
Update utilityMaven.cpp
2017-06-27 10:17:51 +00:00
Andreas Stallinger
0b432c07fd
build: dont ignore install/eula
2017-06-20 17:47:46 +02:00
Andreas Stallinger
8b6109be79
script: install script linux fix
...
install script failed when there were spaces in the path
2017-06-20 15:36:43 +02:00
Andreas Stallinger
81b88df3a2
gui: show eula on non windows versions
2017-06-20 14:45:52 +02:00
Andreas Stallinger
e953b35c62
logic: license format
2017-06-13 21:23:18 +02:00
Andreas Stallinger
148588b179
logic: add 1MB buffer to pushIntermediateStorge
2017-06-12 12:05:34 +02:00
Andreas Stallinger
19ed6cb372
logic: versioning
2017-06-12 09:14:21 +02:00
Andreas Stallinger
419a2e27ba
ui: subwindow when resize mainwindow
...
* disable drop in qtlineedit
fixes bug where when file is dropped in the lineedit with text,
the the file will be added as text midst the existing text
* move message to start from script before layout loading so it will load right
(only when started without script on linux)
* center subwindow when mainwindow size changes
2017-06-08 20:42:32 +02:00
Andreas Stallinger
3ca6f266c7
build: name for artifacts from tagged jobs
2017-06-08 13:48:50 +02:00
Andreas Stallinger
deed335a10
linux script start
...
warning when starting without script on linux
2017-06-08 12:13:36 +02:00
Andreas Stallinger
255fea62af
ui: restrict subwindow movement
...
restrict subwindow movement to mainwindow
to make sure you cant move it were you dont see it
2017-06-07 17:21:54 +02:00
Andreas Stallinger
59cece1707
ui: fixed historylist popup disapearing
2017-06-07 15:39:39 +02:00
Andreas Stallinger
80016596df
logic: fix missing typename
2017-05-16 11:42:09 +00: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
Andreas Stallinger
4dcfe34485
logic: fixed template error on linux
2017-05-11 13:48:21 +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
Andreas Stallinger
12a3c7750f
script: linux deinstall script fix
...
* linux deinstall script replaced / with -
* added categories in sourcetrail.desktop
2017-05-08 12:49:33 +00:00
Andreas Stallinger
b729bf0a9a
build: symlink for test/data
2017-05-08 07:18:23 +00:00
Andreas Stallinger
f5979f5ead
build: fix missing include for linux
...
added thread include
2017-05-05 20:12:10 +00:00
Andreas Stallinger
3864dc1fb1
logic: java update linux
2017-05-05 10:05:27 +00:00
Andreas Stallinger
55d3f9c189
fix: 64bit builder segault
...
returning a bool seem to cause a seg fault on the linux 64 bit builder
since it is not used anyway i changed it back to the void return.
(dont know why it is a seg fault)
2017-05-03 11:22:28 +00:00
Andreas Stallinger
2a6af01ee8
ui: enter license window resized
2017-04-11 14:16:57 +02:00
Andreas Stallinger
17c0189a83
build: get rid of some compiler warnings
...
<description>
2017-04-10 15:51:26 +02:00
Andreas Stallinger
5570458e53
build: use coati docker images
...
there is no sourcetrail docker image
2017-04-07 13:28:01 +02:00
Andreas Stallinger
045a259b2e
build: renaming to sourcetrail
2017-04-07 13:19:09 +02:00
Andreas Stallinger
30dda62970
ui: Maven Preferences on linux
...
* maven filter and placeholder for linux in preferences
2017-04-03 11:36:06 +02:00
Andreas Stallinger
d33e137451
fix: contextmenu getInstance added
2017-03-23 12:53:06 +01:00
Andreas Stallinger
591b66fe77
build: linux symlink
...
linux symlink moved from setup script to cmake
2017-03-22 18:54:29 +01:00
Andreas Stallinger
9846bbc014
ui: Enable/Disable undo/redo contextmenu
2017-03-22 17:49:47 +01:00
Andreas Stallinger
c8404aa83d
fix: no dialogs in headless mode
2017-03-14 18:22:46 +01:00
Andreas Stallinger
2d2a439b30
utilty: sourcetrail license generator
...
* generate sourcetrail licenses
* get version from loaded license
2017-03-13 10:29:45 +01:00
Andreas Stallinger
d6f3099981
build: Linux desktop file
...
validation of desktop file on some linux distros went wrong without the
semicolon
2017-03-07 16:42:22 +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
Andreas Stallinger
eac48596ad
logic: Licenses with seats
2017-02-27 09:53:39 +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
Andreas Stallinger
9673685165
build: manual jobs added to ci
2017-02-21 14:06:51 +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
Andreas Stallinger
97a021c97b
build: Linux package readme
...
* added readme to linux packages
2017-02-14 11:29:01 +01:00
Andreas Stallinger
bb4cc9662c
build: ci fix
...
* test paths changed
* moving javatest to the back caused sometimes error if run before other test
2017-02-07 13:06:47 +01:00
Andreas Stallinger
a2e88b9048
build: changed CI test paths
2017-02-07 12:34:30 +01:00
Andreas Stallinger
c00ebb6729
script: Coati.sh script LD path fix
2016-12-13 12:41:10 +01:00
Andreas Stallinger
9db99580d1
src: removed cout in statuscontroller
2016-12-12 10:07:37 +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
Andreas Stallinger
5d5a0922f5
ui: statusview
...
* statusview as tab
2016-12-07 12:56:56 +01:00
Andreas Stallinger
6a23e483c8
build: more libs for linux
2016-11-30 22:11:45 +00:00
Andreas Stallinger
94ddd0d4f9
build: linux libs
...
* libEGL
* stdc++
* ...
2016-11-30 12:01:46 +01:00
Andreas Stallinger
b59ad79ccf
ui: log as first tab
...
* log as first tab
* unused variable deleted
2016-11-28 18:22:44 +01:00
Andreas Stallinger
659c9ecc66
build: botan update auf version 1.11.34
2016-11-28 17:55:10 +01:00
Andreas Stallinger
0fad00e6f2
ui: clear button logview
2016-11-28 16:01:50 +01:00
Andreas Stallinger
f53f6dae98
ui: logview logic in controller
...
* logfilter in applicationsettings
* logview limit 500 entries
2016-11-25 15:16:07 +01:00
Andreas Stallinger
3a61a98e4b
fix: removed vssolutionfiles from cmakelists files
2016-11-25 13:57:24 +01:00
Andreas Stallinger
98573fc6fd
ui: clear button in logtab
...
<description>
2016-11-14 14:57:56 +01:00
Andreas Stallinger
56ab09159b
ui: remove MessageNewLog
...
* remove Logging checkboxes in prefernces
* commandline parser project path is absolute when called from commandline
2016-11-14 13:38:31 +01:00
Andreas Stallinger
cf8e8c7655
ui: log tab
2016-11-10 11:09:24 +01:00
Andreas Stallinger
98869e51a5
fix: astvisitor fixes
...
* renaming files
* fix typo
* clang waringns
2016-11-03 12:38:36 +01:00
Andreas Stallinger
8445e705f6
ui: errorview readonly cells
...
no more editing the errors
2016-10-31 15:17:33 +01:00
Andreas Stallinger
a388932864
ui: startscreen project icons
...
* language specific icon on startscreen
* TODO maybe replace the icons with others
2016-10-20 12:17:35 +02:00
Andreas Stallinger
ea207c786d
utility: commandlineparser crash
...
* commandlineparser crash when no/invalid project file
* filepath instead of string in commandlineparser
2016-10-19 16:40:01 +02:00
Andreas Stallinger
b11f583729
utility: graph export linux
...
qfiledialog on linux does not add extension of filter to filename
2016-10-18 13:05:20 +02:00
Andreas Stallinger
4e0ebaef12
logic: errorview fix non index errors, use filepath instead of string in
...
commandline parser
<description>
2016-10-17 11:19:39 +02:00
Andreas Stallinger
0045082efe
documentation: log windows images
2016-10-14 11:07:16 +02:00
Andreas Stallinger
f1be2222e3
build: update java-symbolsolver for linux
...
* java symbolsover update for linux
* error_view temp image
* log view added/errorlist
2016-10-13 17:47:21 +02:00
Andreas Stallinger
5e8133972a
script: linux package cleanup
...
trial stuff removed
2016-10-13 13:09:20 +02:00