Revisions of kraft

buildservice-autocommit accepted request 830739 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 46)
baserev update by copy to link target
Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) accepted request 830715 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 44)
- 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
buildservice-autocommit accepted request 800992 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 42)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) accepted request 800955 from Wolfgang Bauer's avatar Wolfgang Bauer (wolfi323) (revision 41)
- 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
buildservice-autocommit accepted request 757097 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 40)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) committed (revision 39)
make building Akonadi the default again.
Klaas Freitag's avatar Klaas Freitag (kfreitag) committed (revision 38)
- 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.

- Update to v0.90 RC 3
- Removed patch rcfixes.patch, went into the release 

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
buildservice-autocommit accepted request 661516 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 37)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) committed (revision 36)
- 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
buildservice-autocommit accepted request 653436 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 35)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) committed (revision 34)
- 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
buildservice-autocommit accepted request 617049 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 33)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) accepted request 617047 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 32)
- 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
- Update to v0.81rc1 
- 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
buildservice-autocommit accepted request 592983 from Klaas Freitag's avatar Klaas Freitag (kfreitag) (revision 31)
baserev update by copy to link target
Klaas Freitag's avatar Klaas Freitag (kfreitag) committed (revision 30)
- 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.
buildservice-autocommit accepted request 508679 from Fabian Vogt's avatar Fabian Vogt (Vogtinator) (revision 29)
baserev update by copy to link target
Fabian Vogt's avatar Fabian Vogt (Vogtinator) committed (revision 28)
- Remove kdepim4-runtime requirement, it's not available anymore
  and kraft seems to work fine without it (boo#1047551)
Fabian Vogt's avatar Fabian Vogt (Vogtinator) committed (revision 27)
Revert kde4_runtime_requires changes
Displaying revisions 21 - 40 of 66
openSUSE Build Service is sponsored by