Re: Install application in a custom directory/prefix

2014-11-08 Thread Yogesh Marwaha
bs installed by the application are being detected). Also, the application is not being launched from Plasma 5.1 (via its menu) or Dolphin (via .desktop file). > > On Fri, Nov 7, 2014 at 11:46 PM, Yogesh Marwaha wrote: >> Hi, >> >> I've a simple question. I want to

Install application in a custom directory/prefix

2014-11-07 Thread Yogesh Marwaha
shell, application runs but fails to load my kio plugin. ------- Regards, Yogesh Marwaha >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Building any kde game from kdevelop

2013-04-22 Thread Yogesh Marwaha
Sorry, it should have been "KDevelop -> Project -> Fetch Project..." On 22 April 2013 16:28, Yogesh Marwaha wrote: > Hi, > > JFYI "KDevelop -> Fetch Project..." works well enough (is even > quicker), if you already use KDevelop). > > Regards, > &

Re: Building any kde game from kdevelop

2013-04-22 Thread Yogesh Marwaha
Hi, JFYI "KDevelop -> Fetch Project..." works well enough (is even quicker), if you already use KDevelop). Regards, Yogesh M On 10 April 2013 22:31, Rajat chawla wrote: > >>>/home/ Rajat/Deployments/kbounce/buid> make >>>make: *** No targets specified and no makefile found. Stop . >>>***Failed

Re: Can I call the File Copy Dialog (as shown in dolphin) when I copy files?

2013-02-21 Thread Yogesh Marwaha
On 21 February 2013 06:23, Aaron Lewis wrote: > Hi, > > I'm going to create a customized "copy-to" action for dolphin, but I > don't want to use CLI tools, do you think I can launch the file copy > dialog for that action? > > (What I observed, If plasma is running, the progress bar would be on > t

Re: How to give due credit for code I copied from KDE?

2012-12-09 Thread Yogesh Marwaha
On 10 December 2012 00:56, Kevin Krammer wrote: > On Sunday, 2012-12-09, Kevin Krammer wrote: >> On Sunday, 2012-12-09, Yogesh Marwaha wrote: >> > That's where i'm confused. Even for one function of 5-6 lines, I assume >> > I'll have to include lic

Re: How to give due credit for code I copied from KDE?

2012-12-09 Thread Yogesh Marwaha
On Dec 9, 2012 11:24 PM, "Kevin Krammer" wrote: > > On Sunday, 2012-12-09, Shantanu Tushar Jha wrote: > > Hi Yogesh, > > > > On Sun, Dec 9, 2012 at 10:51 PM, Yogesh Marwaha > wrote: > > > Hi, > > > > > > I have incorporated parts of

Re: How to give due credit for code I copied from KDE?

2012-12-09 Thread Yogesh Marwaha
Thanks for the reply. My software is licensed under gpl v3 and hosted at sourceforge, so that means I need not to mention orginal developer's or project's name? On Dec 9, 2012 11:09 PM, "Shantanu Tushar Jha" wrote: > Hi Yogesh, > > On Sun, Dec 9, 2012 at 10:51 PM,

How to give due credit for code I copied from KDE?

2012-12-09 Thread Yogesh Marwaha
Hi, I have incorporated parts of source code from KDE software in my software as per following: - i) I've copied one function (5-6 lines) which is used as it was. ii) I've copied one class from old release (KDE3) and made few changes; mostly port to Qt4. The question is, how do I give due credit

Can an application get notification when the screen goes off?

2012-11-12 Thread Yogesh Marwaha
Hi, I'm coding a media player. I want to switch off visualisations (when the player is not fullscreen) whenever screen is switched off (due to power management). Is there any way to achieve this with kde libs. Regards, Yogesh M >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub t

Re: Restore the state of hidden/shown text of buttons inside KToolBar

2012-04-29 Thread Yogesh Marwaha
Hmmm, thanks. On Apr 29, 2012 9:36 PM, "Albert Astals Cid" wrote: > El Diumenge, 29 d'abril de 2012, a les 21:20:47, Yogesh Marwaha va > escriure: > > Kxmlgui might suffice but i have a working implementation on kmainwindow, > > minus the feature i mentioned. Ba

Re: Restore the state of hidden/shown text of buttons inside KToolBar

2012-04-29 Thread Yogesh Marwaha
source - it is a fairly working media player. On Apr 29, 2012 8:44 PM, "Albert Astals Cid" wrote: > El Diumenge, 29 d'abril de 2012, a les 20:33:42, Yogesh Marwaha va > escriure: > > On 29 April 2012 19:20, Albert Astals Cid wrote: > > > El Diumenge, 29 d&#

Re: Restore the state of hidden/shown text of buttons inside KToolBar

2012-04-29 Thread Yogesh Marwaha
On 29 April 2012 19:20, Albert Astals Cid wrote: > El Diumenge, 29 d'abril de 2012, a les 19:07:57, Yogesh Marwaha va escriure: >> Hi, >> >> I'm using KToolBar inside KMainWindow. Text of KToolBar's buttons can >> be changed individually. I have man

