Commit Graph

129 Commits

Author SHA1 Message Date
tastytea 59466c5f9e
Delete all selected rows, not just half.
the build was successful Details
2019-01-15 01:37:55 +01:00
tastytea 229c3f6645
Re-added translations. They were wiped somehow. 2019-01-15 01:08:15 +01:00
tastytea 2acd37bcce
Made "reason"-header is always 125px wide.
the build was successful Details
Because it stretches all the way to ther right anyway.
2019-01-14 20:50:14 +01:00
tastytea ccf31d072e
Changed search method from eventFilter to textChanged-signal.
The search is also updated if one of the checkbuttons is clicked.
2019-01-14 20:45:22 +01:00
tastytea daefd245f0
Refactored the QT interface. (#12)
the build was successful Details
2019-01-14 15:45:05 +01:00
tastytea 8a5aa60d66
Fixed german translation.
the build was successful Details
2019-01-12 22:16:40 +01:00
tastytea 1a99bf1ded
Bugfix: Do not perform a search if mouse enters text field. 2019-01-12 22:14:04 +01:00
tastytea fd951ed502
Deleted text interface. 2019-01-12 21:28:29 +01:00
tastytea d9065280ea
Let the Database-class handle the data. 2019-01-12 21:24:09 +01:00
tastytea 0fdaad70ee
Only reload database on start and when the reload button is clicked. 2019-01-12 20:37:43 +01:00
tastytea 0f13bc8d9b
Rewrote QT interface to use new database interface.
the build was successful Details
2019-01-12 19:35:24 +01:00
tastytea 75dc40406c
Deactivated text interface. 2019-01-12 18:22:05 +01:00
tastytea 54919796d7
Rewrote database interface.
It is a class now and has a saner return type, a struct.
2019-01-12 18:18:49 +01:00
tastytea 165e9039a7
Added more warnings for debug builds, removed superfluous consts 2019-01-12 17:39:20 +01:00
tastytea f29e180092
Update search results if focus enters text field.
the build was successful Details
With this change, the search results are updated if text is dragged
into the text field.
2019-01-11 23:09:11 +01:00
tastytea 64ab212a1f
Fixed german translation.
the build was successful Details
2019-01-11 21:52:14 +01:00
tastytea eab650d6dd
Added settings for checkboxes in find-widget.
the build was successful Details
2019-01-11 21:13:45 +01:00
tastytea dd83e11338
Added find function 2019-01-11 20:50:22 +01:00
tastytea 89eef7247a
Added find action (without function). 2019-01-11 18:58:20 +01:00
tastytea 540877fb75
Removed error report via statusbar, added error reporting via message box.
the build was successful Details
2018-12-06 15:32:28 +01:00
tastytea f0e01cd268
Added link to wiki on binary packages
the build failed Details
2018-11-12 02:05:59 +01:00
tastytea 7407a9a037
updated dependencies
the build was successful Details
2018-11-05 23:29:13 +01:00
tastytea 614eb26f32
CI: Build packages on ubuntu 16.04
the build was successful Details
2018-11-05 21:50:01 +01:00
tastytea 7d1d5e52d8
CI: re-added gnupg
the build was successful Details
2018-11-05 18:07:01 +01:00
tastytea b50f38decf
CI: Building packages on Debian jessie
the build failed Details
2018-11-05 17:52:04 +01:00
tastytea a65c1c549e
Added xdgcfg instructions to readme
the build was successful Details
2018-11-03 13:44:10 +01:00
tastytea e680b8e323
CI: fixed dependency in recipe
the build was successful Details
2018-11-03 13:19:26 +01:00
tastytea 2a8cd9c5b0
Added libconfig dependency
the build failed Details
2018-11-03 13:09:19 +01:00
tastytea 740d0929d2
Added submodule indo to readme
the build failed Details
2018-11-03 13:06:21 +01:00
tastytea 5163b4adbb
Implemented saving and loading settings
the build failed Details
Visibility of toolbar, toolbar location, size of window, width of
table headers. Fixes #6
2018-11-03 12:59:49 +01:00
tastytea 096c74c4cc
Clarified optional dependencies
the build was successful Details
2018-11-02 15:45:06 +01:00
tastytea ce9d156ef2
updated readme, removed AppImage mention.
the build was successful Details
2018-11-02 12:31:56 +01:00
tastytea 0458ef2d8d
Added shortcut to add dialog: Del deletes selected receipt
the build was successful Details
2018-11-02 12:04:29 +01:00
tastytea 9cc5af5142
Added drop-support to add dialog (closes #8)
If text is dropped in the add dialog, a receipt is added with that
text.
2018-11-02 12:00:51 +01:00
tastytea f6ff77571d
Added drop-support to main window (issue #8)
If text is dropped on the main window, the add dialog pops up with the
user/instance field pre-filled.
2018-11-02 11:54:40 +01:00
tastytea 27ccc954a1
Enhanced appdata
the build was successful Details
2018-11-01 20:11:59 +01:00
tastytea 48beb922fa
Removed AppImage support
I was unable to produce an AppImage that works on Ubuntu 18.04, after
several days. I will not spend any further time trying.
2018-11-01 20:11:42 +01:00
tastytea 85ea86953a
typo 2018-10-31 07:14:56 +01:00
tastytea 08de099a0a
Made heading of receipts-label translatable, added german translation
the build was successful Details
2018-10-25 07:36:58 +02:00
tastytea 96cfb050c5
Added automatic package signing
the build was successful Details
2018-10-25 05:02:13 +02:00
tastytea 39b424facc
Made sure translations are not deleted by make clean
the build was successful Details
2018-10-25 03:15:16 +02:00
tastytea ca6e46eb8d
AppImage: Added workaround for translation-placing (bug #7)
the build was successful Details
2018-10-25 02:40:07 +02:00
tastytea a6fe38af2f
Qt interface: Changed the icon names to lookup according to the Icon Naming Specification (bug #7)
the build was successful Details
2018-10-25 00:46:48 +02:00
tastytea ed4fa40a3c
CI: AppImage: Fixed update information
the build was successful Details
2018-10-24 15:25:12 +02:00
tastytea e24ecebc6c
Version bump 0.10.9
the build was successful Details
2018-10-24 14:40:59 +02:00
tastytea 629ee93b2d
translation file update 2018-10-24 14:40:22 +02:00
tastytea 376f77a3c9
CI: AppImage: Added Qt plugin
the build failed Details
2018-10-24 14:36:50 +02:00
tastytea b25da776ae
CI: Added dpkg-dev for shlibs
the build was successful Details
2018-10-24 13:24:28 +02:00
tastytea d44ef20aa1
Fixed dependency versions in readme
the build was successful Details
2018-10-23 10:33:00 +02:00
tastytea 82e1ff1861
CI: Switched back to jessie
the build failed Details
2018-10-23 10:30:34 +02:00