KDE Bugzilla downtime notification

2011-06-22 Thread Ben Cooksley
Hi everyone, (Apologies for cross posting) As part of improvements to our infrastructure, KDE Sysadmin will be moving Bugzilla from it's current server to a new one. This newer server should enhance the performance of Bugzilla among other things, and allow us to move forward in the long term with

Re: Qt-only Oxygen style

2011-06-22 Thread Albert Astals Cid
A Wednesday, June 22, 2011, Luis Gustavo Spern Barreto va escriure: > +55 LALALAL Are you sure it is a good idea to put your phone in the internet so everyone can give you a call? Albert >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Build KMail only?

2011-06-22 Thread Albert Astals Cid
A Wednesday, June 22, 2011, Ian Wadham va escriure: > Can I build KMail without Akonadi, etc? No (or maybe you could but it would be mostly useless :D) Albert >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Widget Focus

2011-06-22 Thread Steven Sroka
>On 22 June 2011 03:29, Kevin Funk wrote: > Wednesday 22 June 2011, Steven Sroka : >> Is there any way to set focus to manually a widget when a window opens? I >> used QRadioButton::setFocus(Qt::ActiveWindowFocusReason), but it doesn't >> help, the first widget placed on the window always has focu

Build KMail only?

2011-06-22 Thread Ian Wadham
I have recently acquired a Macbook Pro and a group called Macports makes available a whole range of KDE modules and apps, most of which can run natively on the Mac OS X desktop, thanks to Qt-mac. It is even possible to do KDE app development on the Mac desktop and that seems attractive to me. I am

Re: Widget Focus

2011-06-22 Thread Friedrich W. H. Kossebau
Mercredi, le 22 juin 2011, à 16:16, Milian Wolff a écrit: > Note: Afair QMetaObject::invokeMethod is the preferred best-practice method > to do this, as it does not require timer. Though the implementation of QTimer::singleShot(...) these days forwards to exactly that, so no longer such big deal

Qt-only Oxygen style

2011-06-22 Thread Luis Gustavo Spern Barreto
Hi. I have seen a GTK port of Oxygen style on the KDE projects. My question is: Is there any plan to port Oxygen style to Qt-only style plugin? Luis Gustavo Spern Barreto, http://www.gustavobarreto.net +55 53 9144.4318 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: Widget Focus

2011-06-22 Thread Milian Wolff
On Wednesday 22 June 2011 09:29:59 Kevin Funk wrote: > Wednesday 22 June 2011, Steven Sroka : > > Is there any way to set focus to manually a widget when a window opens? I > > used QRadioButton::setFocus(Qt::ActiveWindowFocusReason), but it doesn't > > help, the first widget placed on the window al

Re: Widget Focus

2011-06-22 Thread Kevin Funk
Wednesday 22 June 2011, Steven Sroka : > Is there any way to set focus to manually a widget when a window opens? I > used QRadioButton::setFocus(Qt::ActiveWindowFocusReason), but it doesn't > help, the first widget placed on the window always has focus. Hey, Do you call setFocus *after* creating/