forked from pool/datovka
Accepting request 887988 from network
- Update to 4.17.0 * Lists of received or sent messages of a selected account can be synchronised separately. * For better understanding rephrased the notification in cases then no public nor a commercial data message can de sent to target data box. * Downloads of multiple messages are aggregated into one dialogue when these download have been triggered from the main window. * Changes of some content of the message databases (statuses, downloaded attachments, message deletion) are signalled via the database containers. * Added support for new data-box types PFO_ZNALEC and PFO_TLUMOCNIK. * Added delivery time and attachment downloaded fields to found message entries in search message dialogue. Found entries also can be filtered and sorted. * User can download data messages directly form the search message dialogue. * Selected messages in the search message dialogue can be exported or can be attached to an e-mail. * Unified std namespace resolution in C++ code. * This build requires libdatovka-0.1.2 because of the newly added data-box types. * The action 'Save all attachments' can be called in multiple selected messages at once. Attachment files are renamed when they have same or conflicting names within a single data message. Written files are not renamed if they conflict between messages or already existing files in the directory where the files are written to. * Increased the verbosity of logged entries when determining automatic upload targets for the records management service. OBS-URL: https://build.opensuse.org/request/show/887988 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/datovka?expand=0&rev=37
This commit is contained in:
commit
f65816d76f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1d2ddeb3f517744108b4a89f6d184e72030e03d118fa926b6bdf1b3a489c1bb
|
||||
size 2873852
|
@ -1 +0,0 @@
|
||||
a1d2ddeb3f517744108b4a89f6d184e72030e03d118fa926b6bdf1b3a489c1bb
|
3
datovka-4.17.0.tar.xz
Normal file
3
datovka-4.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a86477105a4b69c8958bd65d1895f2d693131763fe7d04074bd8d76313d96864
|
||||
size 2942828
|
1
datovka-4.17.0.tar.xz.sha256
Normal file
1
datovka-4.17.0.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
a86477105a4b69c8958bd65d1895f2d693131763fe7d04074bd8d76313d96864
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 23 09:15:53 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- Update to 4.17.0
|
||||
* Lists of received or sent messages of a selected account can be synchronised
|
||||
separately.
|
||||
* For better understanding rephrased the notification in cases then no public
|
||||
nor a commercial data message can de sent to target data box.
|
||||
* Downloads of multiple messages are aggregated into one dialogue when these
|
||||
download have been triggered from the main window.
|
||||
* Changes of some content of the message databases (statuses, downloaded
|
||||
attachments, message deletion) are signalled via the database containers.
|
||||
* Added support for new data-box types PFO_ZNALEC and PFO_TLUMOCNIK.
|
||||
* Added delivery time and attachment downloaded fields to found message
|
||||
entries in search message dialogue. Found entries also can be filtered and
|
||||
sorted.
|
||||
* User can download data messages directly form the search message dialogue.
|
||||
* Selected messages in the search message dialogue can be exported or can be
|
||||
attached to an e-mail.
|
||||
* Unified std namespace resolution in C++ code.
|
||||
* This build requires libdatovka-0.1.2 because of the newly added data-box
|
||||
types.
|
||||
* The action 'Save all attachments' can be called in multiple selected
|
||||
messages at once. Attachment files are renamed when they have same or
|
||||
conflicting names within a single data message. Written files are
|
||||
not renamed if they conflict between messages or already existing files
|
||||
in the directory where the files are written to.
|
||||
* Increased the verbosity of logged entries when determining automatic upload
|
||||
targets for the records management service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 10:25:01 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: datovka
|
||||
Version: 4.16.0
|
||||
Version: 4.17.0
|
||||
Release: 0
|
||||
Summary: Library to access Czech eGov system "Datove schranky"
|
||||
License: GPL-3.0-or-later
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(libdatovka) >= 0.1.1
|
||||
BuildRequires: pkgconfig(libdatovka) >= 0.1.2
|
||||
Requires: libqt5_sql_backend
|
||||
Recommends: %{name}-lang
|
||||
# Included inside with different approach
|
||||
|
Loading…
x
Reference in New Issue
Block a user