Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libQt5Xdg3-3.6.0-1.4 RPM for armv7hl

From OpenSuSE Ports Leap 15.3 for armv7hl

Name: libQt5Xdg3 Distribution: openSUSE Step 15
Version: 3.6.0 Vendor: openSUSE
Release: 1.4 Build date: Tue Mar 2 03:42:37 2021
Group: System/Libraries Build host: obs-arm-6
Size: 304824 Source RPM: libqt5xdg-3.6.0-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://lxqt.org
Summary: Libraries for qtxdg
QtXDG libraries for development

Provides

Requires

License

GPL-3.0-only

Changelog

* Wed Nov 04 2020 mvetter@suse.com
  - Update to 3.6.0:
    * Dropped deprecated QLinkedList.
    * Code cleanup.
    * Memory leaks are fixed.
    * Fixed setting of default apps with GLib backend.
    * Fixed (recommended) apps list given by GLib backend.
    * Added a XdgDefaultApps class with email client, file
      manager and web browser set/get methods.
    * Used Qt's fix for too big SVG icons with scale factors > 1.
    * Added methods to XdgDefaultApps for getting special applications.
    * Fixed unneeded URL encoding for %U/%u in "xdgdesktopfile.cpp".
* Mon Apr 27 2020 callumjfarmer13@gmail.com
  - Changed libqt5xdg.keyring to tsujan's key
* Fri Apr 24 2020 callumjfarmer13@gmail.com
  - Update to version 3.5.0
    * Sharp SVG icons with scale factors > 1, especially non-integer ones.
    * Removed obsolete qSwap.
    * Removed obsolete Qt4 Mac code.
* Fri Jan 03 2020 mvetter@suse.com
  - Add subpackage qtxdg-tools (Debian name qtxdg-dev-tools)
* Sun Oct 27 2019 mvetter@suse.com
  - Update to 3.4.0:
    * Adds an command line MimeType (mimetype) tool
    * Adds a command line Open (open) Tool
    * Adds a command line Default App (defapp) Tool
    * Adds a MIME Applications Associations (XdgMimeApps) class
    * XdgDesktopFile:
    - Deprecates XdgDesktopFileCache and drop XdgDesktopFileCache use
    - Add explanation comment
    - Avoid freeze for DBusActivatable apps
    * CMake:
    - Remove string conversion flags
    - Removes not used helper function
    * test:
    - Use qAsConst()
    * Build and Implementation:
    - Don't use automatic string conversion
    - Prevent a c++11 range-loop possible detach
    - Fixed icon cache with absolute paths
    - Use more precise wording
    - Use the QString multi-arg overload
    - Use qEnvironmentVariableIntValue()
    - Use qAsConst
    - Drop QRegExp.
    - Port even more towards C++ raw string literal
    - Port towards return with a braced init list
    - Port towards raw string literal use.
    - Use bool literals
    - Ports towards C++11 override specifiers
    - Port towards C++ headers
    - Port towards C++11 nullptr
    * Reworded github issue template
* Mon Feb 25 2019 mvetter@suse.com
  - Update to 3.3.1:
    * Silenced compiler warnings about not used variables.
    * Dropped not needed MOC stuff, we already use CMAKE_AUTOMOC.
    * Dropped using libqtxdg's own versions of things that are in
      lxqt-build-tools
    * Updated translations
* Thu Jan 31 2019 mvetter@suse.com
  - Update to 3.3.0:
    * Use C++ ISO Standard 14, removed support for < 14
    * XdgDesktopFile: Simplify scheme handling
    * XdgDesktopFile: Clear internal data before loading a new file
    * XdgDesktopFile: Don’t try read non existent files
    * xdgaction: Set icon in updateIcon() only if needed
    * xdgiconloader: Support more classes for “FollowColors” icons
    * xdgiconloader: Consider device pixel ratio when painting
    * xdgiconloader: Cover all KDE colors schemes for symbolic icons
    * xdgiconloader: Fixes pedantic warning
    * xdgmenuwidget: Fix menu-item drag url
* Tue May 22 2018 mvetter@suse.com
  - Update to 3.2.0:
    * xdgiconloader: Add GTK cache revalidation (fixes finding and
      showing new icons, especially in main menu)
    * xdgiconloader: Cache ScalableFollowsColorEntry properly
    * Set genericName as tooltip (for main menu)
    * Fix symbolic SVG icons with Qt >= 5.10
