Re: KArchive for Qt4

2012-11-15 Thread Alexander Neundorf
On Thursday 15 November 2012, Alexander Neundorf wrote: ... > Ok, FindKF5.cmake is currently still completely undocumented, this is true. > It supports components, including three "special" ones: > * "CMake", which loads e-c-m/kde-modules/KDECMakeSettings.cmake > * "Compiler", which loads e-c-m/kde

Re: KArchive for Qt4

2012-11-15 Thread Alexander Neundorf
On Thursday 15 November 2012, Sune Vuorela wrote: > On 2012-11-15, Alexander Neundorf wrote: > >> I thought we earlier agreed on things like "you should not inherit > >> sonames from other modules" and such. > > We have apparantly a ECM_SOVERSION coming from somewhere and used. This comes from t

Re: KArchive for Qt4

2012-11-15 Thread Sune Vuorela
On 2012-11-15, Alexander Neundorf wrote: >> I thought we earlier agreed on things like "you should not inherit >> sonames from other modules" and such. We have apparantly a ECM_SOVERSION coming from somewhere and used. >> >> and we just have layers of added complexity that seems to be added f

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Valentin Rusu
On 11/15/2012 09:48 PM, Valentin Rusu wrote: On 11/15/2012 09:18 PM, Sune Vuorela wrote: On 2012-11-14, Valentin Rusu wrote: What would be the best solution in order to follow the defined policies? Where should KMessageBox go? I have wondered a couple of times why we split widgets and dial

Re: KArchive for Qt4

2012-11-15 Thread Alexander Neundorf
On Thursday 15 November 2012, Alexander Neundorf wrote: > On Thursday 15 November 2012, David Faure wrote: > > After my presentation on KDE Frameworks at the Dev Days, the obvious > > question "where do we download this from" came up -- especially for > > KArchive. > > > > So I took some time afte

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Valentin Rusu
On 11/15/2012 09:18 PM, Sune Vuorela wrote: On 2012-11-14, Valentin Rusu wrote: Hello, I have a question about KMessage class from kdeui/dialogs. According to the epics page, kdeui/dialogs will go to tier3. On the other hand, kdeui/jobs will go to tier2, only the class KDialogJobUiDelegate is

Re: KArchive for Qt4

2012-11-15 Thread Alexander Neundorf
On Thursday 15 November 2012, Sune Vuorela wrote: > On 2012-11-15, David Faure wrote: > > This pointed out some interesting issues, especially in the cmakelists. I > > removed the dependency on ECM, and as a result I saw many things for > > which I thought "this should be in upstream cmake". Espec

Re: KArchive for Qt4

2012-11-15 Thread Alexander Neundorf
On Thursday 15 November 2012, David Faure wrote: > After my presentation on KDE Frameworks at the Dev Days, the obvious > question "where do we download this from" came up -- especially for > KArchive. > > So I took some time afterwards and prepared a self-contained > KArchive-for-qt4 release. >

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Sune Vuorela
On 2012-11-14, Valentin Rusu wrote: > Hello, > > I have a question about KMessage class from kdeui/dialogs. > > According to the epics page, kdeui/dialogs will go to tier3. > On the other hand, kdeui/jobs will go to tier2, only the class > KDialogJobUiDelegate is actually using KMessageBox. > If

Re: KArchive for Qt4

2012-11-15 Thread Sune Vuorela
On 2012-11-15, David Faure wrote: > This pointed out some interesting issues, especially in the cmakelists. I > removed the dependency on ECM, and as a result I saw many things for which I > thought "this should be in upstream cmake". Especially the LIB_INSTALL_DIR > stuff looks way too complic

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Albert Astals Cid
El Dijous, 15 de novembre de 2012, a les 20:51:30, Valentin Rusu va escriure: > On 11/15/2012 08:28 PM, Albert Astals Cid wrote: > > El Dijous, 15 de novembre de 2012, a les 19:59:54, Valentin Rusu va escriure: > >> On 11/15/2012 02:51 AM, Aleix Pol wrote: > >>> On Wed, Nov 14, 2012 at 8:37 PM, Va

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Valentin Rusu
On 11/15/2012 08:28 PM, Albert Astals Cid wrote: El Dijous, 15 de novembre de 2012, a les 19:59:54, Valentin Rusu va escriure: On 11/15/2012 02:51 AM, Aleix Pol wrote: On Wed, Nov 14, 2012 at 8:37 PM, Valentin Rusu mailto:k...@rusu.info>> wrote: According to the epics page, kdeui/dialogs w

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Albert Astals Cid
El Dijous, 15 de novembre de 2012, a les 19:59:54, Valentin Rusu va escriure: > On 11/15/2012 02:51 AM, Aleix Pol wrote: > > On Wed, Nov 14, 2012 at 8:37 PM, Valentin Rusu > > > > wrote: > > According to the epics page, kdeui/dialogs will go to tier3. > > On the oth

Re: Dialogs, KMessage box and job widgets

2012-11-15 Thread Valentin Rusu
On 11/15/2012 02:51 AM, Aleix Pol wrote: On Wed, Nov 14, 2012 at 8:37 PM, Valentin Rusu > wrote: According to the epics page, kdeui/dialogs will go to tier3. On the other hand, kdeui/jobs will go to tier2, only the class KDialogJobUiDelegate is actually using

KArchive for Qt4

2012-11-15 Thread David Faure
After my presentation on KDE Frameworks at the Dev Days, the obvious question "where do we download this from" came up -- especially for KArchive. So I took some time afterwards and prepared a self-contained KArchive-for-qt4 release. This pointed out some interesting issues, especially in the c