beeref/tests
Sebastian Parborg 3ba69d1605 Fix command line args object not being the correct one
In beeref/selection.py and beeref/view.py the commandline arg parse
object would be created on import.

Previously this would lead to the arg parse object being out of date
when checking it.

Now we don't recreate the arg parse helper object and instead make sure
that it is static.
2024-09-26 19:12:23 +02:00
..
actions Add confirmation dialog when discarding an unsaved file 2024-05-20 19:31:06 +02:00
assets Add text item 2021-07-28 18:33:27 +02:00
config Fix command line args object not being the correct one 2024-09-26 19:12:23 +02:00
fileio Fix hang when saving an open bee file that has been removed 2024-05-19 22:39:09 +02:00
items Arange horizontal/vertical now also sorts by filename 2024-05-25 22:42:29 +02:00
selection Fix color sampling while multiple items are selected 2024-05-04 16:40:36 +02:00
widgets Add confirmation dialog when discarding an unsaved file 2024-05-20 19:31:06 +02:00
__init__.py Add setup.py file and structure Python files correctly 2021-03-23 16:31:55 +01:00
conftest.py Open images from command line 2024-05-26 15:08:45 +02:00
test_assets.py Port unittests to pytest-qt (fixes #1) 2021-05-31 18:11:45 +02:00
test_commands.py Add ability to toggle grayscale 2023-12-17 15:03:50 +01:00
test_logging.py Add new loglevel TRACE 2021-07-28 18:33:27 +02:00
test_main.py Add setting to change default image allocation limit. 2024-05-08 21:35:11 +02:00
test_scene.py Make arrange method for importing images configurable 2024-05-26 12:03:38 +02:00
test_utils.py Configurable mouse and mouswheel controls 2024-04-01 15:21:54 +02:00
test_view.py Open images from command line 2024-05-26 15:08:45 +02:00
utils.py Port unittests to pytest-qt (fixes #1) 2021-05-31 18:11:45 +02:00