Re: Any comments on this bug? (The same letter is not considered as the same letter)

2013-05-22 Thread Parker Coates
On Wed, May 22, 2013 at 5:08 PM, Thiago Macieira wrote: > On quarta-feira, 22 de maio de 2013 13.39.20, Aaron J. Seigo wrote: >> On Wednesday, May 22, 2013 13:05:04 Volkan Gezer wrote: >> > https://bugs.kde.org/show_bug.cgi?id=316077 >> >> this would best be handled in Qt's string comparison code s

Re: GSoC Idea : S.M.A.R.T. HDD health info and monitoring

2012-03-14 Thread Parker Coates
On Wed, Mar 14, 2012 at 06:36, Anant Kamath wrote: > Hi, > I'm planning to apply to participate in GSoC this year. > > I would like to implement a graphical KDE application and/or a KPart plugin > (or seperate dialog) for  S.M.A.R.T hard disk diagnostics and monitoring > using udisks, smartmontools

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Parker Coates
On Fri, Oct 21, 2011 at 09:01, Reindl Harald wrote: > Am 21.10.2011 13:46, schrieb Søren holm: >> Why is it bad to have files not changed from within the editor reload when >> they >> change? > > because if i work half an hour in a css-file and another one makes a simple > change and press "save"

Re: KAction (and its shortcut configuration) on multiple widgets of same kind. Need help...

2011-10-15 Thread Parker Coates
On Sat, Oct 15, 2011 at 12:08, Yogesh Marwaha wrote: > Hi, > > Scenario: I have three text editors separated by splitter in a single > window. Each text editor has an action called "cut". Now I want to set > a shortcut for "cut" action and allow user to change it through > KShortcutsDialog. But whe

Re: Finding Out Current User

2011-07-20 Thread Parker Coates
On Wed, Jul 20, 2011 at 19:14, Steven Sroka wrote: > Hey everyone, > > How would a program know what user is currently logged in? I would > like a program of mine to run and execute a task when a specific user > is logged in, but not right a log in. #include KUser user; if ( user.loginName() ==

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: Clearing a QLineEdit

2011-06-19 Thread Parker Coates
On Mon, Jun 20, 2011 at 00:14, Steven Sroka wrote: > Hi everyone, > > Does anyone know how to clear the contents of a QLineEdit when a user > sets focus to it (ie. clicks it, presses the tab key repeatedly, > etc.)? Subclass KLineEdit (which you`re using instead of QLineWidget, right?) and reimple

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

2011-05-13 Thread Parker Coates
On Fri, May 13, 2011 at 12:41, 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

Re: Proposal of user input style global setting

2011-04-26 Thread Parker Coates
On Tue, Apr 26, 2011 at 03:09, Jeffery MacEachern wrote: > On Sun, Apr 24, 2011 at 13:35, 4ernov wrote: >> 1. The feature that was introduced in Qt 4.7 - you can drag the window >> clicking on unused area. Quite cool on touch devices. But the sense > > I thought this was an Oxygen feature, not a ge

Re: Feature Plan for 4.7

2011-01-27 Thread Parker Coates
On Thu, Jan 27, 2011 at 05:18, Sebastian Kügler wrote: > We do need some help here from everybody -- kde-promo people are awesome, but > not omnisavant (is that a word, even?). Just for future reference, there is a word for that, but it's "omniscient". :) Parker >> Visit http://mail.kde.org/mai

Re: kdesrc-build && polkit-agent-1

2011-01-21 Thread Parker Coates
On Fri, Jan 21, 2011 at 11:52, Steven Sroka wrote: > If Michale Pyne is around, or if anyone has noticed this, the new > version of kdesrc-build tries to compile polkit-qt-1, but polkit-qt-1 > needs polkit-agent-1. Where can I get polkit-agent-1 so I can put the > repo address into my kdesrc-buildr

Re: KRichTextWidget

2011-01-15 Thread Parker Coates
On Sat, Jan 15, 2011 at 23:20, Steven Sroka wrote: > Is there some way to know if a user has clicked a KRichTextWidget > widget? I would like to create a KRichTextWidget that is small in size > at first because it is optional if the user wants to type some data > into it. If indeed the user does w

Re: Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Parker Coates
On Thu, Nov 18, 2010 at 14:09, Steven Sroka wrote: > Can anyone tell me how to disable the statusbar in a KXmlGuiWindow -based > program? I already answered your question when it was asked on kde-core-devel yesterday. Parker >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsub