summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 0.2-3HEADarchive/debian/0.2-4masterChristoph Egger2021-03-20
|\ | | | | | | [dgit --quilt=unapplied]
| * [PATCH 5/5] Add missing forward declarationarchive/debian/0.2-3Philipp Erhardt2020-11-20
| | | | | | Gbp-Pq: Name 0005-Add-missing-forward-declaration.patch
| * [PATCH 4/5] Fix compilation if the version number contains a leading zeroPhilipp Erhardt2020-11-20
| | | | | | Gbp-Pq: Name 0004-Fix-compilation-if-the-version-number-contains-a-lea.patch
| * [PATCH 3/5] Update URLs in man pagePhilipp Erhardt2020-11-20
| | | | | | Gbp-Pq: Name 0003-Update-URLs-in-man-page.patch
| * [PATCH 2/5] Update links and year on webpagePhilipp Erhardt2020-11-20
| | | | | | Gbp-Pq: Name 0002-Update-links-and-year-on-webpage.patch
| * [PATCH 1/5] Modernize synctex-katarakt-vimPhilipp Erhardt2020-11-20
| | | | | | Gbp-Pq: Name 0001-Modernize-synctex-katarakt-vim.patch
* | [PATCH 5/5] Add missing forward declarationPhilipp Erhardt2021-03-20
| | | | | | Gbp-Pq: Name 0005-Add-missing-forward-declaration.patch
* | [PATCH 4/5] Fix compilation if the version number contains a leading zeroPhilipp Erhardt2021-03-20
| | | | | | Gbp-Pq: Name 0004-Fix-compilation-if-the-version-number-contains-a-lea.patch
* | [PATCH 3/5] Update URLs in man pagePhilipp Erhardt2021-03-20
| | | | | | Gbp-Pq: Name 0003-Update-URLs-in-man-page.patch
* | [PATCH 2/5] Update links and year on webpagePhilipp Erhardt2021-03-20
| | | | | | Gbp-Pq: Name 0002-Update-links-and-year-on-webpage.patch
* | [PATCH 1/5] Modernize synctex-katarakt-vimPhilipp Erhardt2021-03-20
| | | | | | Gbp-Pq: Name 0001-Modernize-synctex-katarakt-vim.patch
* | Fix: katarakt has mailcap entries with quoted %-escapesdebian/0.2-4Christoph Egger2021-03-20
|/ | | | | | * Fix: katarakt has mailcap entries with quoted %-escapes Thanks to Marriott NZ for the patch and report (Closes: #985600) * Update standards version, no changes needed
* release to unstabledebian/0.2-3Christoph Egger2020-11-20
|
* Bump debhelper compatChristoph Egger2020-11-20
|
* Change Homepage field to upstream VCS, independent website is goneChristoph Egger2020-11-20
|
* Update GIT urls for salsaChristoph Egger2020-11-20
|
* Merge from sid [dgit]Christoph Egger2020-11-20
|\
| * Release to unstabledebian/0.2-2archive/debian/0.2-2Christoph Egger2017-10-31
| |
| * Use Rules-Requires-RootChristoph Egger2017-10-31
| |
| * Update to compat 10Christoph Egger2017-10-31
| |
| * Update to Qt 5Christoph Egger2017-10-31
| |
* | Import bugfix patches from VCSChristoph Egger2020-11-20
|/
* USE SOURCE_DATE_EPOCH in debian/rulesChristoph Egger2017-10-01
|
* Update URLsChristoph Egger2017-10-01
|
* Bump standards version to 4.1.0Christoph Egger2017-10-01
|
* Declare fast forward from 0.1-3debian/0.2-1archive/debian/0.2-1Christoph Egger2017-10-01
|\ | | | | | | [dgit --overwrite]
| * katarakt (0.1-3) unstable; urgency=mediumChristoph Egger2015-12-06
| |\ | | | | | | | | | | | | | | | * Fix build failures introduced with last upload [dgit import unpatched katarakt 0.1-3]
| | * Import katarakt_0.1-3.debian.tar.xzChristoph Egger2015-12-06
| | | | | | | | [dgit import tarball katarakt 0.1-3 katarakt_0.1-3.debian.tar.xz]
| * Import katarakt_0.1.orig.tar.xzChristoph Egger2015-11-01
| | | | [dgit import orig katarakt_0.1.orig.tar.xz]
* New upstream versionChristoph Egger2017-10-01
|
* Merge tag 'v0.2' into debianChristoph Egger2017-10-01
|\ | | | | | | tag version 0.2
| * Bump version numberPhilipp Erhardt2017-08-23
| |
| * Add 'version' option to docPhilipp Erhardt2017-06-08
| |
| * Add option to print the versionPhilipp Erhardt2017-06-05
| |
| * Fix the view interface in katarakt.elThorsten Wißmann2017-05-29
| | | | | | | | | | The view command in the dbus interface expects the coordinates as doubles, not as ints.
| * Integrate katarakt.el into auctexThorsten Wißmann2017-05-29
| | | | | | | | | | | | Do not explicitly bind katarakt-view to a key but instead add it to the list of pdf viewers in auctex. So the description is also applicable for spacemacs users.
| * Merge branch 'master' into 'master' Philipp Erhardt2017-02-01
| |\ | | | | | | | | | | | | Mention file for zsh-completion in README See merge request !1
| | * Mention file for zsh-completion in READMEChristian Bay2017-02-01
| |/
| * Add homepage as markdown readmePhilipp Erhardt2016-12-28
| |
| * Make python shebang more portableThorsten Wißmann2016-11-22
| | | | | | | | | | | | Explicitly mention python3 to make it work on systems where python still points to python2. Use /usr/bin/env for the case that python3 is installed somewhere else.
| * Fix compile in debug modePhilipp Erhardt2016-11-22
| |
| * Better explain searching in the manpagePhilipp Erhardt2016-07-12
| |
| * use explicit encoding of char * everywhereJohannes Schilling2016-06-15
| | | | | | | | | | this also fixes a bug where filenames of parameters were incorrectly interpreted as ascii when actually they were utf8 (main.cpp:95)
| * Implement infinite dragging/wrap aroundPhilipp Erhardt2016-05-08
| |
| * Improve render queue for presenterlayoutPhilipp Erhardt2016-03-22
| |
| * Implement freezing the projector windowPhilipp Erhardt2016-03-22
| |
| * Remove unnecessary definesPhilipp Erhardt2016-01-07
| |
| * Unlock SearchWorker on exitPino Toscano2016-01-07
| | | | | | | | | | When breaking the forever loop in SearchWorker::run(), unlock the mutex of the SearchBar, otherwise it will stay as locked on shutdown.
| * qmake: disable pre-Qt5 methods, enable deprecation warningsPino Toscano2016-01-07
| | | | | | | | | | | | When build with Qt5, katarakt does not use pre-Qt5 compatibility methods anymore, so do not enable them; OTOH, enable warnings for deprecated methods.
| * Port to non-deprecated methods of QHeaderViewPino Toscano2016-01-07
| | | | | | | | They were just renamed, with the old names left for compatibility.