>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
>>
>>>>>>>>>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>>>>>>>>>> unsubscribe <<
>>>>>>>>
>>>>>>>
>>>>>>>>> Visit http://mail.kde.org/m
>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
>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
>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/
&
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
>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
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
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
>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
>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
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
>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
What is the difference between KDialog and KMessageBox?
Steve
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
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
>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
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 <<
>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
>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
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
>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
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 <<
>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,
>>
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 <<
>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-
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 <<
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
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 <<
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 <<
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
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()
>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
>
>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
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
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
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
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
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
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
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
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 <<
>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()’:
>> -->
>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
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
#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
> 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
.
>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
> 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
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 <<
49 matches
Mail list logo