Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Michael Pyne
On Tuesday, February 15, 2011 08:11:23 Thiago Macieira wrote: > > That would be exceedingly nice, yes. I would at least feel less bad > > about my current usage of QBasicAtomicInt (on non-PA-RISC), especially > > if the statement about being POD and non-POD were also to be explicitly > > added to t

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Aaron J. Seigo
On Tuesday, February 15, 2011, Stephen Kelly wrote: > http://steveire.com/kdelibs-modular.png > > * It's broad at the base - Qt developers can pick and choose what they > want. There are less interdependencies - you can use the itemviews stuff > without also pulling in KLocale KConfig etc. If you'

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Stephen Kelly
Alexander Neundorf wrote: > On Monday 14 February 2011, Stephen Kelly wrote: >> Aaron J. Seigo wrote: >> > On Wednesday, February 9, 2011, Stephen Kelly wrote: >> >> http://techbase.kde.org/Projects/KDELibsModifications >> > >> > good to see people thinking about these things. however: >> > >> > t

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Stephen Kelly
Alexander Neundorf wrote: > On Monday 14 February 2011, Stephen Kelly wrote: >> Aaron J. Seigo wrote: >> > On Wednesday, February 9, 2011, Stephen Kelly wrote: >> >> http://techbase.kde.org/Projects/KDELibsModifications >> > >> > good to see people thinking about these things. however: >> > >> > t

Re: prison - a barcode library now in kdereview

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Sune Vuorela wrote: >> Are there generated docs available somewhere for easier API review? > > Currently not, but I can do that later. http://alioth.debian.org/~pusling-guest/prison/apidocs/html/ /Sune

Re: A Qt replacement for KGlobal::ref and deref

2011-02-15 Thread Alexander Neundorf
On Monday 14 February 2011, Stephen Kelly wrote: > Aaron J. Seigo wrote: > > On Wednesday, February 9, 2011, Stephen Kelly wrote: > >> http://techbase.kde.org/Projects/KDELibsModifications > > > > good to see people thinking about these things. however: > > > > this page belongs on commuity.kde.org

Re: git workflow draft

2011-02-15 Thread John Layt
On Tuesday 15 February 2011 17:51:35 Aaron J. Seigo wrote: > hi all > > so after the meeting on Sunday, here is where we are in terms of a draft > workflow. more complete meeting minutes can be seen here: > > http://titanpad.com/SnJwFW2iXL Actually, even more complete minutes, outstand

git workflow draft

2011-02-15 Thread Aaron J. Seigo
hi all so after the meeting on Sunday, here is where we are in terms of a draft workflow. more complete meeting minutes can be seen here: http://titanpad.com/SnJwFW2iXL the goal of the meeting was to come up with a draft of a mutually agreeable git workflow for kdelibs and kde-runt

Re: prison - a barcode library now in kdereview

2011-02-15 Thread todd rme
On Tue, Feb 15, 2011 at 11:19 AM, Sune Vuorela wrote: > On 2011-02-15, Parker Coates wrote: >> On Tue, Feb 15, 2011 at 03:45, Sune Vuorela wrote: >>> I have added prison (git clone kde:prison) to kdereview, targetting >>> kdesupport. >> >> Out of curiosity, what SC component is intended to use it

Re: prison - a barcode library now in kdereview

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Parker Coates wrote: > On Tue, Feb 15, 2011 at 03:45, Sune Vuorela wrote: >> I have added prison (git clone kde:prison) to kdereview, targetting >> kdesupport. > > Out of curiosity, what SC component is intended to use it? It is partly based on code I wrote for klipper half a year

Re: prison - a barcode library now in kdereview

2011-02-15 Thread Parker Coates
On Tue, Feb 15, 2011 at 03:45, Sune Vuorela wrote: > I have added prison (git clone kde:prison) to kdereview, targetting > kdesupport. Out of curiosity, what SC component is intended to use it? > Please review. > > I'm having a couple of doxygen warnings... Are there generated docs available som

prison - a barcode library now in kdereview

2011-02-15 Thread Sune Vuorela
Hi peoples I have added prison (git clone kde:prison) to kdereview, targetting kdesupport. Please review. I'm having a couple of doxygen warnings that I'm unsure how to deal with: prison/testapp/prison.h:17: warning: Member data_changed() (slot) of class main_window is not documented (and simila

Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Sune Vuorela
On 2011-02-15, Thiago Macieira wrote: > > --nextPart8281750.Kf80iGgygM > Content-Transfer-Encoding: 7Bit > Content-Type: text/plain; charset="us-ascii" > > On Tuesday, 15 de February de 2011 07:53:15 Rolf Eike Beer wrote: >> Since I have some of these machines: is there any detail on this availabl

Re: Use Q_GLOBAL_STATIC where K_GLOBAL_STATIC is not needed?

2011-02-15 Thread Rolf Eike Beer
> On Tuesday, 15 de February de 2011 07:53:15 Rolf Eike Beer wrote: >> Since I have some of these machines: is there any detail on this >> available >> somewhere? Does this count for HP-UX only or also for Linux? > > You can find the info in Qt's source code: > src/corelib/arch/qatomic_parisc.h > a