Photo-Composition-Designer 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.idea/workspace.xml +167 -129
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/HISTORY.md +18 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/PKG-INFO +18 -2
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/config.yaml +49 -55
- photo_composition_designer-0.1.2/docs/_static/img/gui_settings.png +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/index.md +16 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/usage/cli.md +3 -3
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/usage/config.md +21 -24
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/pyproject.toml +1 -1
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/_version.py +3 -3
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/cli/cli.py +15 -14
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/common/Photo.py +17 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/config/config.py +29 -45
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/core/base.py +17 -69
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/gui/GuiLogWriter.py +2 -2
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/gui/gui.py +33 -27
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/image/CalendarRenderer.py +57 -77
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/image/DescriptionRenderer.py +13 -23
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/image/MapRenderer.py +30 -37
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/tools/GeoPlotter.py +1 -1
- photo_composition_designer-0.1.2/src/Photo_Composition_Designer/tools/Helpers.py +4 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/PKG-INFO +18 -2
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/SOURCES.txt +1 -1
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/requires.txt +1 -1
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_CalendarRenderer.py +2 -4
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_CompositionDesigner.py +2 -2
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_DescriptionRenderer.py +6 -4
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_MapRenderer.py +7 -16
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_cli.py +1 -1
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/uv.lock +5 -4
- photo_composition_designer-0.1.1/src/Photo_Composition_Designer/common/logging.py +0 -212
- photo_composition_designer-0.1.1/src/Photo_Composition_Designer/tools/Helpers.py +0 -44
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/FUNDING.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/actions/setup-environment/action.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/dependabot.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/init.sh +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/release_message.sh +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/rename_project.sh +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/update_funding.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/build-linux.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/build-macos.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/build-win.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/main.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/release.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.github/workflows/update_readme.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.gitignore +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.idea/runConfigurations/config_generate.xml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.idea/runConfigurations/module_cli.xml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.idea/runConfigurations/module_gui.xml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.idea/vcs.xml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.pre-commit-config-linux.yaml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.pre-commit-config.yaml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/.readthedocs.yaml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/LICENSE +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/Makefile +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/README.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/anniversaries.ini +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/.nav.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/_static/img/favicon.png +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/_static/img/gui_main.png +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/_static/img/logo.png +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/css/custom.css +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/funding/funding.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/getting-started/install.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/docs/getting-started/virtual-environment.md +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/descriptions.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/title/This is a description for all photos of this calender collage page. It will be displayed in one line between the photos and the calendar items..txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/title/image_02.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_1/description.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_1/image_01.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_2/image_04.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_2/image_13.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_3/This is a description for all photos of this calender collage page. It will be displayed in one line between the photos and the calendar items..txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_3/image_02.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_3/image_03.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_3/image_07.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_4/image_08.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_4/image_09.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_4/image_10.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_4/image_13.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_5/Lisbon.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_5/image_05.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_5/image_06.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_5/image_07.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/images/week_5/image_13.jpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/locations_de.ini +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/locations_en.ini +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/mkdocs.yml +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/pytest.ini +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.README.html +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.VERSION.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.cpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.dbf +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.prj +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.shp +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_admin_0_countries/ne_50m_admin_0_countries.shx +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.README.html +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.VERSION.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.cpg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.dbf +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.prj +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.shp +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/res/maps/ne_50m_rivers_lake_centerlines_scale_rank/ne_50m_rivers_lake_centerlines_scale_rank.shx +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/scripts/generate_config_docs.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/scripts/show_filelist.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/scripts/show_tree.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/scripts/update_readme.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/setup.cfg +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/__main__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/cli/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/cli/__main__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/common/Anniversaries.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/common/Locations.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/common/MoonPhase.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/common/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/config/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/core/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/gui/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/gui/__main__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/image/CollageRenderer.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/image/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/tools/DescriptionsFileGenerator.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/tools/ImageDistributor.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer/tools/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/dependency_links.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/entry_points.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/Photo_Composition_Designer.egg-info/top_level.txt +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/firewall_handler.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/main.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/src/path_handler.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/template.yml.url +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/TestHelper.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/__init__.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_CollageRenderer.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_DescriptionsFileGenerator.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_GeoPlotter.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_ImageDistributor.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_Locations.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_MoonPhase.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_Photo.py +0 -0
- {photo_composition_designer-0.1.1 → photo_composition_designer-0.1.2}/tests/test_anniversaries.py +0 -0
|
@@ -4,12 +4,8 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="7196224b-0c6d-4df3-926f-d243fd984ba4" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/config.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/config.yaml" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/Photo_Composition_Designer/config/config.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Photo_Composition_Designer/config/config.py" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/Photo_Composition_Designer/image/CalendarRenderer.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Photo_Composition_Designer/image/CalendarRenderer.py" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/Photo_Composition_Designer/tools/Helpers.py" beforeDir="false" afterPath="$PROJECT_DIR$/src/Photo_Composition_Designer/tools/Helpers.py" afterDir="false" />
|
|
7
|
+
<list default="true" id="7196224b-0c6d-4df3-926f-d243fd984ba4" name="Changes" comment="use logging module from lib">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
|
|
13
9
|
</list>
|
|
14
10
|
<list id="124f435c-cc09-40e9-9ed2-72d6742eb56b" name="NO_COMMIT" comment="" />
|
|
15
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -53,48 +49,53 @@
|
|
|
53
49
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
54
50
|
<option name="showLibraryContents" value="true" />
|
|
55
51
|
</component>
|
|
56
|
-
<component name="PropertiesComponent"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
52
|
+
<component name="PropertiesComponent">{
|
|
53
|
+
"keyToString": {
|
|
54
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
55
|
+
"Python tests.Python tests in test_gpx.py.executor": "Run",
|
|
56
|
+
"Python tests.Python tests in tests.executor": "Run",
|
|
57
|
+
"Python tests.pytest for test_DescriptionRenderer.test_generate_description_creates_image_in_temp.executor": "Run",
|
|
58
|
+
"Python tests.pytest for test_GeoPlotter.test__add_layer.executor": "Run",
|
|
59
|
+
"Python tests.pytest for test_GeoPlotter.test__calculate_bounds.executor": "Run",
|
|
60
|
+
"Python tests.pytest in test_CalendarGenerator.py.executor": "Run",
|
|
61
|
+
"Python tests.pytest in test_CollageGenerator.py.executor": "Run",
|
|
62
|
+
"Python tests.pytest in test_CompositionDesigner.py.executor": "Run",
|
|
63
|
+
"Python tests.pytest in test_DescriptionGenerator.py.executor": "Run",
|
|
64
|
+
"Python tests.pytest in test_DescriptionRenderer.py.executor": "Run",
|
|
65
|
+
"Python tests.pytest in test_DescriptionsFileGenerator.py.executor": "Run",
|
|
66
|
+
"Python tests.pytest in test_GeoPlotter.py.executor": "Run",
|
|
67
|
+
"Python tests.pytest in test_ImageDistributor.py.executor": "Run",
|
|
68
|
+
"Python tests.pytest in test_MapGenerator.py.executor": "Run",
|
|
69
|
+
"Python tests.pytest in test_MapRenderer.py.executor": "Run",
|
|
70
|
+
"Python tests.pytest in test_MoonPhase.py.executor": "Run",
|
|
71
|
+
"Python tests.pytest in test_Photo.py.executor": "Run",
|
|
72
|
+
"Python tests.pytest in test_PhotoLayoutManager.py.executor": "Run",
|
|
73
|
+
"Python tests.pytest in test_cli.py.executor": "Run",
|
|
74
|
+
"Python.Anniversaries.executor": "Debug",
|
|
75
|
+
"Python.CalendarGenerator.executor": "Run",
|
|
76
|
+
"Python.CalendarRenderer.executor": "Run",
|
|
77
|
+
"Python.CompositionDesigner.executor": "Debug",
|
|
78
|
+
"Python.DescriptionsFileGenerator.executor": "Run",
|
|
79
|
+
"Python.GeoPlotter.executor": "Run",
|
|
80
|
+
"Python.MapGenerator.executor": "Debug",
|
|
81
|
+
"Python.MapRenderer.executor": "Run",
|
|
82
|
+
"Python.cli.executor": "Debug",
|
|
83
|
+
"Python.config-generate.executor": "Run",
|
|
84
|
+
"Python.main.executor": "Run",
|
|
85
|
+
"Python.module cli.executor": "Run",
|
|
86
|
+
"Python.module gui.executor": "Run",
|
|
87
|
+
"Python.show_tree.executor": "Debug",
|
|
88
|
+
"Python.test_Locations.executor": "Debug",
|
|
89
|
+
"Python.test_Photo.executor": "Run",
|
|
90
|
+
"Python.test_anniversaries.executor": "Debug",
|
|
91
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
92
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
93
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
94
|
+
"git-widget-placeholder": "main",
|
|
95
|
+
"last_opened_file_path": "/home/paul/dev/Photo-Composition-Designer/docs/_static/img",
|
|
96
|
+
"settings.editor.selected.configurable": "preferences.pluginManager"
|
|
96
97
|
}
|
|
97
|
-
}
|
|
98
|
+
}</component>
|
|
98
99
|
<component name="RecentsManager">
|
|
99
100
|
<key name="CopyFile.RECENT_KEYS">
|
|
100
101
|
<recent name="$PROJECT_DIR$/docs/_static/img" />
|
|
@@ -111,8 +112,8 @@
|
|
|
111
112
|
<recent name="$PROJECT_DIR$/src/Photo_Composition_Designer/common" />
|
|
112
113
|
</key>
|
|
113
114
|
</component>
|
|
114
|
-
<component name="RunManager" selected="Python.
|
|
115
|
-
<configuration name="
|
|
115
|
+
<component name="RunManager" selected="Python.module gui">
|
|
116
|
+
<configuration name="MapRenderer" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
|
116
117
|
<module name="Photo-Composition-Designer" />
|
|
117
118
|
<option name="ENV_FILES" value="" />
|
|
118
119
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
@@ -121,11 +122,11 @@
|
|
|
121
122
|
<env name="PYTHONUNBUFFERED" value="1" />
|
|
122
123
|
</envs>
|
|
123
124
|
<option name="SDK_HOME" value="" />
|
|
124
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src/Photo_Composition_Designer/
|
|
125
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/src/Photo_Composition_Designer/image" />
|
|
125
126
|
<option name="IS_MODULE_SDK" value="true" />
|
|
126
127
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
127
128
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
128
|
-
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/Photo_Composition_Designer/
|
|
129
|
+
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/src/Photo_Composition_Designer/image/MapRenderer.py" />
|
|
129
130
|
<option name="PARAMETERS" value="" />
|
|
130
131
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
|
131
132
|
<option name="EMULATE_TERMINAL" value="false" />
|
|
@@ -134,51 +135,41 @@
|
|
|
134
135
|
<option name="INPUT_FILE" value="" />
|
|
135
136
|
<method v="2" />
|
|
136
137
|
</configuration>
|
|
137
|
-
<configuration name="
|
|
138
|
+
<configuration name="pytest in test_CompositionDesigner.py" type="tests" factoryName="py.test" temporary="true" nameIsGenerated="true">
|
|
138
139
|
<module name="Photo-Composition-Designer" />
|
|
139
140
|
<option name="ENV_FILES" value="" />
|
|
140
141
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
141
142
|
<option name="PARENT_ENVS" value="true" />
|
|
142
|
-
<envs>
|
|
143
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
|
144
|
-
</envs>
|
|
145
143
|
<option name="SDK_HOME" value="" />
|
|
146
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/
|
|
144
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
|
|
147
145
|
<option name="IS_MODULE_SDK" value="true" />
|
|
148
146
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
149
147
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
150
|
-
<option name="
|
|
151
|
-
<option name="
|
|
152
|
-
<option name="
|
|
153
|
-
<option name="
|
|
154
|
-
<option name="
|
|
155
|
-
<option name="REDIRECT_INPUT" value="false" />
|
|
156
|
-
<option name="INPUT_FILE" value="" />
|
|
148
|
+
<option name="_new_keywords" value="""" />
|
|
149
|
+
<option name="_new_parameters" value="""" />
|
|
150
|
+
<option name="_new_additionalArguments" value="""" />
|
|
151
|
+
<option name="_new_target" value=""$PROJECT_DIR$/tests/test_CompositionDesigner.py"" />
|
|
152
|
+
<option name="_new_targetType" value=""PATH"" />
|
|
157
153
|
<method v="2" />
|
|
158
154
|
</configuration>
|
|
159
|
-
<configuration name="
|
|
155
|
+
<configuration name="pytest in test_DescriptionRenderer.py" type="tests" factoryName="py.test" temporary="true" nameIsGenerated="true">
|
|
160
156
|
<module name="Photo-Composition-Designer" />
|
|
161
157
|
<option name="ENV_FILES" value="" />
|
|
162
158
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
163
159
|
<option name="PARENT_ENVS" value="true" />
|
|
164
|
-
<envs>
|
|
165
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
|
166
|
-
</envs>
|
|
167
160
|
<option name="SDK_HOME" value="" />
|
|
168
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/
|
|
161
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
|
|
169
162
|
<option name="IS_MODULE_SDK" value="true" />
|
|
170
163
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
|
171
164
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
|
172
|
-
<option name="
|
|
173
|
-
<option name="
|
|
174
|
-
<option name="
|
|
175
|
-
<option name="
|
|
176
|
-
<option name="
|
|
177
|
-
<option name="REDIRECT_INPUT" value="false" />
|
|
178
|
-
<option name="INPUT_FILE" value="" />
|
|
165
|
+
<option name="_new_keywords" value="""" />
|
|
166
|
+
<option name="_new_parameters" value="""" />
|
|
167
|
+
<option name="_new_additionalArguments" value="""" />
|
|
168
|
+
<option name="_new_target" value=""$PROJECT_DIR$/tests/test_DescriptionRenderer.py"" />
|
|
169
|
+
<option name="_new_targetType" value=""PATH"" />
|
|
179
170
|
<method v="2" />
|
|
180
171
|
</configuration>
|
|
181
|
-
<configuration name="pytest in
|
|
172
|
+
<configuration name="pytest in test_MapRenderer.py" type="tests" factoryName="py.test" temporary="true" nameIsGenerated="true">
|
|
182
173
|
<module name="Photo-Composition-Designer" />
|
|
183
174
|
<option name="ENV_FILES" value="" />
|
|
184
175
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
@@ -191,7 +182,7 @@
|
|
|
191
182
|
<option name="_new_keywords" value="""" />
|
|
192
183
|
<option name="_new_parameters" value="""" />
|
|
193
184
|
<option name="_new_additionalArguments" value="""" />
|
|
194
|
-
<option name="_new_target" value=""$PROJECT_DIR$/tests/
|
|
185
|
+
<option name="_new_target" value=""$PROJECT_DIR$/tests/test_MapRenderer.py"" />
|
|
195
186
|
<option name="_new_targetType" value=""PATH"" />
|
|
196
187
|
<method v="2" />
|
|
197
188
|
</configuration>
|
|
@@ -216,19 +207,19 @@
|
|
|
216
207
|
<item itemvalue="Python.config-generate" />
|
|
217
208
|
<item itemvalue="Python.module cli" />
|
|
218
209
|
<item itemvalue="Python.module gui" />
|
|
219
|
-
<item itemvalue="Python.
|
|
220
|
-
<item itemvalue="Python.
|
|
221
|
-
<item itemvalue="Python.
|
|
222
|
-
<item itemvalue="Python tests.pytest in
|
|
210
|
+
<item itemvalue="Python.MapRenderer" />
|
|
211
|
+
<item itemvalue="Python tests.pytest in test_CompositionDesigner.py" />
|
|
212
|
+
<item itemvalue="Python tests.pytest in test_DescriptionRenderer.py" />
|
|
213
|
+
<item itemvalue="Python tests.pytest in test_MapRenderer.py" />
|
|
223
214
|
<item itemvalue="Python tests.pytest in test_cli.py" />
|
|
224
215
|
</list>
|
|
225
216
|
<recent_temporary>
|
|
226
217
|
<list>
|
|
227
|
-
<item itemvalue="Python.show_tree" />
|
|
228
218
|
<item itemvalue="Python tests.pytest in test_cli.py" />
|
|
229
|
-
<item itemvalue="Python.
|
|
230
|
-
<item itemvalue="Python.
|
|
231
|
-
<item itemvalue="Python tests.pytest in
|
|
219
|
+
<item itemvalue="Python tests.pytest in test_MapRenderer.py" />
|
|
220
|
+
<item itemvalue="Python tests.pytest in test_CompositionDesigner.py" />
|
|
221
|
+
<item itemvalue="Python tests.pytest in test_DescriptionRenderer.py" />
|
|
222
|
+
<item itemvalue="Python.MapRenderer" />
|
|
232
223
|
</list>
|
|
233
224
|
</recent_temporary>
|
|
234
225
|
</component>
|
|
@@ -248,30 +239,6 @@
|
|
|
248
239
|
<option name="presentableId" value="Default" />
|
|
249
240
|
<updated>1763156815611</updated>
|
|
250
241
|
</task>
|
|
251
|
-
<task id="LOCAL-00001" summary="Use new updated config_cli_gui. Adjust parameters to the calendar project.">
|
|
252
|
-
<option name="closed" value="true" />
|
|
253
|
-
<created>1763158659347</created>
|
|
254
|
-
<option name="number" value="00001" />
|
|
255
|
-
<option name="presentableId" value="LOCAL-00001" />
|
|
256
|
-
<option name="project" value="LOCAL" />
|
|
257
|
-
<updated>1763158659347</updated>
|
|
258
|
-
</task>
|
|
259
|
-
<task id="LOCAL-00002" summary="add example images">
|
|
260
|
-
<option name="closed" value="true" />
|
|
261
|
-
<created>1763287176820</created>
|
|
262
|
-
<option name="number" value="00002" />
|
|
263
|
-
<option name="presentableId" value="LOCAL-00002" />
|
|
264
|
-
<option name="project" value="LOCAL" />
|
|
265
|
-
<updated>1763287176820</updated>
|
|
266
|
-
</task>
|
|
267
|
-
<task id="LOCAL-00003" summary="add maps data for displaying contours">
|
|
268
|
-
<option name="closed" value="true" />
|
|
269
|
-
<created>1763287231851</created>
|
|
270
|
-
<option name="number" value="00003" />
|
|
271
|
-
<option name="presentableId" value="LOCAL-00003" />
|
|
272
|
-
<option name="project" value="LOCAL" />
|
|
273
|
-
<updated>1763287231851</updated>
|
|
274
|
-
</task>
|
|
275
242
|
<task id="LOCAL-00004" summary="add show_filelist.py to be able to run on linux. Add new libraries.">
|
|
276
243
|
<option name="closed" value="true" />
|
|
277
244
|
<created>1763288702873</created>
|
|
@@ -608,7 +575,63 @@
|
|
|
608
575
|
<option name="project" value="LOCAL" />
|
|
609
576
|
<updated>1764540117905</updated>
|
|
610
577
|
</task>
|
|
611
|
-
<
|
|
578
|
+
<task id="LOCAL-00046" summary="make font configurable">
|
|
579
|
+
<option name="closed" value="true" />
|
|
580
|
+
<created>1764609047898</created>
|
|
581
|
+
<option name="number" value="00046" />
|
|
582
|
+
<option name="presentableId" value="LOCAL-00046" />
|
|
583
|
+
<option name="project" value="LOCAL" />
|
|
584
|
+
<updated>1764609047898</updated>
|
|
585
|
+
</task>
|
|
586
|
+
<task id="LOCAL-00047" summary="update config_cli_gui">
|
|
587
|
+
<option name="closed" value="true" />
|
|
588
|
+
<created>1764713506098</created>
|
|
589
|
+
<option name="number" value="00047" />
|
|
590
|
+
<option name="presentableId" value="LOCAL-00047" />
|
|
591
|
+
<option name="project" value="LOCAL" />
|
|
592
|
+
<updated>1764713506098</updated>
|
|
593
|
+
</task>
|
|
594
|
+
<task id="LOCAL-00048" summary="use new Font class">
|
|
595
|
+
<option name="closed" value="true" />
|
|
596
|
+
<created>1764780315817</created>
|
|
597
|
+
<option name="number" value="00048" />
|
|
598
|
+
<option name="presentableId" value="LOCAL-00048" />
|
|
599
|
+
<option name="project" value="LOCAL" />
|
|
600
|
+
<updated>1764780315817</updated>
|
|
601
|
+
</task>
|
|
602
|
+
<task id="LOCAL-00049" summary="use new Font class, use dpi awareness so that the fonts do not change in size relatively if dpi is changed">
|
|
603
|
+
<option name="closed" value="true" />
|
|
604
|
+
<created>1764787369062</created>
|
|
605
|
+
<option name="number" value="00049" />
|
|
606
|
+
<option name="presentableId" value="LOCAL-00049" />
|
|
607
|
+
<option name="project" value="LOCAL" />
|
|
608
|
+
<updated>1764787369062</updated>
|
|
609
|
+
</task>
|
|
610
|
+
<task id="LOCAL-00050" summary="remove unused helpers">
|
|
611
|
+
<option name="closed" value="true" />
|
|
612
|
+
<created>1764787574988</created>
|
|
613
|
+
<option name="number" value="00050" />
|
|
614
|
+
<option name="presentableId" value="LOCAL-00050" />
|
|
615
|
+
<option name="project" value="LOCAL" />
|
|
616
|
+
<updated>1764787574988</updated>
|
|
617
|
+
</task>
|
|
618
|
+
<task id="LOCAL-00051" summary="code structure refactorings, new config_cli_gui version with preserved config order and logger">
|
|
619
|
+
<option name="closed" value="true" />
|
|
620
|
+
<created>1764801954095</created>
|
|
621
|
+
<option name="number" value="00051" />
|
|
622
|
+
<option name="presentableId" value="LOCAL-00051" />
|
|
623
|
+
<option name="project" value="LOCAL" />
|
|
624
|
+
<updated>1764801954095</updated>
|
|
625
|
+
</task>
|
|
626
|
+
<task id="LOCAL-00052" summary="use logging module from lib">
|
|
627
|
+
<option name="closed" value="true" />
|
|
628
|
+
<created>1764804380353</created>
|
|
629
|
+
<option name="number" value="00052" />
|
|
630
|
+
<option name="presentableId" value="LOCAL-00052" />
|
|
631
|
+
<option name="project" value="LOCAL" />
|
|
632
|
+
<updated>1764804380353</updated>
|
|
633
|
+
</task>
|
|
634
|
+
<option name="localTasksCounter" value="53" />
|
|
612
635
|
<servers />
|
|
613
636
|
</component>
|
|
614
637
|
<component name="Vcs.Log.Tabs.Properties">
|
|
@@ -623,13 +646,6 @@
|
|
|
623
646
|
</option>
|
|
624
647
|
</component>
|
|
625
648
|
<component name="VcsManagerConfiguration">
|
|
626
|
-
<MESSAGE value="consistently rename core methods" />
|
|
627
|
-
<MESSAGE value="only use Image.Image in CollageGenerator.py" />
|
|
628
|
-
<MESSAGE value="remove unused images, restructure test" />
|
|
629
|
-
<MESSAGE value="correct typing, CompositionDesigner.py generate_composition returns image object" />
|
|
630
|
-
<MESSAGE value="first gui adaption" />
|
|
631
|
-
<MESSAGE value="consistent renaming of the render modules" />
|
|
632
|
-
<MESSAGE value="refactor generate_composition method" />
|
|
633
649
|
<MESSAGE value="update config-cli-gui" />
|
|
634
650
|
<MESSAGE value="Show preview image in gui" />
|
|
635
651
|
<MESSAGE value="gui elements do resize" />
|
|
@@ -648,7 +664,14 @@
|
|
|
648
664
|
<MESSAGE value="fix more import errors" />
|
|
649
665
|
<MESSAGE value="fix zip linux" />
|
|
650
666
|
<MESSAGE value="set up nice documentation" />
|
|
651
|
-
<
|
|
667
|
+
<MESSAGE value="make font configurable" />
|
|
668
|
+
<MESSAGE value="update config_cli_gui" />
|
|
669
|
+
<MESSAGE value="use new Font class" />
|
|
670
|
+
<MESSAGE value="use new Font class, use dpi awareness so that the fonts do not change in size relatively if dpi is changed" />
|
|
671
|
+
<MESSAGE value="remove unused helpers" />
|
|
672
|
+
<MESSAGE value="code structure refactorings, new config_cli_gui version with preserved config order and logger" />
|
|
673
|
+
<MESSAGE value="use logging module from lib" />
|
|
674
|
+
<option name="LAST_COMMIT_MESSAGE" value="use logging module from lib" />
|
|
652
675
|
</component>
|
|
653
676
|
<component name="XDebuggerManager">
|
|
654
677
|
<breakpoint-manager>
|
|
@@ -680,12 +703,12 @@
|
|
|
680
703
|
</line-breakpoint>
|
|
681
704
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
682
705
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/image/CalendarRenderer.py</url>
|
|
683
|
-
<line>
|
|
706
|
+
<line>276</line>
|
|
684
707
|
<option name="timeStamp" value="23" />
|
|
685
708
|
</line-breakpoint>
|
|
686
709
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
687
710
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/image/MapRenderer.py</url>
|
|
688
|
-
<line>
|
|
711
|
+
<line>72</line>
|
|
689
712
|
<option name="timeStamp" value="27" />
|
|
690
713
|
</line-breakpoint>
|
|
691
714
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
@@ -700,12 +723,12 @@
|
|
|
700
723
|
</line-breakpoint>
|
|
701
724
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
702
725
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/gui/gui.py</url>
|
|
703
|
-
<line>
|
|
726
|
+
<line>440</line>
|
|
704
727
|
<option name="timeStamp" value="31" />
|
|
705
728
|
</line-breakpoint>
|
|
706
729
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
707
730
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/gui/gui.py</url>
|
|
708
|
-
<line>
|
|
731
|
+
<line>445</line>
|
|
709
732
|
<option name="timeStamp" value="32" />
|
|
710
733
|
</line-breakpoint>
|
|
711
734
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
@@ -720,14 +743,9 @@
|
|
|
720
743
|
</line-breakpoint>
|
|
721
744
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
722
745
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/gui/gui.py</url>
|
|
723
|
-
<line>
|
|
746
|
+
<line>271</line>
|
|
724
747
|
<option name="timeStamp" value="51" />
|
|
725
748
|
</line-breakpoint>
|
|
726
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
727
|
-
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/core/base.py</url>
|
|
728
|
-
<line>60</line>
|
|
729
|
-
<option name="timeStamp" value="53" />
|
|
730
|
-
</line-breakpoint>
|
|
731
749
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
732
750
|
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/cli/cli.py</url>
|
|
733
751
|
<line>25</line>
|
|
@@ -740,7 +758,7 @@
|
|
|
740
758
|
</line-breakpoint>
|
|
741
759
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
742
760
|
<url>file://$PROJECT_DIR$/.venv/lib/python3.11/site-packages/config_cli_gui/cli.py</url>
|
|
743
|
-
<line>
|
|
761
|
+
<line>112</line>
|
|
744
762
|
<option name="timeStamp" value="56" />
|
|
745
763
|
</line-breakpoint>
|
|
746
764
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
@@ -753,6 +771,26 @@
|
|
|
753
771
|
<line>128</line>
|
|
754
772
|
<option name="timeStamp" value="62" />
|
|
755
773
|
</line-breakpoint>
|
|
774
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
775
|
+
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/image/DescriptionRenderer.py</url>
|
|
776
|
+
<line>55</line>
|
|
777
|
+
<option name="timeStamp" value="64" />
|
|
778
|
+
</line-breakpoint>
|
|
779
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
780
|
+
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/image/DescriptionRenderer.py</url>
|
|
781
|
+
<line>38</line>
|
|
782
|
+
<option name="timeStamp" value="65" />
|
|
783
|
+
</line-breakpoint>
|
|
784
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
785
|
+
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/cli/cli.py</url>
|
|
786
|
+
<line>67</line>
|
|
787
|
+
<option name="timeStamp" value="66" />
|
|
788
|
+
</line-breakpoint>
|
|
789
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
|
790
|
+
<url>file://$PROJECT_DIR$/src/Photo_Composition_Designer/gui/gui.py</url>
|
|
791
|
+
<line>58</line>
|
|
792
|
+
<option name="timeStamp" value="67" />
|
|
793
|
+
</line-breakpoint>
|
|
756
794
|
</breakpoints>
|
|
757
795
|
</breakpoint-manager>
|
|
758
796
|
</component>
|
|
@@ -4,6 +4,24 @@ Changelog
|
|
|
4
4
|
|
|
5
5
|
(unreleased)
|
|
6
6
|
------------
|
|
7
|
+
- Improve doc. [Paul Magister]
|
|
8
|
+
- Use logging module from lib. [Paul Magister]
|
|
9
|
+
- Selection and preview issue fixed, remove tight layout parameter.
|
|
10
|
+
[Paul Magister]
|
|
11
|
+
- Code structure refactorings, new config_cli_gui version with preserved
|
|
12
|
+
config order and logger. [Paul Magister]
|
|
13
|
+
- Code structure refactorings, new config_cli_gui version with preserved
|
|
14
|
+
config order and logger. [Paul Magister]
|
|
15
|
+
- Remove unused helpers. [Paul Magister]
|
|
16
|
+
- Use new Font class, use dpi awareness so that the fonts do not change
|
|
17
|
+
in size relatively if dpi is changed. [Paul Magister]
|
|
18
|
+
- Use new Font class. [Paul Magister]
|
|
19
|
+
- Update config_cli_gui. [Paul Magister]
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
0.1.1 (2025-12-01)
|
|
23
|
+
------------------
|
|
24
|
+
- Docs: Update HISTORY.md for release 0.1.1. [Paul Magister]
|
|
7
25
|
- Make font configurable. [Paul Magister]
|
|
8
26
|
|
|
9
27
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Photo-Composition-Designer
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Feature-rich Python project template for Photo-Composition-Designer.
|
|
5
5
|
Author: pamagister
|
|
6
6
|
Requires-Python: <3.12,>=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Requires-Dist: astral>=3.2
|
|
10
|
-
Requires-Dist: config-cli-gui>=0.
|
|
10
|
+
Requires-Dist: config-cli-gui>=0.3.0
|
|
11
11
|
Requires-Dist: exifread>=3.5.1
|
|
12
12
|
Requires-Dist: geopandas>=1.1.1
|
|
13
13
|
Requires-Dist: holidays>=0.84
|
|
@@ -100,6 +100,10 @@ Modify your settings inside the `config.yaml` or using the GUI:
|
|
|
100
100
|
- Image sizes (mm converted to pixels internally)
|
|
101
101
|
- Calendar layout
|
|
102
102
|
- Paths to `anniversaries.ini` and `locations.ini`
|
|
103
|
+
- Fonts and Colors
|
|
104
|
+
|
|
105
|
+

|
|
106
|
+
|
|
103
107
|
|
|
104
108
|
### 2️⃣ **Sorting Images into Folders**
|
|
105
109
|
Organize your images in the `images/` directory before running the generator.
|
|
@@ -122,6 +126,18 @@ or you can put individual txt files into every single weekly sub folder.
|
|
|
122
126
|
### 4️⃣ **Setting up the birthday dates** 🎂📅
|
|
123
127
|
Provide the birthday information of your friends and family by using the `anniversaries.ini`
|
|
124
128
|
|
|
129
|
+
```plaintext
|
|
130
|
+
[Birthdays]
|
|
131
|
+
|
|
132
|
+
Paul = 6.1.1984
|
|
133
|
+
Peter = 08.01.99
|
|
134
|
+
Liz = 09.01.
|
|
135
|
+
Anna = 10.01.
|
|
136
|
+
|
|
137
|
+
[Weddings]
|
|
138
|
+
Mary & Josh = 02.01.2021 ; ⚭ Symbol is used for Weddings
|
|
139
|
+
```
|
|
140
|
+
|
|
125
141
|
### **Generating the Calendar** 🖼️
|
|
126
142
|
Use **Generate Composition** to generate all collages and one PDF file containing all your compositions.
|
|
127
143
|
|