Skip to content

Releases: lxqt/libqtxdg

3.5.0

24 Apr 15:23
3.5.0
ae412d3
Compare
Choose a tag to compare

Main changes:

  • Sharp SVG icons with scale factors > 1, especially non-integer ones.
  • Removed obsolete qSwap.
  • Removed obsolete Qt4 Mac code.

3.4.0

27 Oct 16:25
Compare
Choose a tag to compare
Release libqtxdg 3.4.0

3.3.1

24 Feb 16:07
Compare
Choose a tag to compare
Release libqtxdg 3.3.1

3.3.0

25 Jan 23:56
4e7e58f
Compare
Choose a tag to compare
Release libqtxdg 3.3.0

3.2.0

21 May 17:05
Compare
Choose a tag to compare
Release libqtxdg 3.2.0

libqtxdg 3.1.0

21 Oct 18:52
Compare
Choose a tag to compare
Release libqtxdg 3.1.0

libqtxdg 3.0.0

22 Sep 21:00
Compare
Choose a tag to compare

Release highlights

  • qiconloader: Reuse Qt implementation
  • xgiconloader: Reworks the unthemed/pixmap search
  • xdgiconloader: Puts the hicolor at the end of the theme hierarchy
  • xdgiconloader: Fix XdgIconLoaderEngine::actualSize()
  • xdgiconloader: Support symbolic SVG icons
  • xdgiconloader: Honor "FolowsColorScheme" theme hint

libqtxdg 2.0.0

17 Sep 12:07
Compare
Choose a tag to compare

Release highlights

  • 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

libqtxdg 1.3.0

27 Oct 10:02
1.3.0
Compare
Choose a tag to compare

Release highlights

  • BACKWARDS-INCOMPATIBLE: Dropped support for Qt 4
  • qiconloader: Backported "Fixed icons lookup in QIcon::fromTheme" from upstream (details)
  • desktopfile: Removed support for $XDG_MOVIES_DIR, as that never actually existed
  • Fixed XdgMimeType equality comparisons
  • Various build fixes

libqtxdg 1.2.0

29 Mar 09:38
Compare
Choose a tag to compare

Release highlights

  • Support DBusActivatable applications
  • Added support for X-OnlyShowIn, X-NotShowIn
  • Added support for X-Categories
  • Run new processes launched by XdgDesktopFile as child processes
  • Normalize trailing slashes in XdgDirs
  • Switched to Qt5 private headers in some internal files. This means libqtxdg should be recompiled upon minor Qt releases.
  • QIconLoader performance fixes
  • Backported several commits from upstream QIconLoader
  • Fixed XdgDesktop::isShow() caching behaviour
  • Various build fixes