Forum Discussion Page for 'mouse shortcuts'

2011-12-25 Thread Rick Stockton
Thomas, Todd, and Albert: this is pointed at you guys for suggestions. Thiago, it's mostly FYI at this point. Final design and subsequent coding in Qt, starting in about a week. I have created a Qt Devnet forum Thread for work on Mouse Shortcuts. It's at http://developer.qt.nokia.com/forums/vi

Re: More devices into the Shortcut system...

2011-12-25 Thread Albert Astals Cid
El Divendres, 23 de desembre de 2011, a les 14:06:27, todd rme va escriure: > On Fri, Dec 23, 2011 at 12:57 AM, Albert Astals Cid wrote: > > El Dimarts, 20 de desembre de 2011, a les 21:48:30, Rick Stockton va escriure: > >> It is time for us to "Fish, or Cut Byte" on two alternative ways to > >>

Re: KDE Telepathy on its way to Extragear

2011-12-25 Thread Ben Cooksley
On Mon, Dec 26, 2011 at 10:26 AM, Martin Klapetek wrote: > Hello, Hi Martin, > > the KDE Telepathy project is pleased to announce that it has matured enough > to stand up and walk away from Playground. Today we moved several of our > repositories (and renamed them in the process) into kdereview

KDE Telepathy on its way to Extragear

2011-12-25 Thread Martin Klapetek
Hello, the KDE Telepathy project is pleased to announce that it has matured enough to stand up and walk away from Playground. Today we moved several of our repositories (and renamed them in the process) into kdereview for inclusion in KDE Extragear. Namely: - ktp-accounts-kcm - ktp-approver -

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-25 Thread Dawit Alemayehu
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > > > > > The code later on uses "new KRun" for the case of a user-defined > > browser, given that KRun can handle th

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-25 Thread Askar Safin
> On Dec. 24, 2011, 8:28 a.m., David Faure wrote: > > This seems like a dangerous change to me. > > > > With it, you could run multiple instance of "kmail --nofork", and they > > would step on each other's toes. The whole point of kuniqueapplication (in > > normal apps, not in konsole), is to

Re: [Help] Is this wrong usage or a bug of global shortcut?

2011-12-25 Thread Thomas Lübking
Am Sun, 25 Dec 2011 10:15:01 +0800 schrieb Jekyll Wu : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I am trying to fix bug 259539. The real problem is some global > shortcuts of klipper keep resetting to 'None' after it restarts. Here > is one problematic line: > > acti

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-25 Thread David Faure
> On Dec. 24, 2011, 8:28 a.m., David Faure wrote: > > This seems like a dangerous change to me. > > > > With it, you could run multiple instance of "kmail --nofork", and they > > would step on each other's toes. The whole point of kuniqueapplication (in > > normal apps, not in konsole), is to

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-25 Thread Askar Safin
> On Dec. 24, 2011, 8:28 a.m., David Faure wrote: > > This seems like a dangerous change to me. > > > > With it, you could run multiple instance of "kmail --nofork", and they > > would step on each other's toes. The whole point of kuniqueapplication (in > > normal apps, not in konsole), is to

Re: Review Request: "konsole --nofork" crashes when started not from terminal

2011-12-25 Thread Askar Safin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/10/ --- (Updated Dec. 25, 2011, 9:01 a.m.) Review request for kdelibs and Konsole.

[Help] Is this wrong usage or a bug of global shortcut?

2011-12-25 Thread Jekyll Wu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am trying to fix bug 259539. The real problem is some global shortcuts of klipper keep resetting to 'None' after it restarts. Here is one problematic line: action->setGlobalShortcut(KShortcut(.), KAction::DefaultShortcut); The inte

Re: Review Request: Make kfmclient honor the user configured browser settings for local resources

2011-12-25 Thread David Faure
> On Dec. 24, 2011, 8:38 a.m., David Faure wrote: > > konqueror/client/kfmclient.cpp, line 386 > > > > > > The code later on uses "new KRun" for the case of a user-defined > > browser, given that KRun can handle th