datovka/datovka-fix-pro.patch

65 lines
1.3 KiB
Diff
Raw Normal View History

Accepting request 535786 from home:jirislaby:branches:network - Update Version update to 4.9.3 * Fixed a problem when message list was not updated after account synchronisation when a message was selected. * Fixed a bug when database location may have been saved even though the databases reside in default location. This problem was visible especially on Windows. - Update Version update to 4.9.2 * Changed tag dialogue to contain two views when editing tag assignment. * Using the prefix 'ODZ_' for sent and 'DDZ_' for received data messages when uploading them into records management service. * Default documentation location can be changed when running qmake using the TEXT_FILES_INST_DIR variable. * Full-text data-box search does not block the search dialogue. * Full-text data-box search can be interrupted and restarted again without closing the dialogue. * Separated core and GUI code. Removed models from database interface. * Added new CLI option '--get-msg-ids'. * Command-line application without GUI can be built separately. This executable is going to be distributed in Windows packages together with the GUI application. - Update Version update to 4.9.1 * Added experimental support for new data-box and user types that are going to be introduced into the ISDS production environment and which are already present in the ISDS testing environment. Version 0.10.7 of libisds is required to build the application. * Updated building scripts for the Windows application to automatically pull Qt dependencies into the package. * Fixed issue when records management data have not been erased from message model after the service has been deactivated. * Fixed issues with records management logo not being displayed in message OBS-URL: https://build.opensuse.org/request/show/535786 OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=23
2017-10-23 13:09:24 +02:00
---
datovka.pro | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
- Update to 4.10.3 bsc#1104620: * Added classes based on Qt types encapsulating various ISDS data types and structures. Sharing this code with mobile application. * Added per-account locking of communication contexts. * Modified database interface to accommodate new data types. * Explicitly specifying tab order for most windows and dialogues. It is also possible (on Windows and Linux) to cycle through actions in top tool bar. * Asking users for confirmation before deleting tags which are still assigned to some messages. * Added tooltip description of message state value in sent message list. * Added button to view account password when editing account credentials and PIN (master password) is enabled. * Added DigiCert Global Root G2 certificate. * Improved keyboard-based control of main and other dialogue windows. All important elements should be navigable only by keyboard (on Windows and Linux). * Fixed a problem with wrong conversion of obtained ISDS error statuses into readable text. This may have caused the programme to crash. * Fixed scaling of some icon-based control elements when using enlarged fonts on Windows. * Fixed message list sorting and filtering according to assigned tags. * Displaying busy cursor when switching between entries in account list. * New version notification can be blocked on Windows in runtime by setting specific registry values. It can also be blocked at compile time by using a configuration option when running qmake. * Extended resource information for the generated Windows executable. * Fixed project file include paths in order not to interfere with user-defined compiler flags. * Fixed problem with unpredictable construction order of global object instances. OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=27
2018-08-13 09:25:34 +02:00
Index: datovka-4.10.3/datovka.pro
===================================================================
- Update to 4.10.3 bsc#1104620: * Added classes based on Qt types encapsulating various ISDS data types and structures. Sharing this code with mobile application. * Added per-account locking of communication contexts. * Modified database interface to accommodate new data types. * Explicitly specifying tab order for most windows and dialogues. It is also possible (on Windows and Linux) to cycle through actions in top tool bar. * Asking users for confirmation before deleting tags which are still assigned to some messages. * Added tooltip description of message state value in sent message list. * Added button to view account password when editing account credentials and PIN (master password) is enabled. * Added DigiCert Global Root G2 certificate. * Improved keyboard-based control of main and other dialogue windows. All important elements should be navigable only by keyboard (on Windows and Linux). * Fixed a problem with wrong conversion of obtained ISDS error statuses into readable text. This may have caused the programme to crash. * Fixed scaling of some icon-based control elements when using enlarged fonts on Windows. * Fixed message list sorting and filtering according to assigned tags. * Displaying busy cursor when switching between entries in account list. * New version notification can be blocked on Windows in runtime by setting specific registry values. It can also be blocked at compile time by using a configuration option when running qmake. * Extended resource information for the generated Windows executable. * Fixed project file include paths in order not to interfere with user-defined compiler flags. * Fixed problem with unpredictable construction order of global object instances. OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=27
2018-08-13 09:25:34 +02:00
--- datovka-4.10.3.orig/datovka.pro
+++ datovka-4.10.3/datovka.pro
@@ -43,7 +43,6 @@ isEmpty(UI_DIR) {
CONFIG += object_parallel_to_source
DEFINES += \
- DEBUG=1 \
VERSION=\\\"$${VERSION}\\\"
unix:!macx {
- Update to 4.10.3 bsc#1104620: * Added classes based on Qt types encapsulating various ISDS data types and structures. Sharing this code with mobile application. * Added per-account locking of communication contexts. * Modified database interface to accommodate new data types. * Explicitly specifying tab order for most windows and dialogues. It is also possible (on Windows and Linux) to cycle through actions in top tool bar. * Asking users for confirmation before deleting tags which are still assigned to some messages. * Added tooltip description of message state value in sent message list. * Added button to view account password when editing account credentials and PIN (master password) is enabled. * Added DigiCert Global Root G2 certificate. * Improved keyboard-based control of main and other dialogue windows. All important elements should be navigable only by keyboard (on Windows and Linux). * Fixed a problem with wrong conversion of obtained ISDS error statuses into readable text. This may have caused the programme to crash. * Fixed scaling of some icon-based control elements when using enlarged fonts on Windows. * Fixed message list sorting and filtering according to assigned tags. * Displaying busy cursor when switching between entries in account list. * New version notification can be blocked on Windows in runtime by setting specific registry values. It can also be blocked at compile time by using a configuration option when running qmake. * Extended resource information for the generated Windows executable. * Fixed project file include paths in order not to interfere with user-defined compiler flags. * Fixed problem with unpredictable construction order of global object instances. OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=27
2018-08-13 09:25:34 +02:00
@@ -94,11 +93,6 @@ unix:!macx {
localisation.files += locale/datovka_cs.qm \
locale/datovka_en.qm
- additional.path = "$${TEXT_FILES_INST_DIR}"
- additional.files = \
- AUTHORS \
Accepting request 535786 from home:jirislaby:branches:network - Update Version update to 4.9.3 * Fixed a problem when message list was not updated after account synchronisation when a message was selected. * Fixed a bug when database location may have been saved even though the databases reside in default location. This problem was visible especially on Windows. - Update Version update to 4.9.2 * Changed tag dialogue to contain two views when editing tag assignment. * Using the prefix 'ODZ_' for sent and 'DDZ_' for received data messages when uploading them into records management service. * Default documentation location can be changed when running qmake using the TEXT_FILES_INST_DIR variable. * Full-text data-box search does not block the search dialogue. * Full-text data-box search can be interrupted and restarted again without closing the dialogue. * Separated core and GUI code. Removed models from database interface. * Added new CLI option '--get-msg-ids'. * Command-line application without GUI can be built separately. This executable is going to be distributed in Windows packages together with the GUI application. - Update Version update to 4.9.1 * Added experimental support for new data-box and user types that are going to be introduced into the ISDS production environment and which are already present in the ISDS testing environment. Version 0.10.7 of libisds is required to build the application. * Updated building scripts for the Windows application to automatically pull Qt dependencies into the package. * Fixed issue when records management data have not been erased from message model after the service has been deactivated. * Fixed issues with records management logo not being displayed in message OBS-URL: https://build.opensuse.org/request/show/535786 OBS-URL: https://build.opensuse.org/package/show/network/datovka?expand=0&rev=23
2017-10-23 13:09:24 +02:00
- COPYING
-
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
@@ -116,15 +110,13 @@ unix:!macx {
icon64 \
icon128 \
icon256 \
- localisation \
- additional
+ localisation
}
}
QMAKE_CXXFLAGS = \
- -g -O0 -std=c++11 \
- -Wall -Wextra -pedantic \
- -Wdate-time -Wformat -Werror=format-security
+ -g -std=c++11 $$(CXXFLAGS) \
+ -Wall -Wextra -pedantic
#INCLUDEPATH +=
@@ -235,15 +227,8 @@ macx {
locale/datovka_en.qm
localisation.files += locale/qtbase_cs.qm
- additional.path = "Contents/Resources"
- additional.files = \
- AUTHORS \
- COPYING \
- ChangeLog
-
QMAKE_BUNDLE_DATA +=\
- localisation \
- additional
+ localisation
}
win32 {