Re: Register new user dialog in KDE.

2012-07-19 Thread Dmitry Chernov
Yes, you are right. I consider creating dialog myself. Regards, Dmitry. On Thu, Jul 19, 2012 at 4:17 PM, David Faure wrote: > On Thursday 19 July 2012 13:33:20 Thomas Lübking wrote: >> Am 19.07.2012, 13:27 Uhr, schrieb David Faure : >> > On Thursday 19 July 2012 14:43:49 Dm

Re: Register new user dialog in KDE.

2012-07-19 Thread Dmitry Chernov
to the server likely > (hopefully) QSslSocket > > 2012/7/19, Dmitry Chernov : >> I want user to enter login, password than send it to the remote server >> for registration, and after registration complete, maybe store it >> somewhere on user computer. >> >> Regards, D

Re: Register new user dialog in KDE.

2012-07-18 Thread Dmitry Chernov
I want user to enter login, password than send it to the remote server for registration, and after registration complete, maybe store it somewhere on user computer. Regards, Dmitry. On Wed, Jul 18, 2012 at 9:07 PM, Thomas Lübking wrote: > Am 18.07.2012, 19:01 Uhr, schrieb Dmitry Cher

Register new user dialog in KDE.

2012-07-18 Thread Dmitry Chernov
I haven't found anything suitable ( tried KPasswordDialog, KNewPasswordDialog ). Is there any utility in kde libs? By the way what's the best way to implement new user registration in kde application? Regards, Dmitry. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <

Logging in unit-tests.

2012-06-30 Thread Dmitry Chernov
I am adding unit-tests in my kde application. When I run unit tests kDebug() sends no output not to terminal, not to test log. Only QWARN() mesages appear in test log. Is there any way to watch kDebug() output during unit-testing? I am using qtest, cmake. Thanks, Dmitry. >> Visit http://mail.kde.

GSoC idea.

2012-02-15 Thread Dmitry Chernov
Probably this isn't enough for GSoC, but here is the idea. What about bookmarks in kate? Now you can't change bookmark name, associate any comments with bookmark, group bookmarks. Bookmarks should be associated with session of course. This stuff would be good in Okular too. By the way is there gene

Re: Custom toolbar icons.

2011-10-22 Thread dmitry chernov
I cleaned up the build and now it goes. )) It's fine now. On Sat, Oct 22, 2011 at 5:13 PM, dmitry chernov wrote: > For my application icons I name them like this : hi32-app-backgammon.png. > What is the shema for actions? I named my icon hi48-action-flag-white.png > but cmake d

Re: Custom toolbar icons.

2011-10-22 Thread dmitry chernov
For my application icons I name them like this : hi32-app-backgammon.png. What is the shema for actions? I named my icon hi48-action-flag-white.png but cmake doesn't move it anywhere. On Sat, Oct 22, 2011 at 3:01 PM, dmitry chernov wrote: > I mean will kde4_install_icons work for toolb

Re: Custom toolbar icons.

2011-10-22 Thread dmitry chernov
I mean will kde4_install_icons work for toolbar icons too? On Fri, Oct 21, 2011 at 6:45 PM, Stefan Majewsky < stefan.majew...@googlemail.com> wrote: > On Thu, Oct 20, 2011 at 4:39 PM, dmitry chernov > wrote: > > How to add your own icons (not system) to toolbar actions? &

Re: How KDE attaches icons to application?

2011-10-05 Thread dmitry chernov
11 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

Re: How KDE attaches icons to application?

2011-10-04 Thread dmitry chernov
I copied icons to /usr/share/icons/highcolor, but it doesn't help. I think this is not the case. On Mon, Oct 3, 2011 at 12:11 PM, Thomas Baumgart wrote: > ** > > Hi, > > > on Monday 03 October 2011 09:53:22 Nikos Chantziaras wrote: > > > > On 10/03/

Re: How KDE attaches icons to application?

2011-10-04 Thread dmitry chernov
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? On Mon, Oct 3, 2011 at 11:57 AM, Yogesh Marwaha wrote: > On 3 October 2011 12:04, dmi

How KDE attaches icons to application?

2011-10-03 Thread dmitry chernov
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 icons in the titlebar, taskbar, about dialog. Icon file nam

Re: Problems with checking out the code.

2011-08-16 Thread dmitry chernov
Still it doesn't work. Maybe you can give me some hint how to debug the problem? On Tue, Aug 16, 2011 at 1:04 PM, Ben Cooksley wrote: > On Tue, Aug 16, 2011 at 8:04 PM, dmitry chernov > wrote: > > I generated key with > > > > ssh-keygen -t dsa > > > > a

Re: Problems with checking out the code.

2011-08-16 Thread dmitry chernov
15, 2011 at 11:22 PM, Ludovic Grossard wrote: > Le lundi 15 août 2011 20:57:21, dmitry chernov a écrit : > > If I generate a new key and submit it to https://identity.kde.org will > it > > work? > > yes, it should > > > Or I need kde sysadmin? > > no >

