Rebecca Breu
fe3949f53e
Fix pytest evocation in github actions
2023-11-24 23:20:18 +01:00
Rebecca Breu
7bef122896
Images can now be embedded as PNG or JPG
2023-11-24 23:04:33 +01:00
Rebecca Breu
e4cac1c346
Add Qt Plugins Debug output to logs
2023-11-24 22:58:01 +01:00
Rebecca Breu
d39a3e4033
Drop Python 3.7 (reached End of Life)
2023-11-24 22:58:01 +01:00
Rebecca Breu
ae7d9a0ffa
Upgrade dependencies
2023-11-24 22:58:01 +01:00
Rebecca Breu
40cec1722d
Merge branch 'morebuilds'
2023-11-24 08:06:19 +01:00
Rebecca Breu
b2f7b9d0b4
Let build action run on more OSes
...
A user reported that the Linux built from Ubuntu 20 aborted with a segfault. An Ubuntu 22 version worked for them. So let's offer different build versions for download.
2023-11-24 07:27:01 +01:00
Rebecca Breu
c91b7dae10
Add additional platform versions to build
2023-11-23 21:03:58 +01:00
Rebecca Breu
a7fb33c28c
Bump version number to 0.3.1-dev
2023-11-23 18:44:21 +01:00
Rebecca Breu
c38f8e3482
Update MacOS build to MacOS 11
2023-11-23 18:03:37 +01:00
Rebecca Breu
c78b1dd60b
Update github actions part 4
2023-11-23 17:44:03 +01:00
Rebecca Breu
d70ff9aa0a
Update github actions part 3
2023-11-23 17:37:51 +01:00
Rebecca Breu
b8085b928f
Update github actions part 2
2023-11-23 17:35:05 +01:00
Rebecca Breu
22057d747f
Update github actions
2023-11-23 16:25:57 +01:00
Rebecca Breu
2c8a6f6a44
Prepare release 0.3.0
2023-11-23 15:33:54 +01:00
Rebecca Breu
5f459ae09b
Fix pyinstaller invokation in build action
2023-11-22 22:42:51 +01:00
Rebecca Breu
b8c6a0c894
Keep version numbers of all requirements fixed
2023-11-22 22:26:23 +01:00
Rebecca Breu
bd61598266
PEP8
2023-11-22 22:08:37 +01:00
Rebecca Breu
6b162f3ffb
Prevent flipping of crop area
2021-10-17 21:56:01 +02:00
Rebecca Breu
cf55d1a5e3
Refactor 'just selected' code
2021-10-15 10:17:02 +02:00
Rebecca Breu
333515913a
Add handle-free center so that small items can always be moved
2021-10-15 10:13:03 +02:00
Rebecca Breu
f0aa1e86f7
Update change log
2021-10-14 20:46:46 +02:00
Rebecca Breu
df071a99fc
Add dragging of edges in crop mode
2021-10-14 20:45:38 +02:00
David Andrs
4cd7ae1cc5
Remember main window geometry
2021-10-14 20:45:30 +02:00
Rebecca Breu
3d98ad13db
Bump version number to 0.3.0-dev
2021-10-13 17:04:57 +02:00
Rebecca Breu
3345efaacf
Image cropping
2021-10-13 17:04:57 +02:00
luz paz
235b03951b
Fix source comment typo
2021-10-07 15:24:40 +02:00
Rebecca Breu
2c498e875a
Renamed gui.py -> widgets.py
2021-10-05 11:14:06 +02:00
Rebecca Breu
5475f5d843
Create keyboard settings file; keyboard settings for recent files
2021-10-05 10:44:03 +02:00
Rebecca Breu
6c1da756aa
Upgrade to PyQt 6.2
2021-10-04 08:34:54 +02:00
Rebecca Breu
12904fc230
Fix typo in CONTRIBUTING
2021-10-03 22:25:10 +02:00
Rebecca Breu
22e219f56f
Show list of recent files on welcome screen
2021-10-03 22:21:23 +02:00
mbaz
05301859b6
Fix typo in README.rst
...
alaways -> always
2021-09-29 21:04:46 +02:00
luz paz
c893072ec6
Fix flake8 E501 issue
2021-09-20 20:58:29 +02:00
luz paz
9a518703da
Fix various typos
...
Found via `codespell -q 3`
2021-09-20 20:58:29 +02:00
Rebecca Breu
206f216f81
Bump version number to 0.2.1-dev
2021-09-20 19:14:01 +02:00
Rebecca Breu
ccbafb48ca
Update installation instructions in README
2021-09-06 21:38:23 +02:00
Rebecca Breu
c308c08a07
Update beeref.desktop for new single file executable
2021-09-06 19:14:17 +02:00
Rebecca Breu
ed1c3484f1
Add release date to changelog
2021-09-06 18:57:39 +02:00
Rebecca Breu
07c89c9f17
Put database migrations in transaction
2021-09-06 18:54:23 +02:00
Rebecca Breu
580d15c79a
Add system info to debug log
2021-09-06 07:08:44 +02:00
Rebecca Breu
4b5564ed2f
Run builds on Python 3.9
...
The json extension for SQLite on Windos is only included in 3.9+
2021-09-05 22:06:52 +02:00
Rebecca Breu
e08f043361
Fit view when pasting/loading images into empty scene
2021-09-04 15:50:26 +02:00
Rebecca Breu
3ee5f65407
Added: Dragging bee files onto empty scenes to open
2021-09-01 18:25:37 +02:00
Rebecca Breu
e35a6e5390
Handle unknown item types while loading bee files
...
Just in case we add new item types in future versions
2021-09-01 15:47:55 +02:00
Rebecca Breu
53777bc346
Fix images getting loaded mirrored, fixes issue #20
...
This bug got introduced when adding test items.
2021-08-31 19:09:30 +02:00
Rebecca Breu
c04e3706f5
Make determination of selection handles more robust
2021-08-30 18:28:19 +02:00
Rebecca Breu
7f9fc8944c
Fix copying text items
2021-08-30 11:08:11 +02:00
David Andrs
f08ac4cfe2
MacOS X tweaks
...
- put version in the app bundle
- do not include version in the .app bundle name
Closes #19
2021-08-13 19:31:07 +02:00
Rebecca Breu
e0cf0bef43
Fix output collection in build action
2021-08-12 13:07:08 +02:00