Re: Storing data

2011-06-24 Thread Steven Sroka
>On 24 June 2011 10:26, Andreas Pakulat wrote: > On 24.06.11 15:52:10, Thomas Lübking wrote: >> Am Friday 24 June 2011 schrieb Parker Coates: >> > For reading and writing "data storage" XML, I personally think the >> > QXmlStream(Reader|Writer) classes are nicer (and potentially more >> > performa

Re: Qt-only Oxygen style

2011-06-24 Thread Luis Gustavo Spern Barreto
No, but Albert makes a public criticism of me and I have the right to respond to it. If you have a criticism to me, ok, mail-me. And I think that the comment made by Albert is not relevant to the list. Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 2011/6/24 todd rme

Re: Qt-only Oxygen style

2011-06-24 Thread todd rme
On Fri, Jun 24, 2011 at 9:02 PM, Luis Gustavo Spern Barreto wrote: > Sorry for everything. I just want to say I'm just here to discuss > issues related to KDE development and my question was simple and > straightforward. I just wanted to get answer to my question. Was there something insufficien

Re: Qt-only Oxygen style

2011-06-24 Thread Luis Gustavo Spern Barreto
Sorry for everything. I just want to say I'm just here to discuss issues related to KDE development and my question was simple and straightforward. I just wanted to get answer to my question. Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 2011/6/24 Ingo Malchow : > G

Re: Qt-only Oxygen style

2011-06-24 Thread Ingo Malchow
Guys, do we need to add a note to this mailinglist "don't enter if your age is less than 14"? Seriously. You should read up on the Code of Conduct, stay on topic and discuss with some sort of arguments, objectivism and professionalism. 2011/6/24 Nikos Chantziaras : > On 06/24/2011 09:12 PM, Alber

Re: Qt-only Oxygen style

2011-06-24 Thread Nikos Chantziaras
On 06/24/2011 09:12 PM, Albert Astals Cid wrote: > A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: >> I was right. You dont read my question. > > You are wrong. I did. No, you. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Qt-only Oxygen style

2011-06-24 Thread Pablo Sanchez
[ Comments below, in line ] [ Albert Astals Cid and Luis Gustavo Spern Barreto ] Hi, Perhaps you two should press the `reset' button. :) Cheers, -- Pablo Sanchez - Blueoak Database Engineering, Inc Ph:819.459.1926 Fax: 760.860.5225 (US) >> Visit http://mail.kde.org/mailman/listi

Re: Qt-only Oxygen style

2011-06-24 Thread Albert Astals Cid
A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: > I was right. You dont read my question. You are wrong. I did. Albert > > Luis Gustavo Spern Barreto, > http://www.gustavobarreto.net > +55 53 9144.4318 > > 2011/6/24 Albert Astals Cid : > > A Friday, June 24, 2011, Albert Astal

Re: Qt-only Oxygen style

2011-06-24 Thread Luis Gustavo Spern Barreto
I was right. You dont read my question. Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 2011/6/24 Albert Astals Cid : > A Friday, June 24, 2011, Albert Astals Cid va escriure: >> A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: >> > "kde-devel -- For d

Re: Qt-only Oxygen style

2011-06-24 Thread Albert Astals Cid
A Friday, June 24, 2011, Albert Astals Cid va escriure: > A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: > > "kde-devel -- For discussion of all KDE-related development issues" > > And you ask for a Qt-only style? Not really kde related, ain't it? Ok, let me correct myself, Oxyg

Re: Qt-only Oxygen style

2011-06-24 Thread Albert Astals Cid
A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: > Are you sure it is a good idea to post something out of context of my > question? Do you always take things out of context when replying to people > here? > > Anyway... Thanks for your response Hugo. I'm trying to help you not get

Re: Qt-only Oxygen style

2011-06-24 Thread Albert Astals Cid
A Friday, June 24, 2011, Luis Gustavo Spern Barreto va escriure: > "kde-devel -- For discussion of all KDE-related development issues" And you ask for a Qt-only style? Not really kde related, ain't it? Albert > > Luis Gustavo Spern Barreto, > http://www.gustavobarreto.net > +55 53 9144.4318 >

Re: Storing data

2011-06-24 Thread Andreas Pakulat
On 24.06.11 15:52:10, Thomas Lübking wrote: > Am Friday 24 June 2011 schrieb Parker Coates: > > For reading and writing "data storage" XML, I personally think the > > QXmlStream(Reader|Writer) classes are nicer (and potentially more > > performant because the whole document doesn't ever have to be

Re: Storing data

2011-06-24 Thread Nathan Bradshaw
On Fri, Jun 24, 2011 at 9:41 AM, Vishesh Handa wrote: > > > On Fri, Jun 24, 2011 at 7:07 PM, Nathan Bradshaw < > nathanlbrads...@gmail.com> wrote: > >> On Thu, Jun 23, 2011 at 5:51 PM, Thomas Lübking < >> thomas.luebk...@gmail.com> wrote: >> >>> Am Thursday 23 June 2011 schrieb Steven Sroka: >>>

Re: Storing data

2011-06-24 Thread Thomas Lübking
Am Friday 24 June 2011 schrieb Parker Coates: > For reading and writing "data storage" XML, I personally think the > QXmlStream(Reader|Writer) classes are nicer (and potentially more > performant because the whole document doesn't ever have to be stored > in memory). There was also some talk of rem

Re: Storing data

2011-06-24 Thread Vishesh Handa
On Fri, Jun 24, 2011 at 7:07 PM, Nathan Bradshaw wrote: > On Thu, Jun 23, 2011 at 5:51 PM, Thomas Lübking > wrote: > >> Am Thursday 23 June 2011 schrieb Steven Sroka: >> > What is the best way for a KDE program to store data? Not passwords or >> > anything sensitive, but data a user had typed int

Re: Storing data

2011-06-24 Thread Nathan Bradshaw
On Thu, Jun 23, 2011 at 5:51 PM, Thomas Lübking wrote: > Am Thursday 23 June 2011 schrieb Steven Sroka: > > What is the best way for a KDE program to store data? Not passwords or > > anything sensitive, but data a user had typed into text fields. > > > > Some sort of database. Something along the

Re: Storing data

2011-06-24 Thread Parker Coates
On Fri, Jun 24, 2011 at 04:45, Thomas Lübking wrote: > Am Friday 24 June 2011 schrieb Steven Sroka: > >> How would I utilize a xml file? Just get my program to hand craft one? > > Aside tools like the xmlcompiler, you'd start out with QDomDocument for "just > basic reading/writing xml". For readin

Re: Qt-only Oxygen style

2011-06-24 Thread Nathan Bradshaw
http://www.kde.org/code-of-conduct/ for guidelines on how to behave in the community On Fri, Jun 24, 2011 at 9:19 AM, Luis Gustavo Spern Barreto < gustavosbarr...@gmail.com> wrote: > "kde-devel -- For discussion of all KDE-related development issues" > > Luis Gustavo Spern Barreto, > http://www.

Re: Qt-only Oxygen style

2011-06-24 Thread Luis Gustavo Spern Barreto
"kde-devel -- For discussion of all KDE-related development issues" Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 2011/6/24 Nathan Bradshaw : > That seems like a pretty overblown response to someone trying to give you a > bit of helpful advice. Perhaps a simple 'tha

Re: Qt-only Oxygen style

2011-06-24 Thread Nathan Bradshaw
That seems like a pretty overblown response to someone trying to give you a bit of helpful advice. Perhaps a simple 'thanks but I'm comfortable with it' might have been a better response if one was required at all? On Fri, Jun 24, 2011 at 9:03 AM, Luis Gustavo Spern Barreto < gustavosbarr...@gmail

Re: How to add qt script tools support in cmake?

2011-06-24 Thread dmitry chernov
Thank you, but this doesn't work for me. )) On Fri, Jun 24, 2011 at 4:45 PM, Luis Gustavo Spern Barreto < gustavosbarr...@gmail.com> wrote: > Hello. > Add these variables to the include_directories() and > target_link_libraries(): > > include_directories(${QT_} ${QT_QTSCRIPTTOOLS_INCLUDE_DIR}

Re: Qt-only Oxygen style

2011-06-24 Thread Luis Gustavo Spern Barreto
Are you sure it is a good idea to post something out of context of my question? Do you always take things out of context when replying to people here? Anyway... Thanks for your response Hugo. Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 2011/6/22 Albert Astals Cid

Re: How to add qt script tools support in cmake?

2011-06-24 Thread Luis Gustavo Spern Barreto
Hello. Add these variables to the include_directories() and target_link_libraries(): include_directories(${QT_} ${QT_QTSCRIPTTOOLS_INCLUDE_DIR}) target_link_libraries(${QT_} ${QT_QTSCRIPTTOOLS_LIBRARY}) If you need Qt script: ${QT_QTSCRIPT_INCLUDE_DIR} ${QT_QTSCRIPT_LIBRARY} Luis Gustavo

Re: How to add qt script tools support in cmake?

2011-06-24 Thread dmitry chernov
For me it builds only after adding this: include_directories(file /usr/include/QtScriptTools) and changing this: TARGET_LINK_LIBRARIES( context2d ${QT_LIBRARIES} /usr/lib/libQtScriptTools.so ) So0mething is broken or smth. I've got rather old system Fedora11... On Fri, Jun 24, 2011 at 7:58 AM, dm

Re: Storing data

2011-06-24 Thread Thomas Lübking
Am Friday 24 June 2011 schrieb Steven Sroka: > How would I utilize a xml file? Just get my program to hand craft one? Aside tools like the xmlcompiler, you'd start out with QDomDocument for "just basic reading/writing xml". Whatever you do, do (rather) NOT "handcraft" xml by entries like IODevi

Re: KDE Bugzilla downtime notification

2011-06-24 Thread Ben Cooksley
Hi all, The Bugzilla server move was completed successfully about 7 hours ago. If you encounter any issues, please let Sysadmin know through the appropriate channels noted at the top of all KDE Bugzilla pages. Some DNS changes are still propagating unfortunately for certain people, so you may need