QIcon Search Paths Question

2015-10-21 Thread Christoph Cullmann
Hi,

I tried to set the icon search path relative to the application directory, e.g. 
like:

QIcon::setThemeName(QStringLiteral("breeze"));
QIcon::setThemeSearchPaths(QStringList() << 
QCoreApplication::applicationDirPath() + QStringLiteral("/../Resources/icons"));
  
with breeze dir inside the "icons" path with the index.theme inside.

Sometimes, that even works, sometimes, not.

Is there anything special to do? Does KIconThemes play around with that, too?

Greetings
Christoph

-- 
- Dr.-Ing. Christoph Cullmann -
AbsInt Angewandte Informatik GmbH  Email: cullm...@absint.com
Science Park 1 Tel:   +49-681-38360-22
66123 Saarbrücken  Fax:   +49-681-38360-20
GERMANYWWW:   http://www.AbsInt.com

Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234


Re: QIcon Search Paths Question

2015-10-21 Thread Christoph Cullmann
;=)

Forget my question, macdeployqt just purged my svg icon engine ;)

Greetings
Christoph

- Am 21. Okt 2015 um 20:00 schrieb cullmann cullm...@absint.com:

> Hi,
> 
> I tried to set the icon search path relative to the application directory, 
> e.g.
> like:
> 
> QIcon::setThemeName(QStringLiteral("breeze"));
> QIcon::setThemeSearchPaths(QStringList() <<
> QCoreApplication::applicationDirPath() +
> QStringLiteral("/../Resources/icons"));
>  
> with breeze dir inside the "icons" path with the index.theme inside.
> 
> Sometimes, that even works, sometimes, not.
> 
> Is there anything special to do? Does KIconThemes play around with that, too?
> 
> Greetings
> Christoph
> 
> --
> - Dr.-Ing. Christoph Cullmann -
> AbsInt Angewandte Informatik GmbH  Email: cullm...@absint.com
> Science Park 1 Tel:   +49-681-38360-22
> 66123 Saarbrücken  Fax:   +49-681-38360-20
> GERMANYWWW:   http://www.AbsInt.com
> 
> Geschäftsführung: Dr.-Ing. Christian Ferdinand
> Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234

-- 
- Dr.-Ing. Christoph Cullmann -
AbsInt Angewandte Informatik GmbH  Email: cullm...@absint.com
Science Park 1 Tel:   +49-681-38360-22
66123 Saarbrücken  Fax:   +49-681-38360-20
GERMANYWWW:   http://www.AbsInt.com

Geschäftsführung: Dr.-Ing. Christian Ferdinand
Eingetragen im Handelsregister des Amtsgerichts Saarbrücken, HRB 11234


Re: Review Request 120281: Use the correct locale

2015-10-21 Thread Maximiliano Curia

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120281/
---

(Updated Oct. 21, 2015, 10:31 a.m.)


Status
--

This change has been discarded.


Review request for KDE Runtime.


Bugs: 329983
http://bugs.kde.org/show_bug.cgi?id=329983


Repository: kde-runtime


Description
---

The test was expecting a specific locale. Everything seems to indicate
that any UTF-8 enabled locale would work for this testcases, so use
C.UTF-8 and avoid to have to depend on all locales.


Diffs
-

  kioslave/trash/tests/testtrash.cpp f8d85de4ea4351bf91cba5ff374ae0ee5b567d5d 

Diff: https://git.reviewboard.kde.org/r/120281/diff/


Testing
---

Patch applied in Debian since 2014-01-14


Thanks,

Maximiliano Curia



Re: Review Request 125539: [kio-mtp] Add file system freespace retrieval to mtp kioslave

2015-10-21 Thread Emmanuel Pescosta

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/125539/
---

(Updated Oct. 21, 2015, 11:50 a.m.)


Status
--

This change has been marked as submitted.


Review request for kde-workspace and Philipp Schmidt.


Changes
---

Submitted with commit 4cef3ffeb0ff5448b5a8ed6d3fbef7119d0e37e9 by Emmanuel 
Pescosta to branch master.


Repository: kio-extras


Description
---

Provides total and available space of mtp devices


Diffs
-

  mtp/kio_mtp.h 65ef734 
  mtp/kio_mtp.cpp 466e4b3 

Diff: https://git.reviewboard.kde.org/r/125539/diff/


Testing
---

Works fine


Thanks,

Emmanuel Pescosta