Eberhard Graether
9ab724ae47
src: Removed backwards compatibility to Coati (.coatiproject, .coatidb)
2019-11-17 16:22:35 +01:00
Eberhard Graether
f74789e210
build: export path to OpenSSL config in Sourcetrail.sh (issue #659 )
2019-05-21 12:18:23 +02:00
Eberhard Graether
c7cc70c22e
build: Fixed issue in sourcetrail.sh Linux script (issue #638 )
2018-12-06 18:08:40 +01:00
Eberhard Graether
bd4a554b27
build: Fixed .config directory no write permission after install on Linux (issue #625 , #626 )
2018-11-04 16:41:38 +01:00
Eberhard Graether
f11be042a6
build: ship clang compiler header within Sourcetrail package on macOS and Linux
...
* replace path to local compiler headers with packaged ones in include path detection
* added app settings migration to replace local compiler header path with path to packaged headers
2018-06-18 14:08:50 +02:00
Eberhard Graether
50dc290d40
build: Fixed error in Sourcetrail.sh script
2018-04-10 14:26:06 +02:00
Eberhard Graether
1c6e3cb0da
build: renamed Linux deleteConfig.sh to resetPreferences.sh and mention when changing screen settings
2018-01-16 16:13:07 +01:00
Eberhard Graether
c19d4c896f
build: Don't explicitely open terminal when running on Linux (issue #525 )
2017-12-11 17:30:52 +01:00
Eberhard Graether
66b278b1c9
script: Fixed Sourcetrail.sh syntax error (issue #519 )
2017-11-18 00:24:01 +01:00
mlangkabel and Eberhard Graether
6b4cc4e7e9
ui: fixed search bar click
2017-10-25 17:13:21 +02:00
Eberhard Graether
2f41f47898
build: Fixed installing Linux build with pre-installed Sourcetrail failed
2017-10-13 12:59:08 +02:00
Eberhard Graether
af626143a5
logic: Improvements in indexing to avoid OOM (issue #471 )
...
* indexer processes wait if already too many storages queued
* storage fetcher waits if already too many storages queued
* increased size estimation for shared memory of indexer commands
* Added MessageFilterNewErrors to combine messages for new errors
bug id = 471
2017-10-12 17:15:46 +02:00
Eberhard Graether
967ae81dfd
build: Revised Linux install package
...
* renamed scripts
* moved install, uninstall, deleteConfig scripts to top-level
* fixed desktop file not recognized on installation, only on restart
* removed Eula accept from install script
* abort install and uninstall when not running as root
* revised README
2017-10-12 14:08:25 +02:00
Andreas Stallinger
2b9ea45e33
linux package README update
2017-06-29 13:00:39 +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
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
deed335a10
linux script start
...
warning when starting without script on linux
2017-06-08 12:13:36 +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
045a259b2e
build: renaming to sourcetrail
2017-04-07 13:19:09 +02: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
97a021c97b
build: Linux package readme
...
* added readme to linux packages
2017-02-14 11:29:01 +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
2016-12-14 13:33:17 +01:00
Andreas Stallinger
c00ebb6729
script: Coati.sh script LD path fix
2016-12-13 12:41:10 +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
cf8e8c7655
ui: log tab
2016-11-10 11:09:24 +01:00
Andreas Stallinger
83e4bcd049
build: vim plugin readme added to linux package
...
<description>
2016-06-14 12:41:23 +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
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
a448485b35
build: linux package change to qt5.6
2016-04-12 12:58:06 +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
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
389c7881c3
build: linuxbuild public beta
2016-02-24 13:39:22 +01:00
Andreas Stallinger
88b94a21d0
build: linux package
...
linux package
2015-11-17 16:41:49 +01: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
b36e3fb758
build: gather linux libraries for package automated
2015-09-17 14:10:11 +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
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
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