Re: Problems with checking out the code.

2011-08-15 Thread dmitry chernov
If I generate a new key and submit it to https://identity.kde.org will it work? Or I need kde sysadmin? Maybe I can copy old key and store it in ~/.ssh? Will this work? On Mon, Aug 15, 2011 at 10:11 PM, dmitry chernov wrote: > Unfortunately I forgot to do it. And now I don't have my ol

Re: Problems with checking out the code.

2011-08-15 Thread dmitry chernov
Unfortunately I forgot to do it. And now I don't have my old system. What am I to do? On Mon, Aug 15, 2011 at 9:56 PM, Thomas Baumgart wrote: > Hi, > > on Monday 15 August 2011 18:42:58 dmitry chernov wrote: > > > Hi all! I work at the project KBackgammon. Recentl

Re: Problems with checking out the code.

2011-08-15 Thread dmitry chernov
Unfortunately I forgot to do it. And now I don't have my old system. What am I to do? On Mon, Aug 15, 2011 at 9:56 PM, Ludovic Grossard wrote: > Le lundi 15 août 2011 18:42:58, dmitry chernov a écrit : > > Hi all! I work at the project KBackgammon. Recently I switched to another &

Problems with checking out the code.

2011-08-15 Thread dmitry chernov
Hi all! I work at the project KBackgammon. Recently I switched to another laptop, and tried to check out the code of KBackgammon, but I can't. I get errors: svn checkout svn+ssh:// dmitryvcher...@svn.kde.org/home/kde/trunk/playground/games/backgammon svn: To better debug SSH connection problems, re

Re: How to add qt script tools support in cmake?

2011-06-24 Thread dmitry chernov
_QTSCRIPTTOOLS_INCLUDE_DIR}) > target_link_libraries(${QT_} ${QT_QTSCRIPTTOOLS_LIBRARY}) > > If you need Qt script: > ${QT_QTSCRIPT_INCLUDE_DIR} > ${QT_QTSCRIPT_LIBRARY} > > Luis Gustavo Spern Barreto, > http://www.gustavobarreto.net > +55 53 9144.4318 > > >

Re: How to add qt script tools support in cmake?

2011-06-24 Thread dmitry chernov
58 AM, dmitry chernov wrote: > Thank you, Filip. > But it still says that : error: QScriptEngineDebugger: No such file or > directory. > > On Tue, Jun 21, 2011 at 2:49 PM, Filip Brcic wrote: > >> On уторак, 21. јун 2011. 8.35.41 dmitry chernov wrote: >> > Do anybo

Re: How to add qt script tools support in cmake?

2011-06-23 Thread dmitry chernov
Thank you, Filip. But it still says that : error: QScriptEngineDebugger: No such file or directory. On Tue, Jun 21, 2011 at 2:49 PM, Filip Brcic wrote: > On уторак, 21. јун 2011. 8.35.41 dmitry chernov wrote: > > Do anybody have proper CMakeLists.txt to build qt's example Contex

How to add qt script tools support in cmake?

2011-06-20 Thread dmitry chernov
Do anybody have proper CMakeLists.txt to build qt's example Context2D? I had to add -DQT_NO_SCRIPTTOOLS. When I build this example with .pro file it builds ok. So I want to know how to add qt script tools support in cmake. Now I use following CMakeLists.txt : project(context2d) FIND_PACKAGE(Qt4 R

how to know my password to kde svn?

2011-03-11 Thread dmitry chernov
I "ve made some changes to http://websvn.kde.org/trunk/playground/games/backgammon/ and now want to commit them. but cant go through authentication. Perhaps my password has changed or smth? How can I retrieve my password? Thanks in advance, Dmitry. >> Visit http://mail.kde.org/mailman/listinfo/k

Re: File move dialog

2011-02-09 Thread dmitry chernov
I actually found it myself, thank you anyway. On Tue, Feb 8, 2011 at 10:50 PM, David Faure wrote: > On Wednesday 02 February 2011, Kevin Krammer wrote: > > On Wednesday, 2011-02-02, dmitry chernov wrote: > > > On Wed, Feb 2, 2011 at 5:33 PM, Kevin Krammer > wrote: > >

Re: File move dialog

2011-02-02 Thread dmitry chernov
On Wed, Feb 2, 2011 at 5:33 PM, Kevin Krammer wrote: > On Wednesday, 2011-02-02, dmitry chernov wrote: > > In dolphin, when you move file to directory where a file with such name > > already exists, there appears a dialog titled FileAlready Exists, wuth > > choces : Rena

File move dialog

2011-02-02 Thread dmitry chernov
In dolphin, when you move file to directory where a file with such name already exists, there appears a dialog titled FileAlready Exists, wuth choces : Rename, Overwrite, Cancel. How I can use this dialog in my application? ( What is the class, which header to include? ). Thanks in advance. >> Vi

How to use Kjob?

2011-02-02 Thread dmitry chernov
There is an example at api.kde.org: KJob * job = someoperation( some parameters ); connect ( job, SIGNAL( result