Skip to content

Commit

Permalink
release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Jun 15, 2023
1 parent a831d06 commit b3e63d9
Show file tree
Hide file tree
Showing 18 changed files with 18,519 additions and 14,316 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Changelog PhotoQt - Copyright (C) 2011-2023, Lukas Spies ([email protected]), License: GPLv2 (or later)
----------------------------------------------------------------------------------------------------------

Release 3.3 - 2023-06-15
----------------------------
- add: all new shortcuts engine
- add: floating element to show location of current image on map
- add: map explorer to show all images in current folder with location data on interactive map
- add: reset button to restore initial stage of main image
- add: setting to switch to moving the image by mouse wheel instead of using it for shortcuts
- add: shortcut actions to move image left/right/up/down
- add: shortcut actions to got to edges of current image
- add: setting to adjust autohide of mouse cursor
- add: allow wheel left/right movement as mouse gestures for shortcut
- add: allow selection of OpenGL backend in settings
- add: option to load PDF documents with QtPDF instead of poppler
- add: animate arrows and add small click animation on startup
- improve: unify look and feel of various elements throughout application
- improve: startup default to mixed setup (integrated and popped out) as default option
- improve: support any image format as icon for context menu entry
- improve: listening to global mouse movements, fixes overloading event system
- improve: don't show context menu entry to add location to favorites without pugixml available
- improve: Escape key in file dialog with files selected only removes selection
- improve: installing pychromecast with cmake is now opt-in option
- improve: crash prevention when scanning for chromecast devices with pychromecast
- fix: finding/linking against (optional) mpv source files
- fix: proper url encoding for favorite locations
- fix: compilation with Exiv 0.28.0
- Windows: fix fullscreen application window


Release 3.2 - 2023-05-11
----------------------------
- add: advanced sorting by dates stored in exif meta data
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(photoqt LANGUAGES CXX)
#### GLOBAL VERSION STRING FOR ALL FILES (INCLUDING CPP/QML) ####
##################################################################

add_definitions(-DVERSION="dev")
add_definitions(-DVERSION="3.3")


########################################
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- Exiv2
- ImageMagick or GraphicsMagick
- LibRaw
- Poppler
- Poppler (can be replaced by QtPDF)
- LibVips
- FreeImage
- DevIL
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Dependencies that are needed by default, but can be disabled via CMake:
- Exiv2
- ImageMagick _or_ GraphicsMagick
- LibRaw
- Poppler
- Poppler (can be replaced by QtPDF)
- LibVips
- FreeImage
- DevIL
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- Support of up to more than 140 IMAGE FORMATS. A list of all possibly supported image formats can be found on the website: https://photoqt.org/formats
- TOUCHSCREEN support, including pinch-to-zoom
- Showing GPS locations of images with an EMBEDDED MAP or explore all images with location data in current folder with an INTERACTIVE MAP
- CHROMECAST support (tested with third generation devices)
- Basic IMAGE MANIPULATION: zooming, rotating, mirroring (all of which per-session only)
- CONVERT IMAGES between supported formats
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PhotoQt is an image viewer that provides a simple and uncluttered interface. Yet

- Support of up to more than **140 image formats**. A list of all possibly supported image formats [can be found on the website](https://photoqt.org/formats).
- **Touchscreen** support, including pinch-to-zoom.
- Showing GPS locations of images with an **embedded map** or explore all images with location data in current folder with an **interactive map**
- **Chromecast** support (tested with third generation devices)
- Basic **image manipulation**: zooming, rotating, mirroring (all of which per-session only)
- **Convert images** between supported formats
Expand Down
2 changes: 1 addition & 1 deletion cplusplus/scripts/handlinggeneral.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ QString PQHandlingGeneral::getConfigInfo(bool formatHTML) {
txt += QString("- %1Poppler%2: %3%4").arg(bold1, bold2, POPPLER_VERSION, nl);
#endif
#ifdef QTPDF
txt += QString("- %1QtPDF%2: %3").arg(bold1, bold2, nl);
txt += QString("- %1QtPDF%2%3").arg(bold1, bold2, nl);
#endif
#ifdef LIBARCHIVE
txt += QString("- %1LibArchive%2: %3%4").arg(bold1, bold2, ARCHIVE_VERSION_ONLY_STRING, nl);
Expand Down
Binary file added img/other/photoqt-github-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,581 changes: 2,022 additions & 1,559 deletions lang/photoqt_de.ts

Large diffs are not rendered by default.

3,577 changes: 2,020 additions & 1,557 deletions lang/photoqt_es.ts

Large diffs are not rendered by default.

3,663 changes: 2,063 additions & 1,600 deletions lang/photoqt_it.ts

Large diffs are not rendered by default.

3,639 changes: 2,051 additions & 1,588 deletions lang/photoqt_lt.ts

Large diffs are not rendered by default.

3,639 changes: 2,051 additions & 1,588 deletions lang/photoqt_pl.ts

Large diffs are not rendered by default.

3,739 changes: 2,101 additions & 1,638 deletions lang/photoqt_pt_BR.ts

Large diffs are not rendered by default.

3,673 changes: 2,068 additions & 1,605 deletions lang/photoqt_pt_PT.ts

Large diffs are not rendered by default.

3,673 changes: 2,068 additions & 1,605 deletions lang/photoqt_ru.ts

Large diffs are not rendered by default.

3,603 changes: 2,033 additions & 1,570 deletions lang/photoqt_uk.ts

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions org.photoqt.PhotoQt.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@
</screenshot>
<screenshot>
<image>https://photoqt.org/img/metainfo/metainfo3.jpg</image>
<caption>The settings manager, 'interface' tab</caption>
<caption>The settings manager, 'shortcuts' tab</caption>
</screenshot>
<screenshot>
<image>https://photoqt.org/img/metainfo/metainfo4.jpg</image>
<caption>The settings manager, 'filetypes' tab</caption>
<caption>The map explorer showing all images with location data on interactive map</caption>
</screenshot>
<screenshot>
<image>https://photoqt.org/img/metainfo/metainfo5.jpg</image>
<caption>The 'About' information shown inside PhotoQt</caption>
</screenshot>
</screenshots>
<url type="homepage">https://photoqt.org</url>
Expand Down Expand Up @@ -62,6 +66,7 @@
<keyword>face tags</keyword>
<keyword>touchscreen</keyword>
<keyword>chromecast</keyword>
<keyword>map</keyword>
</keywords>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand All @@ -86,6 +91,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="3.3" date="2023-06-15" />
<release version="3.2" date="2023-05-11" />
<release version="3.1" date="2023-03-07" />
<release version="3.0" date="2023-01-30" />
Expand Down

0 comments on commit b3e63d9

Please sign in to comment.