Commit Graph

48 Commits

Author SHA1 Message Date
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 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 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 0458ef2d8d
Added shortcut to add dialog: Del deletes selected receipt
the build was successful Details
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
the build was successful Details
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)
the build was successful Details
2018-10-25 00:46:48 +02:00
tastytea e24ecebc6c
Version bump 0.10.9
the build was successful Details
2018-10-24 14:40:59 +02:00
tastytea 82e1ff1861
CI: Switched back to jessie
the build failed Details
2018-10-23 10:30:34 +02:00
tastytea 576b879cb1
version bump 0.10.7
the build was successful Details
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++
the build failed Details
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
the build failed Details
2018-10-22 00:11:14 +02:00
tastytea 4f6d7477a7
Only try to install translations if WITHOUT_TRANSLATIONS is unset
the build was successful Details
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
the build failed Details
It was cut off on Ubuntu.
2018-10-20 01:53:08 +02:00
tastytea 6492271faf
Qt interface: Re-Added window title for toolbar
the build was successful Details
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.
the build failed Details
Turns out, they no longer work after translation.
2018-10-20 00:40:45 +02:00
tastytea 7fcfd3618f
Added icon
the build was successful Details
2018-10-20 00:34:00 +02:00
tastytea c856555df8
text interface: Switched back to default keys.
the build was successful Details
Translatable command keys were a mistake.
2018-10-18 22:45:58 +02:00
tastytea 2c38822243
Made translations possible for the text interface
the build failed Details
Closes #5
2018-10-18 21:31:05 +02:00
tastytea 77b93a367c
Added possibility to compile without GUI
the build failed Details
2018-10-18 00:27:51 +02:00
tastytea 532e4ec95f
Qt: made translations possible, added german translation (#5)
the build was successful Details
2018-10-18 00:18:11 +02:00
tastytea f6e0b97e77
Added means to edit entries in the Qt interface
the build was successful Details
fixes #1
2018-10-17 20:44:58 +02:00
tastytea b1625d6de3
Qt: Made receipts-label tabable to improve use with screenreaders
the build was successful Details
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
the build was successful Details
2018-10-14 05:18:44 +02:00
tastytea 5dbf23b018
Qt: Moved the signal-setup to the .ui-files, UI tweaks
the build was successful Details
2018-10-14 04:39:42 +02:00
tastytea 768ba4d42b
Bugfixes: Don't name new receipts "Test", set window title for add entry dialog
the build was successful Details
2018-10-14 03:18:18 +02:00
tastytea 140d061b76
Added desktop file (fixes #3)
the build was successful Details
2018-10-14 03:12:30 +02:00
tastytea a39005bed8
Added menu
the build was successful Details
2018-10-14 02:31:42 +02:00
tastytea c1e7f22157
Qt interface: Make it possible to add receipts (fixes #2)
the build was successful Details
2018-10-14 01:26:22 +02:00
tastytea b7c523e74e
Added quit button and Ctrl-Q shortcut
the build was successful Details
2018-10-13 06:00:24 +02:00
tastytea 1bcbd320b2
Added add and remove to Qt interface
the build was successful Details
2018-10-13 05:07:34 +02:00
tastytea ad5f10e64e
Made Qt interface optional 2018-10-07 01:44:59 +02:00
tastytea ad308f3dd5
Rudimentary Qt interface 2018-10-06 21:33:02 +02:00
tastytea 08ff4d628b
Only attempt to show receipts if there are any.
Previously "Receipts:" was still shown.
2018-09-14 23:59:20 +02:00
tastytea 2ddb5060ed
Bugfix: Made sure that parent directories are created, if necessary. 2018-08-30 23:40:12 +02:00
tastytea b2197397ed
Added package generation
the build failed Details
2018-08-30 19:51:46 +02:00
tastytea 8b52c5c2b2
Reduced cmake dependency to 3.6, fixed drone file
the build failed Details
2018-08-30 19:26:19 +02:00
tastytea 1b8be98493
Refactored, made it easier to add more interfaces 2018-08-30 18:04:56 +02:00
tastytea 133f7f9c2a
added feature to print help 2018-08-30 16:54:34 +02:00
tastytea a2d9c2eb5c
added feature to remove records 2018-08-30 16:40:06 +02:00
tastytea 2bd6eeae40
added feature to add records 2018-08-30 16:18:53 +02:00
tastytea 05c601021d
Added detailed view 2018-08-30 14:30:44 +02:00
tastytea c67f973227
initial commit 2018-08-30 14:03:25 +02:00