Rebecca Breu
50eda2875a
Dark style for menus and dialogs
2021-07-17 19:37:06 +02:00
Rebecca Breu
d635a3ea3a
Make outline of rubberband selection fixed width
2021-07-13 21:07:48 +02:00
Rebecca Breu
8deb807b06
Flipping an image on mouse press instead of mouse release
...
This should make it more clear to the user that the edges are
click-to-flip instead of drag-to-scale. Before, dragging an edge
outside of the handle areas would do nothing and seem broken.
2021-07-13 18:25:23 +02:00
Rebecca Breu
f493adbebc
Update CONTRIBUTING
2021-07-12 20:02:08 +02:00
Rebecca Breu
2bf3f95fde
Update README and CONTRIBUTING
2021-07-12 19:59:44 +02:00
Rebecca Breu
18a60f08fa
Fix double-click-to-zoom issue with previous position
...
Douple click to zoom an item and double-clicking again should now always correctly go back to the previous position.
2021-07-11 22:02:59 +02:00
Rebecca Breu
08f44a2fb0
Bump version number to 0.1.1
2021-07-11 21:05:09 +02:00
Rebecca Breu
47bf495de2
Update CHANGELOG and README for release 0.1.0
2021-07-10 12:02:28 +02:00
Rebecca Breu
6656982ab2
Remove old file
2021-07-09 21:45:01 +02:00
Rebecca Breu
49bdfc0d39
Fix custom cursor size on Windows
2021-07-09 21:39:08 +02:00
Rebecca Breu
ff41aa4b69
Fix file name handling when opening bee files
2021-07-09 17:13:50 +02:00
Rebecca Breu
71b397b4ae
Fix setup.py
2021-07-09 16:01:29 +02:00
Rebecca Breu
ae71f231e3
Use QPlainTextEdit for log file display
2021-07-09 15:45:02 +02:00
Rebecca Breu
5ec0164390
Build now includes Qt's imageformats plugins
2021-07-08 20:31:04 +02:00
Rebecca Breu
8dd0ee2aed
Drop Python 3.6 support
...
exif relies on plum-py which in turn needs Python 3.7
2021-07-08 19:29:12 +02:00
Rebecca Breu
f9a7294fdb
Rescale cursor bitmaps to 32x31
2021-07-08 19:01:10 +02:00
Rebecca Breu
f0bee26749
Adjust to new version of plum library
2021-07-08 16:32:20 +02:00
Rebecca Breu
f896cfb154
Fix file path issues
2021-07-08 12:53:41 +02:00
Rebecca Breu
baad7f834c
Revert "Run unittests on windows as well"
...
This reverts commit f1d1e5f7db .
2021-07-07 20:02:35 +02:00
Rebecca Breu
f1d1e5f7db
Run unittests on windows as well
2021-07-07 19:56:40 +02:00
Rebecca Breu
2092680717
Make flip edges narrower
2021-07-07 17:03:58 +02:00
Rebecca Breu
e0cf4479b2
Fix icon in builds
2021-07-06 23:00:19 +02:00
Rebecca Breu
30c766e78c
Remove icon from build
2021-07-06 22:13:21 +02:00
Rebecca Breu
5f83dfe0a2
Update logo.ico
2021-07-06 22:01:55 +02:00
Rebecca Breu
c1f95f7fe5
Add ico icon format for windows build
2021-07-06 21:57:12 +02:00
Rebecca Breu
cd59039b1d
build.py: Fix lib dir on Windows
2021-07-06 21:47:21 +02:00
Rebecca Breu
35acce6b3d
debug build.py
2021-07-06 21:38:22 +02:00
Rebecca Breu
8bb5661612
debug build.py
2021-07-06 21:26:15 +02:00
Rebecca Breu
3a3acec65a
Lint yaml files
2021-07-06 21:02:17 +02:00
Rebecca Breu
0ab9b365cf
Run build.yml on all platforms
2021-07-06 20:54:03 +02:00
Rebecca Breu
6c6616ee30
build.yml: switch to older Ubuntu version
...
pyinstaller needs to run with the oldest glibc we want to support
2021-07-06 20:28:15 +02:00
Rebecca Breu
21cd3c1d20
Fix build.yaml
2021-07-06 20:10:01 +02:00
Rebecca Breu
6ff4a34315
Fix build.yaml
2021-07-06 19:51:58 +02:00
Rebecca Breu
26e04767f5
Add build workflow
2021-07-06 19:50:10 +02:00
Rebecca Breu
b63714583b
Scale screenshot down
2021-07-06 18:46:06 +02:00
Rebecca Breu
904a296404
Update screenshot
2021-07-06 18:40:46 +02:00
Rebecca Breu
f49eef78d9
Split up requirement files
2021-07-06 18:10:12 +02:00
Rebecca Breu
4385defaaf
Add logfile name to logfile viewer
2021-07-06 18:01:17 +02:00
Rebecca Breu
b8dfbf0747
Add Raise to Top/Lower to Bottom actions
2021-07-05 18:03:47 +02:00
Rebecca Breu
e5b37ab44d
Fix file permissions in bee files
2021-07-04 21:16:37 +02:00
Rebecca Breu
e18de58024
Image loading now respects exif image rotation
2021-06-06 20:24:34 +02:00
Rebecca Breu
ace9238329
Add action to toggle title bar
2021-06-05 16:49:08 +02:00
Rebecca Breu
e4bc566aef
Add ability to move window with Ctrl + Alt + Left Drag
2021-06-04 15:05:08 +02:00
Rebecca Breu
071d13845d
Capture Qt log messages to Python logger
2021-06-04 14:00:25 +02:00
Rebecca Breu
64db476901
Update pytest-qt requirement
2021-06-03 20:06:17 +02:00
Rebecca Breu
f8311be244
Fix intermittent segfault when deleting progress bar
2021-06-01 21:57:26 +02:00
Rebecca Breu
5c1b44f851
Fix failing unittest
2021-05-31 18:46:53 +02:00
Rebecca Breu
686bb9cea5
Add qtbot.wait to ensure pending events don't cause errors
2021-05-31 18:36:11 +02:00
Rebecca Breu
be13aa2ddb
Fix xvfb-run in pytest action (pt2)
2021-05-31 18:31:40 +02:00
Rebecca Breu
1742daa743
Fix xvfb-run in pytest action
2021-05-31 18:22:43 +02:00