143120e29f
* 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
62 lines
1.3 KiB
Diff
62 lines
1.3 KiB
Diff
---
|
|
datovka.pro | 26 ++++++++------------------
|
|
1 file changed, 8 insertions(+), 18 deletions(-)
|
|
|
|
Index: datovka-4.10.3/datovka.pro
|
|
===================================================================
|
|
--- 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 {
|
|
@@ -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 \
|
|
- COPYING
|
|
-
|
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
|
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
|
|
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
|
|
@@ -116,13 +110,12 @@ unix:!macx {
|
|
icon64 \
|
|
icon128 \
|
|
icon256 \
|
|
- localisation \
|
|
- additional
|
|
+ localisation
|
|
}
|
|
}
|
|
|
|
QMAKE_CXXFLAGS = \
|
|
- -g -O0 -std=c++11 \
|
|
+ -g -std=c++11 $$(CXXFLAGS) \
|
|
-Wall -Wextra -pedantic \
|
|
-Wdate-time -Wformat -Werror=format-security
|
|
|
|
@@ -235,15 +228,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 {
|