Restore the state of hidden/shown text of buttons inside KToolBar

2012-04-29 Thread Yogesh Marwaha
Hi, I'm using KToolBar inside KMainWindow. Text of KToolBar's buttons can be changed individually. I have managed to restore toolbar's state accross executions, but i'm finding no way to restore the state of hidden/shown text of buttons. Do anyone has an idea about how can it be done? Regards, Y

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Yogesh Marwaha
On 5 February 2012 12:38, Rahul Sharma wrote: > Hi, > I was going through the source code of Kmplot .  And at a place I got stuck > with it when i found that in a class inherited from KDialog, a function > setButtons( Close ) was used. > I understand that it creates a close button in the window bu

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

2011-10-18 Thread Yogesh Marwaha
Hi, I'm still waiting for more suggestions :-) Regards, On 15 October 2011 21:38, 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

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

2011-10-16 Thread Yogesh Marwaha
But the main widget knows nothing about the "cut" action (My scenario was just a generalisation). On 16 October 2011 03:16, Parker Coates wrote: > On Sat, Oct 15, 2011 at 12:08, Yogesh Marwaha wrote: >> Hi, >> >> Scenario: I have three text editors separated by

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

2011-10-15 Thread Yogesh Marwaha
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 when its shortcut is changed, it'll be reflected in only one text e

Re: How KDE attaches icons to application?

2011-10-04 Thread Yogesh Marwaha
On 4 October 2011 21:19, dmitry chernov wrote: > Yes I use KApplication and KAboutData. But in KAboutData there two > parameters setting application name. One which sets the displayed name, and > one which is internal. Should icon name match any of them? > Icon name should match application name,

Re: How KDE attaches icons to application?

2011-10-03 Thread Yogesh Marwaha
On 3 October 2011 12:04, dmitry chernov wrote: > I've added 4 icons 16x16, 32x32, 48x28, 64x64. Than added > kde4_install_icons( ${ICON_INSTALL_DIR}   ) to my CMakeLists.txt. Icons are > succesesfully moved to /usr/local/share/icons/highcolor/.. But when I run my > application I don't see this ico

Re: Beginner problem with KIO::ForwardingSlaveBase

2011-08-29 Thread Yogesh Marwaha
While looking at the source of desktop slave for a possible solution, I found the following two golden lines in kdemain function (A big thanks to the author for commenting the code, otherwise I'd not have noticed it): - // necessary to use other kio slaves QCoreApplication app(argc,

Re: Beginner problem with KIO::ForwardingSlaveBase

2011-08-28 Thread Yogesh Marwaha
On 28 August 2011 20:10, Thiago Macieira wrote: > On Sunday, 28 de August de 2011 19:26:40 Yogesh Marwaha wrote: >> kioclient(14232)/kio (KRun): KRun(0x719680) ERROR 143 "The process for >> the theone protocol died unexpectedly." > > Your slave crashed. Fix it. >

Re: Beginner problem with KIO::ForwardingSlaveBase

2011-08-28 Thread Yogesh Marwaha
)/kio (KRun) KRun::slotTimeout: KRun(0x719680) slotTimeout called kioclient(14232)/kdeui (KNotification) KNotificationManager::close: 320 Please help me on this; I've no idea what to look for even if I try to debug the code. Regards, Yogesh Marwaha On 26 August 2011 22:04, Yogesh Ma

Re: Beginner problem with KIO::ForwardingSlaveBase

2011-08-26 Thread Yogesh Marwaha
Hi, I'm still struck on this. I've prepared a minimal demo for you to try; attaching herewith. Please help. On 25 August 2011 22:07, Yogesh Marwaha wrote: > Hi, > > This time I am in trouble experimenting with KIO::ForwardingSlaveBase > > Here is the code: > &g

Beginner problem with KIO::ForwardingSlaveBase

2011-08-25 Thread Yogesh Marwaha
ROR 143 "The process for the sparkle protocol died unexpectedly." Monitoring with debug messages (above code is striped of them) show that rewriteUrl() is being called and it is ok till return. Please shed some light on this. I'm getting crazy ;-) Regards, Yogesh Marwaha >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Fwd: Need help in writing a simple kio slave

2011-08-24 Thread Yogesh Marwaha
Hi, Solved it by adding the following line to protocol file: - listing=Name,Type,Size,Date,Access,Owner,Group,Link Regards, -- Forwarded message -- From: Yogesh Marwaha Date: 24 August 2011 12:30 Subject: Need help in writing a simple kio slave To: kde-devel@kde.org Hi, I

Need help in writing a simple kio slave

2011-08-24 Thread Yogesh Marwaha
ase folder (Sparkle) is shown. What could be the problem here? What happens after I signal error in the get() function? Please help. Regards, Yogesh Marwaha >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<