Re: Running KDE apps on Apple OS X

2014-03-11 Thread Daniel Kreuter
Hi Ian, > Am 11.03.2014 um 04:15 schrieb Ian Wadham : > > Hi guys, > ... > Now it works in the Macports installed version, but not in my > development environment, which has several environment > variables for $KDEHOME, etc. Is there perhaps a variable > or path that I need to set to help fin

Re: What to test for 4.13?

2014-03-10 Thread Daniel Kreuter
You can virtualize Mac OS X but it is not permitted by Apple. The same applies for installing Mac OS X on hardware other then the official one. Von meinem iPhone gesendet > Am 10.03.2014 um 07:48 schrieb Ben Cooksley : > >> On Mon, Mar 10, 2014 at 7:06 PM, Ian Wadham wrote: >> >>> On 09/03/2

Re: [BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I don't use a proxy. And for the profile images the code works but not for other images. Cheers Daniel Von meinem iPhone gesendet > Am 05.03.2014 um 22:53 schrieb Thiago Macieira : > >> Em qua 05 mar 2014, às 22:22:53, Daniel Kreuter escreveu: >> Hi, &g

[BUG299433] Problem while downloading image

2014-03-05 Thread Daniel Kreuter
Hi, I'm using Choqok's MediaManager to download images from twitter, but without success. For downloading the image the MediaManager uses the following piece of code: KIO::Job *job = KIO::storedGet( srcUrl, KIO::NoReload, KIO::HideProgressInfo); srcUrl contains the correct image url (as KUrl).

Re: Kaffeine's future

2013-12-09 Thread Daniel Kreuter
Hi Am Montag, 9. Dezember 2013 schrieb Mario Fux KDE ML : > Am Montag, 02. Dezember 2013, 18.34:15 schrieb Christoph Pfister: > > Hi guys, > > Good morning Christoph > > > I know I should have done this step earlier. After taking over this > > project from Christophe Thommeret long ago and doing

Re: kde svn GUIs

2013-07-01 Thread Daniel Kreuter
Hi, I would like to see kdesvn maintained again since I'm using it at work. I will have a deeper look at the code and see if I can find some time working on this awesome tool. Cheers On Jun 22, 2013 11:00 AM, "David Faure" wrote: > Le vendredi 21 juin 2013 20:22:39 Albert Astals Cid a écrit : >

Re: Settings store for custom icons for toolbar

2012-07-15 Thread Daniel Kreuter
On Tuesday, July 10, 2012 10:32:47 PM Albert Astals Cid wrote: > El Dimarts, 10 de juliol de 2012, a les 21:31:46, Daniel Kreuter va escriure: > > Hey guys, > > > > Using the settings menu you are able to add new actions to the toolbar, > > and > > even set i

Re: Settings store for custom icons for toolbar

2012-07-11 Thread Daniel Kreuter
On Wednesday, July 11, 2012 07:07:44 PM Albert Astals Cid wrote: > El Dimecres, 11 de juliol de 2012, a les 12:46:56, Daniel Kreuter va escriure: > > On Tue, Jul 10, 2012 at 10:32 PM, Albert Astals Cid wrote: > > > El Dimarts, 10 de juliol de 2012, a les 21:31:46, Daniel Kreute

Re: Settings store for custom icons for toolbar

2012-07-11 Thread Daniel Kreuter
On Tue, Jul 10, 2012 at 10:32 PM, Albert Astals Cid wrote: > El Dimarts, 10 de juliol de 2012, a les 21:31:46, Daniel Kreuter va escriure: >> Hey guys, >> >> Using the settings menu you are able to add new actions to the toolbar, and >> even set icons for it.

Settings store for custom icons for toolbar

2012-07-10 Thread Daniel Kreuter
Hey guys, Using the settings menu you are able to add new actions to the toolbar, and even set icons for it. Where does KDE store these information? I'm investigation https://bugs.kde.org/show_bug.cgi?id=255819. Since I'm quite new to KDE development I don't find the right place where I can sta

Re: creating custom widget in qt

2012-07-09 Thread Daniel Kreuter
Hi, at first,please ask Qt related questions on inter...@qt-project.org (see the Mailing lists on www.qt-project.org for more information). Now to your question: To create a custom widget by subclassing QWidget like class MyCustomWidget : public QWidget and there you can place any method you

Re: creating custom widget in qt

2012-07-09 Thread Daniel Kreuter
Hi, at first,please ask Qt related questions on inter...@qt-project.org (see the Mailing lists on www.qt-project.org for more information). Now to your question: To create a custom widget by subclassing QWidget like class MyCustomWidget : public QWidget and there you can place any method you