Commit Graph

68 Commits (master)

Author SHA1 Message Date
tastytea 11b88aaf3d
Added files section to manpage. 2019-01-21 01:07:04 +01:00
tastytea 788d56f98e
Rearranged stuff 2019-01-21 00:29:29 +01:00
tastytea bd33509e7a
Set default variables in build recipe correctly. 2019-01-21 00:27:38 +01:00
tastytea 3711f30f3b
Fixed manpage version and email 2019-01-21 00:09:24 +01:00
tastytea 032dc9f644
Enhanced manpage 2019-01-21 00:00:38 +01:00
tastytea 1bb26d9c33
Fixed version 2019-01-20 23:48:47 +01:00
tastytea 58a79b0681
Renamed whyblocked-gui -> whyblocked 2019-01-20 23:46:41 +01:00
tastytea fac5bd700a
Added manpage. 2019-01-20 23:31:58 +01:00
tastytea 3ed5d3ce0d
Set to blocked by default if account is added via drag & drop. 2019-01-16 15:49:36 +01:00
tastytea 59466c5f9e
Delete all selected rows, not just half. 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.
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) 2019-01-14 15:45:05 +01:00
tastytea fd951ed502
Deleted text interface. 2019-01-12 21:28:29 +01:00
tastytea 0f13bc8d9b
Rewrote QT interface to use new database interface. 2019-01-12 19:35:24 +01:00
tastytea 75dc40406c
Deactivated text interface. 2019-01-12 18:22:05 +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.
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 dd83e11338
Added find function 2019-01-11 20:50:22 +01:00
tastytea 540877fb75
Removed error report via statusbar, added error reporting via message box. 2018-12-06 15:32:28 +01:00
tastytea 614eb26f32
CI: Build packages on ubuntu 16.04 2018-11-05 21:50:01 +01:00
tastytea 7d1d5e52d8
CI: re-added gnupg 2018-11-05 18:07:01 +01:00
tastytea 5163b4adbb
Implemented saving and loading settings
Visibility of toolbar, toolbar location, size of window, width of
table headers. Fixes #6
2018-11-03 12:59:49 +01:00
tastytea 0458ef2d8d
Added shortcut to add dialog: Del deletes selected receipt 2018-11-02 12:04:29 +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 08de099a0a
Made heading of receipts-label translatable, added german translation 2018-10-25 07:36:58 +02:00
tastytea a6fe38af2f
Qt interface: Changed the icon names to lookup according to the Icon Naming Specification (bug #7) 2018-10-25 00:46:48 +02:00
tastytea e24ecebc6c
Version bump 0.10.9 2018-10-24 14:40:59 +02:00
tastytea 82e1ff1861
CI: Switched back to jessie 2018-10-23 10:30:34 +02:00
tastytea 576b879cb1
version bump 0.10.7 2018-10-23 09:36:03 +02:00
tastytea d5316891ef
cmake: Reverted requiredness of sqlite3 2018-10-23 06:28:04 +02:00
tastytea d387c6d8c4
cmake: Stopped linking sqlite3, since we only need vsqlite++ 2018-10-23 01:14:26 +02:00
tastytea bb2a68d326
cmake: Added sqlite3-check 2018-10-22 19:17:41 +02:00
tastytea 3183feb541
Version bump 0.10.6 2018-10-22 00:11:14 +02:00
tastytea 4f6d7477a7
Only try to install translations if WITHOUT_TRANSLATIONS is unset 2018-10-20 22:15:14 +02:00
tastytea a5dec132a1
Split up cmake file 2018-10-20 07:19:14 +02:00
tastytea bac1445238
Added icon to packages 2018-10-20 02:15:49 +02:00
tastytea 240e1feeee
Fixed icon
It was cut off on Ubuntu.
2018-10-20 01:53:08 +02:00
tastytea 6492271faf
Qt interface: Re-Added window title for toolbar
If you right-click on the toolbar or menu, you can enable/disable it.
The window title is used there.
2018-10-20 01:11:08 +02:00
tastytea b5cb58e612
Qt interface: Made keyboard shortcuts not translatable.
Turns out, they no longer work after translation.
2018-10-20 00:40:45 +02:00
tastytea 7fcfd3618f
Added icon 2018-10-20 00:34:00 +02:00
tastytea c856555df8
text interface: Switched back to default keys.
Translatable command keys were a mistake.
2018-10-18 22:45:58 +02:00
tastytea 2c38822243
Made translations possible for the text interface
Closes #5
2018-10-18 21:31:05 +02:00
tastytea 77b93a367c
Added possibility to compile without GUI 2018-10-18 00:27:51 +02:00
tastytea 532e4ec95f
Qt: made translations possible, added german translation (#5) 2018-10-18 00:18:11 +02:00
tastytea f6e0b97e77
Added means to edit entries in the Qt interface
fixes #1
2018-10-17 20:44:58 +02:00
tastytea b1625d6de3
Qt: Made receipts-label tabable to improve use with screenreaders 2018-10-15 00:06:38 +02:00
tastytea a444c3b966
Bugfix: Qt: After the first entry was added, the header names would be reset to 1, 2, 3 2018-10-14 05:18:44 +02:00
tastytea 5dbf23b018
Qt: Moved the signal-setup to the .ui-files, UI tweaks 2018-10-14 04:39:42 +02:00