Re: [blfs-book] [BLFS Trac] #8310: libqtxdg-2.0.0

2016-10-18 Thread BLFS Trac via blfs-book
#8310: libqtxdg-2.0.0
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r17894

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8310: libqtxdg-2.0.0

2016-09-21 Thread BLFS Trac via blfs-book
#8310: libqtxdg-2.0.0
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * milestone:  7.11 => hold


Comment:

 Moving to hold, since it is part of the LXQt-0.11 release, which is not
 out yet. The API changes, may or may not break 0.10, but it might be just
 overkill to rebuild 0.10 to test breakage, if 0.11 is coming soon.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #8310: libqtxdg-2.0.0

2016-09-17 Thread BLFS Trac via blfs-book
#8310: libqtxdg-2.0.0
-+--
 Reporter:  pierre.labastie  |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.11
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by pierre.labastie):

 * owner:  blfs-book@… => pierre.labastie
 * status:  new => assigned


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #8310: libqtxdg-2.0.0

2016-09-17 Thread BLFS Trac via blfs-book
#8310: libqtxdg-2.0.0
-+-
 Reporter:  pierre.labastie  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.11
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New major version, part of the upcoming LXQT-0.11.0 release:
 {{{
 libqtxdg-2.0.0 / 2016-09-17
 ===

   * Bump version to 2.0.0
   * Extend README.md
   * Updates dependencies
   * Fixes QIcon::hasThemeIcon() behavior with our Icon Loader Engine
   * Adds Qt5Svg explicitly to the required packages
   * QIconLoader: Use the GTK+ icon caches
   * QIcon: add a hook in the engine so a non null QIconEngine can still be
 a null icon
   * QIconLoader: don't make QIconDirInfo::type a bit-field
   * Do not support static QIcon instances
   * Respect manual set icon themes.
   * Remove  where it's not used
   * Make it more obvious that Q_WS_ is dead code, and should perhaps be
 ported
   * XdgDesktopFileData: Explicitly initialize members (#91)
   * build: Create separate Qt5XdgIconLoader target
   * XdgDesktopFile: Adds tests
   * xdgdesktopfile: Removes an not needed debug info
   * xdgdesktopfile: Removes double QLatin1String's contruction
   * XdgDesktopFileCache: Check if a file isValid() only when needed
   * XdgDesktopFile: Reworks XdgDesktopFileCache::getFile()
   * XdgDesktopFileCache: Check new acquired objects before using it
   * XdgDesktopFile: Removes unneeded assignment
   * XdgDesktopFile: Add break to switch case
   * qtxdg: Get the HOME environment variable just one time
   * Replace the QString % operator by the + operator
   * No more implicit string conversions
   * Moves QT_USE_QSTRINGBUILDER to the compiler_settings CMake module
   * XdgDesktopFileCache: Fixes an coding typing error
   * xdgiconloader: Fix typo in directoryMatchesSize
   * Xdgiconloader (#84)
   * Improve foreach iteraror performance
   * XdgDesktopFile: Improve the performance of the foreach loop
   * XdgDesktopFile: Use XdgDirs::userDir(), drop QStandardPaths()
   * XdgDesktopFile: Standardize text strings scope
   * XdgDesktopFile: Adds a Desktop File ID calculator method
   * XdgDesktopFile: Document Exec fallback when DBusActivatable fails
   * Adds QT_USE_QSTRINGBUILDER to the compile definitions
   * Adds the BUILD_DEV_UTILS to README.md
   * Makes the development utils build/install optional
   * XdgDesktopFile: Adds Exec fallback when DBusActivatable fails
   * Adds an .desktop file start tester
   * XdgDirs: Use Q_ASSERT to check for XdgDirs::userDirectory invalid
 values
   * XdgDirs: Use XdgDirs::UserDirectory enum instead of int
   * XdgDirs: Makes XdgDirs::userDir use userDirectoryFallback()
   * XdgDirs: Adds userDirDefault() method.
   * Adds XdgDesktopFile::mimeTypes() member
   * build: Enable C++11 usage
   * iconloader: Fix actualSize() for non-themed icons
   * desktopfile: Change validity check
   * Added Digia-Qt-LGPL-Exception-1.1
   * Update years and Licenses
   * desktopfile: Check validity of DBus object path
   * desktopfile: Don't invoke DBus call on invalid interface
   * XdgUserDirs: Return a fallback when the path is empty
   * README.md: Fix grammatical error, adjust wording
   * Update and rename README to README.md
   * xdgdesktopfile: handle 'Path' entry for application's working
 directory
   * Fix possible use of cachedIcon after free
   * Update release.sh server url
 }}}

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page