Re: KAuth and dbus service files

2011-11-25 Thread Steven Sroka
>On 24 November 2011 14:06, Dario Freddi wrote: > 2011/11/24 Steven Sroka : >> >> >>> >>> Also, you might want to check >>> http://community.kde.org/KAuth_Troubleshooting , even though you are >>> not getting to that stage of errors (I suppo

Re: KAuth and dbus service files

2011-11-24 Thread Steven Sroka
>> >>>>>>>>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to >>>>>>>>>> unsubscribe << >>>>>>>> >>>>>>> >>>>>>>>> Visit http://mail.kde.org/m

Re: KAuth and dbus service files

2011-11-23 Thread Steven Sroka
>On 23 November 2011 11:50, Dario Freddi wrote: > 2011/11/23 Steven Sroka : >> I installed the files yesterday and ran my program today again, so >> DBus still hasn't picked up the new configuration? I guess it is >> possible... > > Small advice: next time

Re: KAuth and dbus service files

2011-11-23 Thread Steven Sroka
>On 22 November 2011 23:10, Dario Freddi wrote: > 2011/11/23 Steven Sroka : >>>On 22 November 2011 13:26, Dario Freddi wrote: >>> 2011/11/22 Steven Sroka : >>>> Where does KAuth place dbus service file? >>>> >>>> The DBus developers h

Re: KAuth and dbus service files

2011-11-22 Thread Steven Sroka
>On 22 November 2011 13:26, Dario Freddi wrote: > 2011/11/22 Steven Sroka : >> Where does KAuth place dbus service file? >> >> The DBus developers have said they should go into >> /usr/share/dbus-1/services/ >> and >> /usr/share/dbus-1/system-services/ &

KAuth and dbus service files

2011-11-21 Thread Steven Sroka
Where does KAuth place dbus service file? The DBus developers have said they should go into /usr/share/dbus-1/services/ and /usr/share/dbus-1/system-services/ But I can't find the files I expected for a program that I am creating. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to

Re: KAuth

2011-11-14 Thread Steven Sroka
>On 12 November 2011 14:48, Steven Sroka wrote: > I'm trying to implement KAuth into my program. When I initiate and run > my helper, I get an error message back stating "Cannot launch daemon, > file not found or permissions invalid". This is apparently a DBus > erro

KAuth

2011-11-12 Thread Steven Sroka
I'm trying to implement KAuth into my program. When I initiate and run my helper, I get an error message back stating "Cannot launch daemon, file not found or permissions invalid". This is apparently a DBus error. Does anyone know what could be wrong? Steve >> Visit http://mail.kde.org/mailman/li

KAuth

2011-10-24 Thread Steven Sroka
Can there be a constructor in a KAuth helper? In the techbase examples, the helper is access like this: KAuth::ActionReply reply = readAction.execute(); Would the readAction constructor be called internally then the execute() function would be run, or does this bypass the constructor and immediat

Re: Bug triage process needs help

2011-10-07 Thread Steven Sroka
>On 28 September 2011 13:46, Bart Kelsey wrote: > Hi folks, > > I'd like to draw attention to the fact that KDE's bug triage process is > lacking. In case anyone is interested and as a FYI, Ubuntu is looking at an option to help bug triaging: https://wiki.ubuntu.com/ErrorTracker You may notic

Re: Bug triage process needs help

2011-09-30 Thread Steven Sroka
>On 30 September 2011 14:44, Dr.-Ing. Edgar Alwers wrote: > On Fri, 30 Sep 2011 15:59:45 +0200 > Myriam Schweingruber wrote: > >> I am answering here as an active bug triager. > > Sorry for the noise, bu you seem to be a "german language" native. What > exactly is "triage" ? I could not find it

Re: Getting started with KDE development

2011-09-25 Thread Steven Sroka
On 25 September 2011 14:21, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is there any thing else that

Re: KDialog vs KMessageBox

2011-09-16 Thread Steven Sroka
>On 16 September 2011 20:24, Giorgos Tsiapaliwkas wrote: > On 17 September 2011 02:05, Steven Sroka wrote: >> >> What is the difference between KDialog and KMessageBox? > > KDialog is just a QDialog(are you familiar with QDialog?) and KMessageBox is > a dialog with

