Commit Graph

104 Commits

Author SHA1 Message Date
Felix Kauselmann
704a12d6a9 YACReaderLibraryServer: Don't disable Qt debug output. 2019-10-06 16:02:20 +02:00
Felix Kauselmann
e0cce99be0 YACReaderLibraryServer: Default to bundled build.
As the headless server is now part of the default build, we need to
default to a bundled build to avoid packaging problems and confusion
on Linux and other systems using make install.
2019-10-06 16:01:00 +02:00
Luis Ángel San Martín
251dc92fc4 Use QString for string operations 2019-08-24 11:11:57 +02:00
Luis Ángel San Martín
5e0b1a9f1d Use the build number in code 2019-08-24 11:11:55 +02:00
Luis Ángel San Martín
607b7b4d6f Remove QMAKE_MAC_SDK from all projects 2019-08-24 11:11:50 +02:00
Luis Ángel San Martín
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
Felix Kauselmann
0e9a3a6407 Stop QtWebApp from eating out debug messages
QtWebapp installs a custom logger/message handler which reroutes all
debug messages to it's custom logger class.

As the default logging level for QtWebApp's logger is set to "critical"
this means that all debug messages are sent to nirvana. Solution:
Replace QtWebApp's messageHandler with our own (using QsLog).
2018-08-04 12:31:34 +02:00
Felix Kauselmann
afad6c7ab7 Add parser option for setting loglevel to YACReaderLibrary and YACReaderLibraryServer 2018-08-04 12:31:34 +02:00
Felix Kauselmann
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
Luis Ángel San Martín
6542162293 Fix YACReaderLibraryServer compilation for v2 2018-04-28 10:24:38 +02:00
Luis Ángel San Martín
c593e3570d Add the ability to update libraries to new versions in the headless server
It checks the libraries on the start up. It will block the app until everyting it is ready. C
2018-04-28 10:24:10 +02:00
Luis Ángel San Martín
b41884d5db Merge 2018-04-14 10:24:19 +02:00
Luis Ángel San Martín
aca67f2b2a merged - develop 2018-03-03 23:36:29 +01:00
Anon789
4f779f7e22 yacreaderlibrary_ru.ts
Minor corrections in Russian translation.
2018-02-24 18:15:09 +00:00
Felix Kauselmann
218f34bf75 YACServer: add help for start command 2018-02-16 15:23:13 +01:00
Felix Kauselmann
31c1b95319 Don't use QCoreApplication as a pointer when it can be avoided 2018-02-16 15:16:14 +01:00
Felix Kauselmann
f9ed9b19b5 Code cleanup for main.cpp files
Remove ancient OS detection code, unneeded includes and ugly workarounds.
2018-02-12 22:30:19 +01:00
Felix Kauselmann
d99a6cb44f YACReaderLibraryServer: Add help text for 'list-libraries' command 2018-01-28 20:19:30 +01:00
Felix Kauselmann
efaccfe9af Headless server: remove redundant argument parsing 2018-01-28 13:56:27 +01:00
Felix Kauselmann
660f711cd8 Headless server: no need to create a fresh parser for every option 2018-01-28 13:34:52 +01:00
Felix Kauselmann
2cbbf8d433 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00
Luis Ángel San Martín
e8c6f60c13 Merge 2017-11-26 07:39:08 +01:00
Felix Kauselmann
237cb02638 Fix YACReaderLibraryServer service file and service install path. 2017-11-03 08:32:35 +01:00
Felix Kauselmann
2c914d6579 Support Haiku OS specific libs and compile flags in the build system. 2017-11-03 08:15:46 +01:00
Felix Kauselmann
0372dc4cec Add a systemd service file for the headless server 2017-10-24 10:25:35 +02:00
Felix Kauselmann
6a1ba45a4d Add 64 bit builddir support for YACReaderLibraryServer 2017-10-22 14:21:35 +02:00
Felix Kauselmann
958003f52f Fix problems with missing safety checks in Render::fillBuffer and pdfcomic 2017-09-27 22:00:00 +02:00
Luis Ángel San Martín
d20277736d Added model classes for reading lists and labels. 2017-05-26 17:24:56 +02:00
Luis Ángel San Martín
6a6f983115 Merge 2017-05-25 18:04:29 +02:00
Luis Ángel San Martín
921f6654a2 Added QMAKE_TARGET_BUNDLE_PREFIX to .pro files. 2017-05-23 15:46:29 +02:00
Felix Kauselmann
d5c72ad2d1 Update precompiled pdfium for mac to chromium/3071 and add version info file with minimal build instructions 2017-05-07 15:18:00 +02:00
Luis Ángel San Martín
dfb6082294 merged 2017-02-18 08:26:53 +01:00
Luis Ángel San Martín
206365f027 Fixed .pro for working with the latest OS X development tools. 2017-01-13 19:00:23 +01:00
Luis Ángel San Martín
b1b91d5013 Merged in selmf/yacreader/pdf_refactoring (pull request #46)
Compilation problem will be fixed once merged :(

Pdf refactoring
2017-01-13 18:54:09 +01:00
Felix Kauselmann
47256467c8 Use .contains() method directly 2016-11-27 20:09:58 +01:00
Felix Kauselmann
ea83c560ee Don't use the database error functions for directory error reporting. 2016-11-27 18:02:35 +01:00
Felix Kauselmann
a4ab113696 Fix typo 2016-11-27 16:34:24 +01:00
Felix Kauselmann
186f33d788 Add some endline characters - just in case 2016-11-27 16:29:55 +01:00
Felix Kauselmann
344a71b072 Add checks for directories and library names 2016-11-27 16:18:09 +01:00
Felix Kauselmann
c48df74d53 Move headless stuff to YACReaderLibrarServer directory. 2016-11-27 15:15:14 +01:00
Felix Kauselmann
cea9933cc2 Cosmetic changes to make pdf flags look nicer in the .pro files 2016-11-23 22:09:34 +01:00
Felix Kauselmann
d486ce7d4b Fix typos in build files 2016-11-22 19:53:48 +01:00
Felix Kauselmann
01218de82c Add no_pdf config options to all builds 2016-11-22 19:41:00 +01:00
Felix Kauselmann
1732d24f71 add pdfium/no_pdf support to YACReaderLibraryServer 2016-11-06 16:01:01 +01:00
Felix Kauselmann
2edfe534bd Refactoring: fix mixed indentation and add curly braces in comic.cpp 2016-10-17 22:01:23 +02:00
Luis Ángel San Martín
be26b1a131 fixed YACReaderLibraryServer server_standalone install 2016-05-21 19:00:25 +02:00
Luis Ángel San Martín
0d661fbf96 fixed previous commit, script module was removed from the wrong .pro file 2016-05-20 23:08:56 +02:00
Felix Kauselmann
b2a0dc5581 Explicitely mention Qt5 in dependency check 2016-05-13 19:51:11 +02:00
Felix Kauselmann
ce8d6c3c29 Don't abort makefile generation on dependency check errors. 2016-05-13 19:49:29 +02:00
Felix Kauselmann
79a8a45895 Be more detailed when defaulting to standalone build in YACReaderLibraryServer 2016-05-10 18:25:36 +02:00
Felix Kauselmann
315063ba24 Introduce server build types 'standalone' and 'bundled' 2016-05-10 09:17:14 +02:00
Felix Kauselmann
4113d87815 Actually check for qt5 packages in headless server build 2016-05-10 08:18:27 +02:00
Felix Kauselmann
25ea29275a Disable server and translation install for headless to avoid packaging conflicts 2016-04-07 00:42:36 +02:00
Felix Kauselmann
544cfbd297 give YACReaderLibraryServer build structure it's own directory 2016-04-06 23:58:58 +02:00