Re: Developing for KDE Based Linux OS

2012-10-13 Thread Nikos Chantziaras
On 13/10/12 11:49, Myriam Schweingruber wrote: Hi Rohit, On Sat, Oct 13, 2012 at 9:20 AM, Rohit wrote: Respected Sir, I am seriously considering developing from the KDE based Linux Operating Systems. Also, I have interest in participating in Google Summer of Code under your organisation. [.

Re: Dolphin performance

2012-09-03 Thread Nikos Chantziaras
On 03/09/12 18:59, Loïc Grobol wrote: On Monday 2012-September-03 Tomaz Canabrava wrote : Why should the program be opened while nobody's using it? To improve the opening time, it is not that uncommon. The first time it is launched it will load some stuff to the memory, when it's launched ag

Re: Building KDE

2012-04-28 Thread Nikos Chantziaras
On 28/04/12 01:03, Lindsay Mathieson wrote: 2. Its a VM. I don't think 64bit VM's run very well if at all on 32 bit installs. I'm wondering if I should cater to that with just a 32 bit VM. That should be no problem with relatively recent CPUs. Visit http://mail.kde.org/mailman/listinfo/kde-d

Re: Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
On 02/04/12 16:32, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 10.07.54, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.49.25, Nikos Chantziaras wrote: On 02/04/12 15:38, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras

Re: Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
On 02/04/12 15:38, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wrote: Hello. I have a use case where linking an executable statically against Qt makes sense. However, the resulting binary fails to use KDE's current widget style (like Oxygen)

Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
Hello. I have a use case where linking an executable statically against Qt makes sense. However, the resulting binary fails to use KDE's current widget style (like Oxygen). Is this even possible with binaries that link-in Qt statically? At first I thought it's because of version mismatches

Re: "Set date and time automatically" is grayed out

2011-10-29 Thread Nikos Chantziaras
On 10/02/2011 11:27 AM, Nikos Chantziaras wrote: On 10/02/2011 10:14 AM, Θεόφιλος Ιντζόγλου wrote: On Sat 01 of Oct 2011 23:07:49 Nikos Chantziaras wrote: There is a checkbox in the Date& Time System Settings that says "Set date and time automatically". However, it's gray

Re: How KDE attaches icons to application?

2011-10-03 Thread Nikos Chantziaras
On 10/03/2011 09:34 AM, dmitry chernov wrote: I've added 4 icons 16x16, 32x32, 48x28, 64x64. Than added kde4_install_icons( ${ICON_INSTALL_DIR} ) to my CMakeLists.txt. Icons are succesesfully moved to /usr/local/share/icons/highcolor/.. But when I run my application I don't see this icons in th

Re: "Set date and time automatically" is grayed out

2011-10-02 Thread Nikos Chantziaras
On 10/02/2011 10:14 AM, Θεόφιλος Ιντζόγλου wrote: On Sat 01 of Oct 2011 23:07:49 Nikos Chantziaras wrote: There is a checkbox in the Date& Time System Settings that says "Set date and time automatically". However, it's grayed out and can't be enabled. What do

"Set date and time automatically" is grayed out

2011-10-01 Thread Nikos Chantziaras
There is a checkbox in the Date & Time System Settings that says "Set date and time automatically". However, it's grayed out and can't be enabled. What do I need to do to get that functionality? Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KGlobal::locale::Warning, how to suppress it?

2011-07-16 Thread Nikos Chantziaras
On 01/29/2011 03:08 PM, Nikos Chantziaras wrote: > When I open a file dialog with QFileDialog::getOpenFileName(), this gets > printed on stderr: > > KGlobal::locale::Warning your global KLocale is being > recreated with a valid main component instead of a fake > compo

Is startkde supposed to set MALLOC_CHECK_=3 on release candidates?

2011-07-03 Thread Nikos Chantziaras
Is startkde supposed to set MALLOC_CHECK_=3 on release candidates? It does for 4.7 RC1 and I wonder is this is intended, since the script mentions this is for trunk/developer builds. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-21 Thread Nikos Chantziaras
On 05/19/2011 02:58 AM, Hugo Pereira Da Costa wrote: > On 05/18/2011 11:59 PM, Stefan Majewsky wrote: >> In other words, I suggest that the _kde_no_window_grab property be >> added to KGameCanvas code >> (trunk/KDE/kdegames/libkdegames/kgamecanvas), > > This, or the mouse-click stealing that I advi

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-15 Thread Nikos Chantziaras
On 05/15/2011 07:45 PM, Albert Astals Cid wrote: > A Sunday, May 15, 2011, Nikos Chantziaras va escriure: >> On 05/15/2011 04:35 PM, Luciano Montanaro wrote: >>> On Fri, May 13, 2011 at 7:49 PM, Hugo Pereira Da Costa >>> >>>wrote: >>>> For t

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-15 Thread Nikos Chantziaras
On 05/15/2011 04:03 PM, Martin Gräßlin wrote: > On Sunday 15 May 2011 14:43:45 Michael Jansen wrote: >> On Sunday 15 May 2011 14:04:34 Martin Gräßlin wrote: >>> On Sunday 15 May 2011 13:36:14 Luciano Montanaro wrote: A feature like this should not be implemented in a style, IMHO, styles s

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-15 Thread Nikos Chantziaras
On 05/15/2011 04:35 PM, Luciano Montanaro wrote: > On Fri, May 13, 2011 at 7:49 PM, Hugo Pereira Da Costa > wrote: > >> >> For the record, and as a last resort, I also added to oxygen a cusom QObject >> property that force disabling of the window dragging. Namely if you add: >> >>widget->setP

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-13 Thread Nikos Chantziaras
On 05/13/2011 08:49 PM, Hugo Pereira Da Costa wrote: > [...] > So, to "fix" it to your liking, implementing the mousePressEvent for the > scrollarea, and setting event->ignore() I'm sure you meant accept(), not ignore() :-) > should work. Basically aside > from a couple of exceptions, oxygen con

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-13 Thread Nikos Chantziaras
On 05/13/2011 08:09 PM, Michael Jansen wrote: > On Friday 13 May 2011 18:41:50 Hugo Pereira Da Costa wrote: >> Hello Nikos, >> >>> I noticed that when running in KDE and using the Oxygen style, the >>> windows of my Qt application can be dragged around with the mouse by >>> clicking on any area in

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-13 Thread Nikos Chantziaras
On 05/13/2011 08:12 PM, Nathan Bradshaw wrote: > Whereas I love it and miss it when it's not there non-Qt /KDE apps > now feel like dinosaurs when I can't just 'grab' them from any unused > bit and put them where I want. Oxygen-gtk solved this for me (a real port of Oxygen to Gtk.) Now all a

Re: Disabling Oxygen's window dragging for specific QWidgets?

2011-05-13 Thread Nikos Chantziaras
On 05/13/2011 07:41 PM, Hugo Pereira Da Costa wrote: > Hello Nikos, >> I noticed that when running in KDE and using the Oxygen style, the >> windows of my Qt application can be dragged around with the mouse by >> clicking on any area in the window, not just the title bar. But it >> behaves strange

Disabling Oxygen's window dragging for specific QWidgets?

2011-05-13 Thread Nikos Chantziaras
I noticed that when running in KDE and using the Oxygen style, the windows of my Qt application can be dragged around with the mouse by clicking on any area in the window, not just the title bar. But it behaves strange in my application: window dragging only works in parts of the window that h

Re: KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Nikos Chantziaras
On 01/29/2011 04:16 PM, Albert Astals Cid wrote: > A Dissabte, 29 de gener de 2011, Nikos Chantziaras va escriure: >> When I open a file dialog with QFileDialog::getOpenFileName(), this gets >> printed on stderr: >> >> KGlobal::locale::Warning your global KLocale is

KGlobal::locale::Warning, how to suppress it?

2011-01-29 Thread Nikos Chantziaras
When I open a file dialog with QFileDialog::getOpenFileName(), this gets printed on stderr: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your

Re: Feature Plan for 4.7

2011-01-27 Thread Nikos Chantziaras
On 01/27/2011 12:18 PM, Sebastian Kügler wrote: > Hi all, > > In order to create good release notes for the next release (yes, we're early), > we need a good overview of new features and improvements. I'm just a user, but how about focusing on making what you have achieved already as rock-solid a