2026-01-10 11:03:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 9 13:21:29 UTC 2026 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to Kraft version 2.0.0
|
|
|
|
|
|
|
|
|
|
- Build against Qt6 and KDE Frameworks 6 components
|
|
|
|
|
- Drop dependency of ctemplate, use KTextTemplate instead
|
|
|
|
|
- Save documents not longer in database but in XML format in separate
|
|
|
|
|
files in a date base directory structure to enable file based
|
|
|
|
|
cloud synchronisation of documents
|
|
|
|
|
- Use a C++ object KraftObj as base object for import Kraft objects
|
|
|
|
|
to provide base attributes to the objects such as tags
|
|
|
|
|
- Add a DB to XML converter class that exports the documents from db
|
|
|
|
|
to xml files to be executed once for migration
|
|
|
|
|
- Add a dialog to report about conversion of docs
|
|
|
|
|
- Add a document indexer that keeps a summary of the available docs
|
|
|
|
|
in the file system
|
|
|
|
|
- Use a individual uuid for identification of all documents and other
|
|
|
|
|
objects in Kraft
|
|
|
|
|
- Introduce document states such as draft and final. Handle doc life
|
|
|
|
|
cycle correctly
|
|
|
|
|
- Generate PDF output directly after the doc was changed, not when
|
|
|
|
|
the doc should be displayed
|
|
|
|
|
- Add dialog to finalize documents. That moves them out of the draft
|
|
|
|
|
state. In final state, docs are immutable and changes are not longer
|
|
|
|
|
possible
|
|
|
|
|
- Show a welcome text on the main page after start of Kraft
|
|
|
|
|
- Visual freshup of the display of the document details
|
|
|
|
|
- Switch default document generator to weasyprint, drop support of
|
|
|
|
|
Reportlab based templates
|
|
|
|
|
- Display doc conversion error messages in the main UI
|
|
|
|
|
- Code cleanups, eg. unite DocPositionBase with DocPosition
|
|
|
|
|
- Upgrade the AppImage build to use Qt6/KF6 puh...
|
|
|
|
|
- Add a directory based addressbook for use with environments without
|
|
|
|
|
proper Akonadi such as AppImage builds
|
|
|
|
|
- Reworked the read only document view
|
|
|
|
|
- Added some unit tests
|
|
|
|
|
- PDF watermark happens through Qt code now
|
|
|
|
|
- Countless bug fixes, C++ modernizations, code cleanups and refinements
|
|
|
|
|
|
|
|
|
|
- remove cmake.patch as went upstream
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 3 19:33:32 UTC 2026 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to Kraft version 2.0.0 rc2
|
|
|
|
|
|
|
|
|
|
Builds against KF6 and Qt6 and much more news
|
|
|
|
|
|
2025-05-12 18:35:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 7 07:37:03 UTC 2025 - Simon Lees <sflees@suse.de>
|
|
|
|
|
|
|
|
|
|
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
|
|
|
|
|
minimum version warnings
|
|
|
|
|
|
2024-10-05 11:11:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 1 19:07:43 UTC 2024 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 1.2.2
|
|
|
|
|
|
|
|
|
|
* Regular service release to fix bugs
|
|
|
|
|
* Fix #242: Do not push item types (Demand) to followup docs
|
|
|
|
|
* Fix #241: Allow negative item sums
|
|
|
|
|
* Changes to fix CI
|
|
|
|
|
|
2024-05-11 19:09:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 5 20:27:36 UTC 2024 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 1.2.1
|
|
|
|
|
|
|
|
|
|
* Shipping a fix for a stupid release bug
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 5 15:00:29 UTC 2024 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 1.2
|
|
|
|
|
|
|
|
|
|
* Manual: Updated text and dutch translations
|
|
|
|
|
* Manual: Updated screenshots for all languages
|
|
|
|
|
* Fix #211: Be more robust if no .git file is there
|
|
|
|
|
* Fix cmake warnings
|
|
|
|
|
* Substancial code cleanups
|
|
|
|
|
* Fix reproducable builds
|
|
|
|
|
* Fix saving of XRechnung files
|
|
|
|
|
* Added a template for XRechnung version 3.0.1
|
|
|
|
|
* Fix #218: Add a image mask for reportlab
|
|
|
|
|
* Fix tests
|
|
|
|
|
* Add checkbox to mark document types to get XRechnung support
|
|
|
|
|
* Add a feedback link to the system overview page
|
|
|
|
|
|
2024-03-29 06:53:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 11 23:43:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
|
|
|
|
|
|
- Build without Akonadi integration for repositories that now
|
|
|
|
|
provide the kdepim 6 libraries
|
|
|
|
|
|
2024-03-08 16:25:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 7 14:47:04 UTC 2024 - Max Lin <mlin@suse.com>
|
|
|
|
|
|
|
|
|
|
- Use BuildRequires cmake(KPim5AkonadiContact) on Leap 15.6
|
|
|
|
|
|
2024-02-26 11:48:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 22 12:46:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
|
2023-09-17 09:53:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 16 19:51:41 UTC 2023 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.1
|
|
|
|
|
|
|
|
|
|
* updated nl translations of the manual
|
|
|
|
|
* update the app translations
|
|
|
|
|
* Fix the application icon
|
|
|
|
|
* Fix the changed Akonadi Prefix, added build switch AKONADI_LEGACY_BUILD
|
|
|
|
|
* More Akonadi related ifdefs
|
|
|
|
|
* Few fixes and improvements to cmake files (eg. #205)
|
|
|
|
|
* cleanup of code and remove endl which removes lots of warnings
|
|
|
|
|
* Allow Macros in pre- and post text, to support date calculations and
|
|
|
|
|
sum calculation (incl. tax) based on tags
|
|
|
|
|
* more tests
|
|
|
|
|
* Add Button to Allow to insert template pre- and post texts rather than
|
|
|
|
|
replace the entire text #167
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 10 15:34:14 UTC 2023 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.1 RC1
|
|
|
|
|
- Remove patch fixakonadi.patch because it went upstream
|
|
|
|
|
|
2023-05-01 12:51:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 29 08:33:55 UTC 2023 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Made the patch of the cmake files a bit more clean
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 28 21:25:50 UTC 2023 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Fix build requirement on AkondiContacts
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 28 21:18:19 UTC 2023 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Add a patch fixakonadi.patch to adopt to latest KDE akonadi.
|
|
|
|
|
|
2022-12-30 11:04:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 24 12:44:31 UTC 2022 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to Kraft version 1.0
|
|
|
|
|
|
|
|
|
|
* Have two new merge modes for the watermark tool
|
|
|
|
|
* PDF watermark tool can also append PDF files now
|
|
|
|
|
* Add numbercycle day counter variable (#138)
|
|
|
|
|
* Test improvements and new tests added
|
|
|
|
|
* User manual improvements
|
|
|
|
|
* Localized screenshots in the user manual (Thx Ronald)
|
|
|
|
|
* Demand and Alternative: Do not overwrite custom prefix
|
|
|
|
|
* Default Demand and Alternative text configurable in prefix dialog
|
|
|
|
|
* Add more variables to weasyprint (#166)
|
|
|
|
|
* Ability to add EPC QR code to invoices (Giro Code)
|
|
|
|
|
* Maintain users bank account to be included in documents
|
|
|
|
|
* Add some metadata to the html representation (weasyprint)
|
|
|
|
|
* Use custom icons for all icons in Krafti (#175)
|
|
|
|
|
* Experimental: html tags in pre- and post tags and items & catalogs
|
|
|
|
|
* Add more contrib documents from Achim (BNC)
|
|
|
|
|
* Database refresh only in readonly mode
|
|
|
|
|
* Huge improvements to the AppImage build (#191)
|
|
|
|
|
|
|
|
|
|
* Fix: Numbercycle dialog with day counter (#138)
|
|
|
|
|
* Fix: Strikeout for deleted items working again
|
|
|
|
|
* Fix: Delete column in sqlite migrations (#162)
|
|
|
|
|
* Fix: Add -p switch to call of weasyprint (html presentational hints)
|
|
|
|
|
* Fix: Set reconnect option for MySQL (#183)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 3 22:43:01 UTC 2022 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to 1.0 RC1
|
|
|
|
|
|
2022-05-22 20:09:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 22 19:58:01 UTC 2022 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 0.98
|
|
|
|
|
- Remove patch Adapt-to-new-Akonadi-includes.patch as it went upstream
|
|
|
|
|
|
2021-08-15 11:20:42 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-12-05 13:57:05 +00:00
|
|
|
Wed Dec 1 11:18:22 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
|
|
|
|
|
|
|
|
|
- Add Adapt-to-new-Akonadi-includes.patch to fix build with Akonadi
|
|
|
|
|
21.12
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-08-15 11:20:42 +00:00
|
|
|
Sun Aug 15 10:21:03 UTC 2021 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 0.97.
|
|
|
|
|
Version 0.97 is a bugfix release and fixes a few bugs.
|
|
|
|
|
- Remove patch keepemptyparts.patch which went upstream.
|
|
|
|
|
|
2021-03-03 14:05:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Feb 28 10:01:42 UTC 2021 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Add patch keepemptyparts.patch to fix build with older qt versions.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 27 20:59:13 UTC 2021 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 0.96
|
|
|
|
|
* Found new MIT licensed icons to avoid uncertainess with CC license.
|
|
|
|
|
* Allow to use the "add new" button in the doc editor to add new
|
|
|
|
|
catalog templates. It presets the correct chapter.
|
|
|
|
|
|
|
|
|
|
* Fix: Use the xmlArchivePath correctly (#80)
|
|
|
|
|
* Fix: Handling of Cancel button in template to doc dialog.
|
|
|
|
|
* Fix: Convert newlines in the items to <br> for the weasyprint doc
|
|
|
|
|
generation.
|
|
|
|
|
* Fix: In Followup document: If the standard text for pre and post
|
|
|
|
|
text of the target document type is empty, the one from the
|
|
|
|
|
source document is copied over instead. (#91)
|
|
|
|
|
|
2020-08-31 10:36:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 28 16:13:26 UTC 2020 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to upstream version 0.95
|
|
|
|
|
* New document render engine based on Weasyprint
|
|
|
|
|
* New template library grantlee used
|
|
|
|
|
* User manual added
|
|
|
|
|
* Many other improvements
|
|
|
|
|
- Removed patch Check-only-for-Python-3-for-erml2pdf.py.patch
|
|
|
|
|
- Removed patch Switch-erml2pdf.py-to-Python-3.patch
|
|
|
|
|
|
|
|
|
|
|
2020-05-07 08:52:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 7 06:46:03 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
|
|
|
|
|
|
|
|
|
- Add upstream patches to port to Python 3:
|
|
|
|
|
* Check-only-for-Python-3-for-erml2pdf.py.patch
|
|
|
|
|
* Switch-erml2pdf.py-to-Python-3.patch
|
|
|
|
|
- Switch python2 package requirements to python3
|
|
|
|
|
|
2019-12-14 21:15:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 14 21:11:02 UTC 2019 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to stable release 0.90
|
|
|
|
|
|
|
|
|
|
* Reworked follow up and copy document
|
|
|
|
|
set the correct header- and footer-texts according to the doc type
|
|
|
|
|
Added a checkbox if items should be copied or not
|
|
|
|
|
* New feature: partial invoices that are substracted in the final
|
|
|
|
|
invoice
|
|
|
|
|
* Use an XML based migration system for document types
|
|
|
|
|
* Added the first unit tests to Kraft
|
|
|
|
|
* Made the document templates not containing any language specific
|
|
|
|
|
strings any more. There is only one doc now for all languages,
|
|
|
|
|
set by localized strings as template variables.
|
|
|
|
|
* Removed KeepTogether flag for tables to avoid that a long list
|
|
|
|
|
of items only starts on the next page. Might have impact on
|
|
|
|
|
some docs.
|
|
|
|
|
* Fixed formatting of the amount number in the XML output
|
|
|
|
|
* More Less-KDE: Removed more mandatory dependencies on KDE.
|
|
|
|
|
* Added 'About Kraft' information to Krafts system view.
|
|
|
|
|
* Added document type 'Offer without price tags', which does not
|
|
|
|
|
print price tags on the PDF (issue #58).
|
|
|
|
|
* Internationalization: Added dutch translation
|
|
|
|
|
|
|
|
|
|
- Removed the patches fix_install_appdata.patch,
|
|
|
|
|
fix_nullptr_warning.patch fix_sql_qt12.patch as those went into
|
|
|
|
|
upstream code.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 7 20:13:18 UTC 2019 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to v0.90 RC 3
|
|
|
|
|
- Removed patch rcfixes.patch, went into the release
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Dec 1 13:26:17 UTC 2019 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
Update to Kraft v0.90 RC 2:
|
|
|
|
|
|
|
|
|
|
- Add patch rcfixes.patch that fixes a few glitches in the RC.
|
|
|
|
|
- Remove patch fix_install_appdata.patch, gone upstream
|
|
|
|
|
- Remove patch fix_sql_qt12.patch, gone upstream
|
|
|
|
|
- Remove patch fix_nullptr_warning.patch, gone upstream
|
|
|
|
|
|
|
|
|
|
|
2018-12-26 21:21:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 26 21:18:55 UTC 2018 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Add patch fix_nullptr_warning.patch: Reduce noise when compiling
|
|
|
|
|
by disabling the nullptr initialization warning
|
|
|
|
|
- Add patch fix_sql_qt12.patch: Make Kraft build with Qt 5.12 again
|
|
|
|
|
|
2018-06-15 10:35:42 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-10-17 19:58:00 +00:00
|
|
|
Wed Oct 17 19:51:32 UTC 2018 - Klaas Freitag <opensuse@freisturz.de>
|
|
|
|
|
|
|
|
|
|
- Update to v0.82:
|
|
|
|
|
* Fix send document by email
|
|
|
|
|
* Allow emailing through xdg-email and not only through thunderbird
|
|
|
|
|
To enable, set mailUA=xdg in the config file in the system section.
|
|
|
|
|
* Fixed wrong usage of i18n command which caused a lot of error
|
|
|
|
|
messages on the console. (#37)
|
|
|
|
|
* Time calculation: Add a time unit to the form, allow to calculate
|
|
|
|
|
times in hours, minutes and seconds (#43)
|
|
|
|
|
* Refactored the calculation dialog, fixed using margin. (#42)
|
|
|
|
|
* Properly ask to waste changes if user hits cancel in Calc dialog.
|
|
|
|
|
* Fix some glitches in the setup code path, ie. db update.
|
|
|
|
|
* Relaxed the document layout a bit by choosing a smaller font and
|
|
|
|
|
adjusting the table column settings a bit.
|
|
|
|
|
* More minor bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-06-15 10:35:42 +00:00
|
|
|
Fri Jun 15 09:48:42 UTC 2018 - klaas.freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to v0.81:
|
|
|
|
|
* Fix to build with Qt 5.11
|
|
|
|
|
* CMake fixes: Installation directories
|
|
|
|
|
* Use QProcess instead of system call
|
|
|
|
|
* Fix appstream XML data
|
|
|
|
|
* Fix display of individual tax block on documents
|
|
|
|
|
- Add fix_install_appdata.patch: Fixes the installation of appdata.xml
|
|
|
|
|
- Add use_qpdfview.patch: Open PDFs in qpdfviewer, used only for
|
|
|
|
|
appimage build in home:kfreitag builds, enabled through OBS prjconf
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 13 15:23:18 UTC 2018 - klaas.freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to v0.81rc1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 13 12:47:48 UTC 2018 - klaas.freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- Use conditional build flags to switch on akonadi usage and the
|
|
|
|
|
qpdfviewer. This way, the package is reuseable in a project where
|
|
|
|
|
an appimage is built.
|
|
|
|
|
Added the patch use_qpdfview.patch that is only used for the
|
|
|
|
|
appimage
|
|
|
|
|
Also removed some currently unused Fedora cruft
|
|
|
|
|
|
2018-04-01 19:00:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 1 18:56:14 UTC 2018 - klaas.freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- Update to stable version 0.80, based on Qt5/KF5
|
|
|
|
|
* Port to Qt5/KDE Frameworks 5
|
|
|
|
|
* Reduction of build and runtime dependencies, especially
|
|
|
|
|
of KDE Frameworks, replacing old KDE classes with their
|
|
|
|
|
Qt equivalents
|
|
|
|
|
* Dropped Webkit. Use QTextbrowser instead. Ported html
|
|
|
|
|
generating code and CSS accordingly
|
|
|
|
|
* Dependency on Akonadi is now optional, so builds without
|
|
|
|
|
Akonadi are possible
|
|
|
|
|
* Address management in Kraft was abstracted to work with or
|
|
|
|
|
without Akonadi, other address backends could be implemented
|
|
|
|
|
much easier now
|
|
|
|
|
* Refresh of the GUI plus new icons, easier.
|
|
|
|
|
* Refactored time line models completely
|
|
|
|
|
* Show summaries for month and year items: Amount of doc types
|
|
|
|
|
and added sums for each document type
|
|
|
|
|
* GUI: New filter combo to limit to docs of last week or last
|
|
|
|
|
month
|
|
|
|
|
* Use templates for system view (contributed by Andy Wuest)
|
|
|
|
|
* Ship an AppImage for easy testing of Kraft
|
|
|
|
|
* Updated ReportLab based PDF generation script (erml2pdf)
|
|
|
|
|
* countless bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
- Removed patch fix_dup_custom_targets.diff, not longer needed.
|
|
|
|
|
|
2017-07-07 07:10:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 7 07:08:06 UTC 2017 - fabian@ritter-vogt.de
|
|
|
|
|
|
|
|
|
|
- Remove kdepim4-runtime requirement, it's not available anymore
|
|
|
|
|
and kraft seems to work fine without it (boo#1047551)
|
|
|
|
|
|
2016-12-08 20:03:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 19:58:12 UTC 2016 - fabian@ritter-vogt.de
|
|
|
|
|
|
|
|
|
|
- Revert kde4_runtime_requires change
|
|
|
|
|
|
2016-12-02 21:23:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 29 07:20:36 UTC 2016 - olaf@aepfle.de
|
|
|
|
|
|
|
|
|
|
- Expand macro kde4_runtime_requires only when its available
|
|
|
|
|
to fix quilt setup
|
|
|
|
|
|
2015-10-17 10:06:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 17 10:05:41 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
2015-10-17 10:44:24 +00:00
|
|
|
- Patch fix_dup_custom_targets.diff added to not add multiple custom
|
|
|
|
|
targets, fixes building Tumbleweed.
|
2015-10-17 10:06:20 +00:00
|
|
|
|
2015-10-06 05:23:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 1 12:20:39 UTC 2015 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
* New upstream version 0.59:
|
|
|
|
|
- Fix discount price calculation: Do not include deleted items.
|
|
|
|
|
- Fix: Mark moved items as modified, to not loose the saving
|
|
|
|
|
- Fix the save loop over items, do delete items seperately
|
|
|
|
|
- Fixes in the setup wizard
|
|
|
|
|
- Enhance data take over when copying documents
|
|
|
|
|
- Fix price calculation with discount items.
|
|
|
|
|
- On doc type change, ask the user if the doc ident is to change.
|
|
|
|
|
- Add GROSSSUM adn NETSUM template variables
|
|
|
|
|
- Memory management fixes
|
|
|
|
|
- Quite some other minor fixes
|
|
|
|
|
|
|
|
|
|
* Patch 0001-Fix-Mark-moved-items-as-modified.patch was removed as
|
|
|
|
|
it went to the codebase.
|
|
|
|
|
|
2015-05-01 10:42:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 1 10:41:11 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Added patch named 0001-Fix-Mark-moved-items-as-modified.patch
|
|
|
|
|
|
|
|
|
|
This fixes a bug that item move operations are not saved if the
|
|
|
|
|
move was the only change on a document.
|
|
|
|
|
|
|
|
|
|
This patch will be in the next stable release of kraft and can
|
|
|
|
|
be removed from this package.
|
|
|
|
|
|
2015-04-27 08:20:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 5 19:42:22 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
* Update to upstream version 0.58:
|
|
|
|
|
- Fix handling of slashes in the doc id template
|
|
|
|
|
- Fix a bug in calculation of the VAT sum
|
|
|
|
|
- Removed kraftcat library as it was unused. Easier building now.
|
|
|
|
|
|
|
|
|
|
* Removed patch kraft_no_lib.diff from package as the changes went
|
|
|
|
|
upstream and are contained in the official tarball now.
|
|
|
|
|
|
2015-03-15 15:52:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 15 15:51:23 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Added a patch that does not build a lib from some sources.
|
|
|
|
|
|
|
|
|
|
Previous builds contained a libkraftcat which was not used
|
|
|
|
|
publically and also not really tested. rpmlint complained
|
|
|
|
|
so removing is better.
|
|
|
|
|
|
2015-02-28 21:16:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 28 21:02:22 UTC 2015 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
- Fixed license abbreviations and removed INSTALL file to relax
|
|
|
|
|
rpmlint
|
|
|
|
|
|
2014-11-07 20:48:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 7 20:47:30 UTC 2014 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
- New tarball of Kraft 0.57
|
|
|
|
|
|
|
|
|
|
Code wise 0.57 is identical to 0.56 as should have been, but
|
|
|
|
|
there have been broken tarballs of 0.56 around, so 0.57 was
|
|
|
|
|
tagged to be on the save side.
|
|
|
|
|
|
2014-06-02 23:08:43 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-11-04 21:02:06 +00:00
|
|
|
Tue Nov 4 20:55:14 UTC 2014 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
* New upstream release 0.56
|
|
|
|
|
- Fix handling of custom greetings in combobox.
|
|
|
|
|
- Handle document type changes correctly: Set a new ident number
|
|
|
|
|
depending on the new document id
|
|
|
|
|
- Fix behaviour of the greeting combobox: Do not loose custom entries
|
|
|
|
|
any more
|
|
|
|
|
- Add receipient email address if document is emailed
|
|
|
|
|
- Fix document emailing for thunderbird
|
|
|
|
|
- Fix removing of alternative- and on-demand state of items
|
|
|
|
|
- Wording fixes
|
|
|
|
|
- Fix Ok/Cancel for doc editor
|
|
|
|
|
- Better error messages if template can not be read
|
|
|
|
|
- A couple of crash fixes and memory management cleanups
|
|
|
|
|
|
|
|
|
|
------------------------------------------------------------------
|
2014-06-02 23:08:43 +00:00
|
|
|
Thu May 29 19:11:31 UTC 2014 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
* New upstream release 0.55
|
|
|
|
|
- Fix a bug with the PDF generation, regression in 0.54
|
|
|
|
|
- Fix compiling with latest version of ctemplate
|
|
|
|
|
|
2014-05-12 18:53:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 11 19:50:08 UTC 2014 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
* New upstream release 0.54
|
|
|
|
|
- Use new address fetch job implementation that works independant
|
|
|
|
|
from Nepomuk- or Baloo indexing of contacts. (KDE >= 4.12)
|
|
|
|
|
- Support note-of-delivery documents (Lieferscheine) without prices.
|
|
|
|
|
- Added findcontact utility
|
|
|
|
|
- Generate a customer sorted document storage structure on disk
|
|
|
|
|
- Improve stylesheet handling in templates, introduce CSS_IMG_PATH
|
|
|
|
|
- Use environment variable KRAFT_HOME more consquentely
|
|
|
|
|
- Fix tax sum calculation
|
|
|
|
|
- Add customer address UID variable to number circle tags
|
|
|
|
|
- Some memleak fixes
|
|
|
|
|
- Add "followup document" to main menu
|
|
|
|
|
- Fix installation of identity.trml
|
|
|
|
|
- Allow the tags USERNAME, DATE and TIME in item templates.
|
|
|
|
|
- Lots of other cleanups and fixes
|
|
|
|
|
|
2013-10-20 18:49:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 11 20:38:57 UTC 2013 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
* Upstream release 0.53
|
|
|
|
|
- Fix screwed tarball 0.51
|
|
|
|
|
- Fixes drag and drop handling in catalog window.
|
|
|
|
|
- Fixes with units, do not confuse units any more
|
|
|
|
|
- Utf8 fixes
|
|
|
|
|
- other minor fixes
|
|
|
|
|
|
2013-09-22 22:20:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Sep 22 20:07:39 UTC 2013 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
* New upstream release 0.51
|
|
|
|
|
- Fix drag and drop in catalogues.
|
|
|
|
|
- Implemented removal of sub chapters.
|
|
|
|
|
- Add the content of an entire template catalog chapter to the document
|
|
|
|
|
if the chapter item is selected.
|
|
|
|
|
- Added a new setting "Own Identity" to allow to pick the own identity
|
|
|
|
|
from the address books in an installed system.
|
|
|
|
|
- Make text template loading utf8 save.
|
|
|
|
|
- Reworked image-in-template example in invoice report template.
|
|
|
|
|
- Fixed unit handling, no more startsWith coparison of text.
|
|
|
|
|
|
2013-03-11 21:33:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 11 21:14:25 UTC 2013 - freitag@owncloud.com
|
|
|
|
|
|
|
|
|
|
- Added a patch to fix catalog editing of the material catalog.
|
|
|
|
|
|
|
|
|
|
With that patch, templates and sub chapters can be moved around
|
|
|
|
|
using drag and drop and the changes are actually saved.
|
|
|
|
|
|
2012-12-17 21:14:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 17 21:13:41 UTC 2012 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
* update to Kraft version 0.50
|
|
|
|
|
- Handling of individual tax rates for each document item
|
|
|
|
|
- bugfix: escape texts in reports correctly (reported by Lars Diel).
|
|
|
|
|
- bugfix: if akonadi address was not found, display proper msg.
|
|
|
|
|
- Proper error message if a python module is not installed but needed
|
|
|
|
|
by the pdf generator.
|
|
|
|
|
- added button to assign an address book entry as document receiver
|
|
|
|
|
for existing documents (Bug #3477467)
|
|
|
|
|
- bugfix: Display of number of processed sql commands in setup
|
|
|
|
|
assistant (Bug #3560611)
|
|
|
|
|
- started to optimize database save of documents for more performant
|
|
|
|
|
saves.
|
|
|
|
|
- bugfix: Fixed import of document items from csv lists.
|
|
|
|
|
- added page number on default document from page two to end.
|
|
|
|
|
- bugfix: Fixed mysql database setup.
|
|
|
|
|
- Rearragned doc type setup dialog to better display path names of
|
|
|
|
|
template file and watermark file.
|
|
|
|
|
- bugfix: If a manual entered template has checkbox "store in template
|
|
|
|
|
catalog, the template is immediately written to and catalog is
|
|
|
|
|
reloaded.
|
|
|
|
|
- bugfix: Focus on the last added item on document edit.
|
|
|
|
|
|
2012-02-01 21:05:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 29 17:48:24 UTC 2011 - freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- added patch to fix the own identity search in portal.cpp
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Nov 11 20:32:54 UTC 2011 - freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- added patch to make follow-up documents and copy doc work
|
|
|
|
|
again.
|
|
|
|
|
|
2011-11-10 08:55:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 8 21:20:17 UTC 2011 - freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- update to upstream version 0.45
|
|
|
|
|
0.45 was released as a fix for 0.44 which contains a bug in showing
|
|
|
|
|
decimal places of items on the PDF document. Needs quick fix.
|
|
|
|
|
|
2011-11-06 19:00:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 3 15:35:49 UTC 2011 - freitag@suse.com
|
|
|
|
|
|
|
|
|
|
- update to upstream tarball 0.44
|
|
|
|
|
- Completely reworked the addressbook widget in Kraft, used in new doc
|
|
|
|
|
assistant and in the "who am i" dialog: Fully Akonadi-based, works
|
|
|
|
|
with various addressbooks and loads addresses way more fast.
|
|
|
|
|
- Completely reworked text template widget used in the document editor:
|
|
|
|
|
Less bugs, more obvious gui, help texts where needed
|
|
|
|
|
- Fixed bug that crashed Kraft when clicking on empty catalog chapters.
|
|
|
|
|
- Add ability to add localized report template files, added german
|
|
|
|
|
localization
|
|
|
|
|
- Fixed bug that numbers in the doc are not localized correctly
|
|
|
|
|
- Fixed bug that the doc type is not taken correctly from the new doc
|
|
|
|
|
wizard
|
|
|
|
|
- No need any more to checkbox single item templates to move them into
|
|
|
|
|
the document. Selecting is sufficient.
|
|
|
|
|
- Added a search line in the "who am i"-dialog
|
|
|
|
|
- even more bugfixes
|
|
|
|
|
|
2011-06-27 20:41:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 25 08:08:55 UTC 2011 - freitag@novell.com
|
|
|
|
|
|
|
|
|
|
- update to upstream tarball 0.43
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 14 19:04:00 UTC 2011 - freitag@novell.com
|
|
|
|
|
|
|
|
|
|
- update to upstream tarball 0.41, incl. patch for non rpath lib dir
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 21 15:08:11 UTC 2011 - freitag@novell.com
|
|
|
|
|
|
|
|
|
|
- fix for address selection (name -> realname)
|
|
|
|
|
- removed deb build files
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 13 10:05:48 UTC 2010 - freitag@novell.com
|
|
|
|
|
|
|
|
|
|
- update to the final 0.40 tarball - harrah!
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 7 16:42:13 UTC 2010 - freitag@novell.com
|
|
|
|
|
|
|
|
|
|
- update to third beta version for the 0.40 release
|
|
|
|
|
|