* Mon Oct 23 2017 mvetter@suse.com
  - Update to 3.1.0:
    * Bump version to 3.1.0
    * xdgdesktopfile: Add API for getting actions info
    * xdgdesktopfile: Add support for activating actions
    * xdgdesktopfile: Add getting actions
    * Check $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS for mimeapps.list first.
    * Fix reading and writing mimeapps.list file.
    * Don't export github templates
    * Release 3.0.0: Update changelog
    * Backport support for Scale directory key according to Icon Theme spec
    * Bump Major to 3
    * test: Drop Q_FOREACH
    * Drop Q_FOREACH
    * liblxqt make no sense here
    * Copied issue template
    * Drops Qt5Core_VERSION_STRING
    * Avoid Qt special keywords collision
    * XdgDesktopFile: Stops allocating unneeded QMap::keys()
    * XdgDesktopFile: Stop allocating unneeded QHash:values()
    * XdgDesktopFile: Improve const-ness
    * xdgiconloader: Reworks the unthemed/pixmap search
    * xdgiconloader: Puts the hicolor at the end of the theme hierarchy
    * XdgIcon: Add flag for "FollowsColorScheme" processing
    * xdgiconloader: Honor "FolowsColorScheme" theme hint
    * xdgiconloader: Support symbolic SVG icons
    * More fixes (#131)
    * xdgiconloader: Correct hierarchy of fallbacks (#116)
    * xdgiconloader: Fix XdgIconLoaderEngine::actualSize() (#130)
    * Update CMakeLists.txt
    * It adds loadIcon() timing measurements.
    * xdgiconloader: Consider all existing files/images
    * Check QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH existence
    * Mark QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH as advanced
    * xdgiconloader: Implement QIconEnginePlugin interface
    * Disables uninstall target
    * Remove last uses of Java-style (non-mutable) iterators from QtBase
    * Adds a development qtxdg-iconfinder utility tool
    * Enable strict iterators for debug builds
    * Removes extra semi-colons
    * Improve build warnings
    * Bump year
    * QtGui: eradicate Q_FOREACH loops [already const]
    * Optimize QIconLoader::findIconHelper()
    * Remove unused variable in QIconLoader::findIconHelper()
    * Improve use of QHash to minimize double hashing
    * QIconLoaderEngine: add missing Q_DECL_OVERRIDEs
    * Replace QLatin1Literal with QLatin1String
    * QIconCacheGtkReader: use QStringRef more
    * Gui: use const (and const APIs) more
    * Adds Link Time Optimization
    * Replaces CMAKE_SOURCE_DIR by PROJECT_SOURCE_DIR
    * Refactors superbuild support
    * Remove duplicate use of source header files
    * Use AUTOMOC everywhere
    * Stop using include_directories()
    * Removes test project definition
    * Use CMAKE_INCLUDE_CURRENT_DIR
    * Adds PROJECT_NAME to the build Qt version message
    * Simplify target_compile_definitions() and target_include_directories()
    * qiconloader: Reuse Qt implementation
    * XdgIconLoader: Fix FTBFS in super-build/in-tree builds
    * Allow xdg-user-dirs in the realpath of $HOME. On some systems /home is a symlink and $HOME points to the symlink. This commit allows the xdg-user-dirs to start with the real/canonical path.
    * Updates version requirements in pkg-config (.pc) stuff
    * Make Qt5Xdg use only the same version Qt5XdgIconLoader
    * Adds minimum Qt version requirement (5.4.2)
    * test: Fixes false positive in tst_xdgdesktopfile::testReadLocalized()
    * Remove cpack (#106)
* Sat Sep 24 2016 mvetter@suse.com
  - Update to to 2.0.0:
    * BACKWARDS-INCOMPATIBLE: New XdgIconLoader library
    * New explicit dependency Qt SVG
    * The IconLoader can use GTK+ icon cache
    * Improved overall performance
    * Better XDG handling
    * Overall polishing
* Thu Nov 05 2015 mvetter@suse.com
  - Upstream release 0.10.0
* Fri Feb 20 2015 sfalken@opensuse.org
  - Changed %build and %install to use cmake macros
* Mon Feb 09 2015 sfalken@opensuse.org
  - New upstream version 1.1.0
* Sun Jan 25 2015 sfalken@opensuse.org
  - Added conditionals to build for Fedora (Only needed for F20)
* Tue Oct 28 2014 andrea@opensuse.org
  - changed license tag in the spec file to GPL-3.0
* Sun Oct 26 2014 andrea@opensuse.org
  - ported to QT5
* Sat Oct 25 2014 andrea@opensuse.org
  - new upstream version 1.0.0

Files

/usr/lib/libQt5Xdg.so.3
/usr/lib/libQt5Xdg.so.3.6.0
/usr/share/doc/packages/libQt5Xdg3
/usr/share/doc/packages/libQt5Xdg3/AUTHORS
/usr/share/licenses/libQt5Xdg3
/usr/share/licenses/libQt5Xdg3/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:34:06 2024