KDialog vs KMessageBox

2011-09-16 Thread Steven Sroka
What is the difference between KDialog and KMessageBox? Steve >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Press announcement: Simply simple computers

2011-08-11 Thread Steven Sroka
On 11 August 2011 12:19, Steven Sroka wrote: >>On 11 August 2011 06:44, Mario Fux wrote: >> Morning guys >> >> Although I'm part of KDE since years I do not really know where to send this >> email. So I just chose this mailing list. Please redirect me wh

Re: Press announcement: Simply simple computers

2011-08-11 Thread Steven Sroka
>On 11 August 2011 06:44, Mario Fux wrote: > Morning guys > > Although I'm part of KDE since years I do not really know where to send this > email. So I just chose this mailing list. Please redirect me when necessary. > > griits > Mario Very nice. Why not ask Debian and KDE if they can post this

Finding Out Current User

2011-07-20 Thread Steven Sroka
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. Steve >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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: Storing data

2011-06-23 Thread Steven Sroka
>On 23 June 2011 21:28, Michael Pyne wrote: > On Thursday, June 23, 2011 23:51:35 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 u

Storing data

2011-06-23 Thread 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 lines of KConfig or KConfig XT but for raw data not configuartion data for programs. Any good KDE techniques? >> Visi

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 pl

Widget Focus

2011-06-21 Thread 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. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Clearing a QLineEdit

2011-06-20 Thread Steven Sroka
>On 20 June 2011 01:41, Parker Coates wrote: > 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, >>

Clearing a QLineEdit

2011-06-19 Thread Steven Sroka
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.)? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KDE Standard Directories

2011-06-01 Thread Steven Sroka
>On 1 June 2011 19:56, Andreas Pakulat wrote: > On 01.06.11 19:37:34, Steven Sroka wrote: >> Hello, >> >> Can anyone remember the command to list the KDE Standard >> Directories.I'm looking for my data directory. > > kde4-config --types and then kde4-

KDE Standard Directories

2011-06-01 Thread Steven Sroka
Hello, Can anyone remember the command to list the KDE Standard Directories.I'm looking for my data directory. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KTimeWidget?

2011-05-05 Thread Steven Sroka
On 5 May 2011 01:08, Thomas Baumgart wrote: > Hi, > > on Thursday 05 May 2011 05:31:16 Steven Sroka wrote: > >> This is a widget called KDateTimeWidget, >> http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKDateTimeWidget. >> html. Is there a widget whic

KTimeWidget?

2011-05-04 Thread Steven Sroka
This is a widget called KDateTimeWidget, http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKDateTimeWidget.html. Is there a widget which only allows a user to pick a time and not the date too? Steven Sroka >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Calendar Widget

2011-02-01 Thread Steven Sroka
Is there a calendar widget that I can place onto a window? I know Qt has QCalendarWidget, but it doesn't really blend into the rest of KDE. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KRichTextWidget

2011-01-29 Thread Steven Sroka
On 29 January 2011 18:49, Thomas Lübking wrote: > Am 30.01.2011, 00:37 Uhr, schrieb Steven Sroka : > >>> ... did you meanwhile try to invalidate the layout before adjusting the >>> size? > >> Yes, in my eventFilter() I put: >> >>             d->v

Re: KRichTextWidget

2011-01-29 Thread Steven Sroka
On 29 January 2011 17:54, Thomas Lübking wrote: > Am 23.01.2011, 00:52 Uhr, schrieb Steven Sroka : > >> The relevant line of code is within in the borders below. > > ... did you meanwhile try to invalidate the layout before adjusting the > size? Yes, in my eventFilter()

Re: KRichTextWidget

2011-01-22 Thread Steven Sroka
>On 22 January 2011 12:35, Thomas Lübking wrote: > Am Fri, 21 Jan 2011 13:01:43 -0500 >> Exactly what I was trying: >> >> //Shrink widget >> d->descriptionWidget->setFixedSize(d->descriptionWidget->sizeHint().width(), >> 28); > you should only fix the height, not the width. (since the user shall >

Re: KRichTextWidget

