- Jul 12, 2016
-
-
Philipp Erhardt authored
-
- Jun 15, 2016
-
-
Johannes Schilling authored
this also fixes a bug where filenames of parameters were incorrectly interpreted as ascii when actually they were utf8 (main.cpp:95)
-
- May 07, 2016
-
-
Philipp Erhardt authored
-
- Mar 22, 2016
-
-
Philipp Erhardt authored
-
Philipp Erhardt authored
-
- Jan 07, 2016
-
-
Philipp Erhardt authored
-
Pino Toscano authored
When breaking the forever loop in SearchWorker::run(), unlock the mutex of the SearchBar, otherwise it will stay as locked on shutdown.
-
Pino Toscano authored
When build with Qt5, katarakt does not use pre-Qt5 compatibility methods anymore, so do not enable them; OTOH, enable warnings for deprecated methods.
-
Pino Toscano authored
They were just renamed, with the old names left for compatibility.
-
Pino Toscano authored
Qt5 deprecates most of its own algorithms in favour of C++ native ones, so use latter when building with Qt5.
-
Pino Toscano authored
When the Qt version is greater than 4 (so 5 at least), require the QtWidgets module as well, which is where QWidget-based stuff lives. Temporarily enable deprecated methods in Qt5, so there are no code changes required. Also pick the right poppler version, poppler-qt4 for Qt4 and poppler-qt5 for Qt5, including the right header depending on the version. These changes allow katarakt to build and link, and it seems to be working fine at a quick glance.
-
Pino Toscano authored
Now that the right include directories of poppler-qt4 are used, use the right way to include its headers, that is without the "poppler/qt4/" prefix.
-
Pino Toscano authored
Make use of the qmake feature for finding packages using pkg-config, and using their results for include paths and libraries. Also, optimize the way the version of poppler is read: query pkg-config only once at qmake time, splitting the bits in variables added as CFLAGS; this way, we avoids spawning 99 times (!) pkg-config and cut during build. All of this is done on Unix systems only, as pkg-config is available only there.
-
- Jan 01, 2016
-
-
Philipp Erhardt authored
-
- Dec 31, 2015
-
-
Philipp Erhardt authored
Contrast and brightness of inverted rendering can be configured.
-
- Nov 01, 2015
-
-
Philipp Erhardt authored
-
- Oct 30, 2015
-
-
Philipp Erhardt authored
- Oct 28, 2015
-
-
Philipp Erhardt authored
-
- Oct 23, 2015
-
-
Philipp Erhardt authored
-
- Oct 09, 2015
-
-
Philipp Erhardt authored
-
Philipp Erhardt authored
Thanks to thorsten!
-
Philipp Erhardt authored
-
Philipp Erhardt authored
-
Philipp Erhardt authored
-
Philipp Erhardt authored
This is required to customize it via stylesheet.
-
Philipp Erhardt authored
-
Philipp Erhardt authored
-
- Oct 08, 2015
-
-
Philipp Erhardt authored
-
Thorsten Wißmann authored
Furthermore, add documentation on how to configure vim.
-
- Sep 25, 2015
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
This introduces the setting single_instance_per_file and the command line flag --single-instance.
-
- Sep 09, 2015
-
-
Philipp Erhardt authored
-
- Sep 08, 2015
-
-
Philipp Erhardt authored
-
Thorsten Wißmann authored
-
- Aug 14, 2015
-
-
Philipp Erhardt authored
-
Philipp Erhardt authored
This is better for shell completion. It is now called synctex-katarakt-vim.py
-
Philipp Erhardt authored
Thanks to Sergey Romanov.
-
Philipp Erhardt authored
-
Philipp Erhardt authored
-