aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/imageviewer
Commit message (Expand)AuthorAgeFilesLines
* Various UI text fixesEike Ziller2025-05-141-1/+1
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-172-14/+15
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-1/+1
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-162-31/+17
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-4/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-3/+3
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-012-7/+5
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Return expected_str<void> from IDocument::reload()hjk2024-09-252-7/+11
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+2
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* ImageViewer: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-11/+11
* Core: Remove CommandAction classEike Ziller2024-01-261-26/+32
* Get rid of EXPLICIT_MOCJarek Kobus2024-01-251-1/+0
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Revert "ImageViewer: Fix build"hjk2023-11-201-0/+2
* ImageViewer: Code cosmeticshjk2023-11-205-50/+39
* ImageViewer: Move Viewer class definition to .cpphjk2023-11-202-191/+177
* ImageViewer: Fix buildChristian Stenger2023-11-201-2/+0
* ImageViewer: Use new plugin setup systemhjk2023-11-176-150/+76
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-6/+6
* ImageViewer: Fix animation playback replay and loopAlessandro Portale2023-09-143-48/+47
* VariousPlugins: Fix forward declarationsJarek Kobus2023-08-173-3/+9
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-23/+23
* ImageViewer: Proliferate FilePath usehjk2023-06-086-53/+63
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-2/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | Fix include styleJarek Kobus2023-03-241-1/+1
* | Build: Remove FindQt5.cmakeEike Ziller2023-02-231-1/+1
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0614-14/+14
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-2/+2
* ImageViewer: Show current default settings in tooltipEike Ziller2022-10-181-3/+15
* ImageViewer: Improve tool bar size and behaviorEike Ziller2022-10-181-132/+115
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+2
* ImageViewer: Add button for saving current view settings as defaultEike Ziller2022-09-153-14/+75
* ImageViewer: Make "Fit to Screen" stickyEike Ziller2022-09-153-7/+40
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2614-345/+37