| Patch |
File delta |
Description |
| 0001 ZLQtFSManager.cpp.patch | (download) |
zlibrary/ui/src/qt4/filesystem/ZLQtFSManager.cpp |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
fix invalid new-expression of abstract class type
|
| 0002 Qt5.patch | (download) |
makefiles/arch/desktop.mk |
26 4 + 22 - 0 !
zlibrary/ui/src/qt4/application/LineEditParameter.cpp |
6 3 + 3 - 0 !
zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.cpp |
14 7 + 7 - 0 !
zlibrary/ui/src/qt4/application/ZLQtApplicationWindow.h |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtDialog.cpp |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtDialog.h |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtDialogContent.cpp |
8 4 + 4 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtDialogManager.cpp |
8 4 + 4 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtOpenFileDialog.cpp |
2 1 + 1 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtOptionView.cpp |
20 10 + 10 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.cpp |
10 5 + 5 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtOptionsDialog.h |
6 3 + 3 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtProgressDialog.cpp |
10 5 + 5 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtProgressDialog.h |
8 4 + 4 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtTreeDialog.cpp |
8 4 + 4 - 0 !
zlibrary/ui/src/qt4/dialogs/ZLQtTreeDialog.h |
12 6 + 6 - 0 !
zlibrary/ui/src/qt4/library/ZLQApplication.h |
2 1 + 1 - 0 !
zlibrary/ui/src/qt4/library/ZLibrary.cpp |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/network/ZLQtNetworkManager.cpp |
6 4 + 2 - 0 !
zlibrary/ui/src/qt4/tree/QtWaitingSpinner.cpp |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/tree/QtWaitingSpinner.h |
2 1 + 1 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtItemsListWidget.cpp |
6 3 + 3 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtItemsListWidget.h |
12 6 + 6 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtPreviewWidget.cpp |
8 4 + 4 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtPreviewWidget.h |
10 5 + 5 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtSearchField.cpp |
6 3 + 3 - 0 !
zlibrary/ui/src/qt4/tree/ZLQtSearchField.h |
4 2 + 2 - 0 !
zlibrary/ui/src/qt4/view/ZLQtViewWidget.cpp |
12 6 + 6 - 0 !
zlibrary/ui/src/qt4/view/ZLQtViewWidget.h |
2 1 + 1 - 0 !
29 files changed, 106 insertions(+), 122 deletions(-) |
port to qt5 and use $(pkg_config) over pkg-config
|
| 0003 gcc 6.patch | (download) |
fbreader/src/formats/doc/OleStorage.cpp |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix build with gcc 6 or later
|
| 0004 prevent so install.patch | (download) |
zlibrary/core/Makefile |
1 0 + 1 - 0 !
zlibrary/text/Makefile |
1 0 + 1 - 0 !
2 files changed, 2 deletions(-) |
prevent installing .so link in non-dev library pkgs
|
| 0008 951 fix calling compiler.patch | (download) |
makefiles/arch/desktop.mk |
3 1 + 2 - 0 !
makefiles/gtksubdir.mk |
8 2 + 6 - 0 !
makefiles/platforms.mk |
4 1 + 3 - 0 !
makefiles/qsubdir.mk |
8 2 + 6 - 0 !
makefiles/subdir.mk |
9 1 + 8 - 0 !
5 files changed, 7 insertions(+), 25 deletions(-) |
951-fix-calling-compiler
===================================================================
|
| 0009 fbreader Makefile do not try to install empty format.patch | (download) |
fbreader/Makefile |
2 0 + 2 - 0 !
1 file changed, 2 deletions(-) |
fbreader: makefile: do not try to install empty formats/xhtml
directory
|
| 0011 zlibrary unix curl avoid duplicate case in a switch.patch | (download) |
zlibrary/core/src/unix/curl/ZLCurlNetworkManager.cpp |
7 0 + 7 - 0 !
1 file changed, 7 deletions(-) |
zlibrary: unix: curl: avoid duplicate case in a switch
CURLE_SSL_CACERT was merged into CURLE_PEER_FAILED_VERIFICATION, see [1]
[1] https://github.com/curl/curl/commit/3f3b26d6feb0667714902e836af608094235fca2
|
| 0013 fbreader Makefile make linking order reproducible.patch | (download) |
fbreader/Makefile |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fbreader: makefile: make linking order reproducible
|
| 1014 desktop mime type.patch | (download) |
fbreader/desktop/desktop |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
announce supported file tyes in xdg desktop entry.
This ensure desktop file browsers know when to propose to use
fbreader.
|