2011-01-21 Thread Steven Sroka
>On 17 January 2011 16:14, Thomas Lübking wrote: > Am Monday 17 January 2011 schrieb Steven Sroka: >> I wanted to ask, what is the best way to resize a window when its' >> contents shrink. When I enlarge my KRichTextWidget the window grows >> larger to fit everyt

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

2011-01-21 Thread Steven Sroka
On 21 January 2011 12:20, Parker Coates wrote: > 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

kdesrc-build && polkit-agent-1

2011-01-21 Thread Steven Sroka
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-buildrc file? >> Visit http://mail.kde.org/mailman/listinfo/kde

Re: KRichTextWidget

2011-01-17 Thread Steven Sroka
On 16 January 2011 13:40, John Tapsell wrote: > Maybe it should resize only if type something into the text widget, > rather than just on focus? > This was what I was going to do at first, but I didn't want the user to have to deal with the widget moving around when they started typing. Its like

Re: KRichTextWidget

2011-01-15 Thread Steven Sroka
On 15 January 2011 23:44, Parker Coates wrote: > 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 optio

KRichTextWidget

2011-01-15 Thread Steven Sroka
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 want to type into it, I would like the KRichTextWidget to exp

Re: Re : Happy New Year , yeah

2010-12-31 Thread Steven Sroka
Wesołych świąt i szczęśliwego nowego roku! Merry Christmas and Happy New Year! Steve On 31 December 2010 20:35, kusag...@gmail.com wrote: > Happy new year > > Envoyé depuis mon HTC > > - Reply message - > De : "Aaron Lewis" > Pour : > Objet : Happy New Year , yeah > Date : sam., janv

Re: KDialogButtonBox

2010-12-27 Thread Steven Sroka
On 27 December 2010 19:29, Giovanni Venturi wrote: > On Tuesday, December 28, 2010 01:01:26 am Steven Sroka wrote: >> I've got a problem with a program of mine because it always looks for >> slots in the superclass (KDialogButtonBox) only and not also in the >> derived c

KDialogButtonBox

2010-12-27 Thread Steven Sroka
ht I could connect a button manually with connect() instead, but that doesn't work, so that's why I'm stuck. Any ideas? -- Steven Sroka >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 24 December 2010 15:53, Michael Pyne wrote: > On Friday, December 24, 2010 13:10:54 Steven Sroka wrote: >> > Having the exact error message would probably be useful as well. >> >> -->In member function ‘void KReminder::setupObjects()’: >> -->

Re: Help with KDialogButtonBox

2010-12-24 Thread Steven Sroka
>On 23 December 2010 22:13, Michael Pyne wrote: > On Thursday, December 23, 2010 18:55:35 Steven Sroka wrote: >> On 23 December 2010 18:10, Michael Pyne wrote: >> > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: >> >> 'this' refers to KR

Re: Help with KDialogButtonBox

2010-12-23 Thread Steven Sroka
On 23 December 2010 18:10, Michael Pyne wrote: > On Thursday, December 23, 2010 18:02:36 Steven Sroka wrote: >> I need some help with a KDE program I'm trying to write. >> I have my main function calling a custom class, KReminder(), which is >> sub-classed from KD

Help with KDialogButtonBox

2010-12-23 Thread Steven Sroka
#x27; refers to KReminder(). The 'addButton' function expects the third argument to be a QObject* and not a KReminder* const, so I'm getting an error. I've tried the KDE forums, but I haven't found a fix for this. Any ideas? -- Steven Sroka >> Visit http://ma

RE: Where to start?

2010-12-11 Thread Steven Sroka
> Would it not be great to stop working on "features" and focus> on > "functionality" and "stability" for ALL the applications in the suite? There needs to be a big push right for bug fixing and stability, and not features. Features are always being added... as well as bug fixes, but once in a

RE: Help needed to start a Nepomuk project

2010-11-29 Thread Steven Sroka
. >CMake Warning (dev) in CMakeLists.txt: >? No cmake_minimum_required command is present. A line of code such as > > cmake_minimum_required(VERSION 2.8) > > should be added at the top of the file. The version specified may be lower > if you wish to support older CMake versions for this pr

RE: Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Steven Sroka
> 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 Ya I just re

Disable statusbar in KXmlGuiWindow

2010-11-18 Thread Steven Sroka
Can anyone tell me how to disable the statusbar in a KXmlGuiWindow -based program? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<