Re: Rollout of VM based CI

2025-07-21 Thread Dmitry Kazakov
>Trying to run a Docker image inside a VM based CI image would be an awful hack and while more than doable would be difficult to support and debug, gives up basically all the benefits of being VM based, and would be slower in general as well as more expensive for us to run resource wise. It's not s

Re: Rollout of VM based CI

2025-07-21 Thread Dmitry Kazakov
machines), and is largely fully automated. There is now also automation in > place to clean up old images as well, which will hopefully reduce the risk > that the builders run out of disk space. > > Please let me know if you have any questions. > > Many thanks, > Ben > -- Dmitry Kazakov

Re: CI Utilisation and system efficiency

2025-04-23 Thread Dmitry Kazakov
kes about 6 minutes. On Windows ccache is not used for moc-compilations, which take most of the build time. On Tue, Apr 22, 2025 at 1:44 PM Dmitry Kazakov wrote: > > This is probably at least in part due to Windows on Docker having > extremely poor file system performance even vs. stra

Re: CI Utilisation and system efficiency

2025-04-23 Thread Dmitry Kazakov
t; your runtime by a bit. > > Cheers, > Ben > > >> >> On Tue, Apr 22, 2025 at 12:51 PM Ben Cooksley wrote: >> >>> On Tue, Apr 22, 2025 at 10:44 PM Konstantin Kharlamov < >>> hi-an...@yandex.ru> wrote: >>> >>>> On Tue, 2025-0

Re: CI Utilisation and system efficiency

2025-04-22 Thread Dmitry Kazakov
etion because of this timeout, so we have to rerun them and, effectively, consume more and more CI time. --- Dmitry Kazakov пт, 18 апр. 2025 г., 21:27 Ben Cooksley : > Hi all, > > Over the past week or two there have been a number of complaints regarding > CI builder availability whi

Re: Changes to Phabricator review subscriptions

2018-05-11 Thread Dmitry Kazakov
Hi, Ben! Thank you for clarification! I will try to configure Herald rules for that! --- Dmitry Kazakov 11 мая 2018 г. 12:45 ПП пользователь "Ben Cooksley" написал: On Fri, May 11, 2018 at 8:25 PM, Dmitry Kazakov wrote: > Hi, Ben! Hi Dmitry, > > There is a sma

Re: Changes to Phabricator review subscriptions

2018-05-11 Thread Dmitry Kazakov
ository, but doesn't add #krita project to it, I will **not** see this diff in the list. Is there some workaround to it? On 11.05.2018 11:25, Dmitry Kazakov wrote: Hi, Ben! There is a small problem with not-subscribing Differential Revisions to projects: one cannot use Phabricator'

Re: KDE and Google Summer of Code 2018

2018-01-15 Thread Dmitry Kazakov
eam has an Idea, ensure that you have mentors for it, and that those mentors are subscribe to KDE-Soc-Mentor list. Remove any ideas without mentors available, please. Now, before you forget! Valorie -- http://about.me/valoriez -- Dmitry Kazakov

Debugging KDE

2012-10-26 Thread Dmitry Ashkadov
Hello! I've installed KDE to local directory and use special user to run KDE. How can I debug some application? Gdb cannot attach to processes of another user. Thank you! Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: How to install application to local KDE

2012-10-02 Thread Dmitry Ashkadov
01.10.2012 15:04, Kevin Krammer пишет: Hi Dmitry, On Monday, 2012-10-01, Dmitry Ashkadov wrote: Hello! Now I can build KDE and install it to local directory. If I have an application/applet that isn't a part of KDE, how should I build and install it to locally installed KDE? For ex

How to install application to local KDE

2012-10-01 Thread Dmitry Ashkadov
Hello! Now I can build KDE and install it to local directory. If I have an application/applet that isn't a part of KDE, how should I build and install it to locally installed KDE? For example, KStandardDirs must return some paths to locally installed KDE. Thank you! Visit http://mail.kde.o

Re: How to run KDE

2012-09-10 Thread Dmitry
10.09.2012 16:30, Tomaz Canabrava пишет: 2012/9/10 Dmitry: Hello! I've built KDE! The next step is to run KDE. I've found wiki pages: http://techbase.kde.org/Archive:Getting_Started/Run/Nested_Session/en http://techbase.kde.org/Archive:Getting_Started/Run/Full_Session but they a

How to run KDE

2012-09-10 Thread Dmitry
Hello! I've built KDE! The next step is to run KDE. I've found wiki pages: * http://techbase.kde.org/Archive:Getting_Started/Run/Nested_Session/en * http://techbase.kde.org/Archive:Getting_Started/Run/Full_Session but they are old and they have been removed. I use kdesrc-build to build KDE.

Re: Build: kactivities

2012-07-22 Thread Dmitry
22.07.2012 06:04, Rex Dieter пишет: Dmitry wrote: Hello! I've tried to build KDE, but there are errors in kactivities: .../kactivities/src/service/Resources.cpp: In member function 'void Resources::LinkResourceToActivity(const QString&, const QString&)': .../

Build: kactivities

2012-07-21 Thread Dmitry
Hello! I've tried to build KDE, but there are errors in kactivities: .../kactivities/src/service/Resources.cpp: In member function 'void Resources::LinkResourceToActivity(const QString&, const QString&)': .../kactivities/src/service/Resources.cpp:371:15: error: 'Jobs::Nepomuk' has not been decl

Normal guide describing how to build devel. ver. of KDE

2012-07-20 Thread Dmitry
Hello! Is there normal guide how to build development version of KDE, install it to local directory (no root privileges must be required) and "run" KDE (no root privileges)? I've found some information in TechBase but it is very poor. I'd like to develop applet in kde-workspace, but building

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. >> Visi

GSoC idea.

2012-02-15 Thread Dmitry Chernov
y is there general KDE lib for organizing bookmarks in the application? Best, Dmitry. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

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
blems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. svn: Network connection closed unexpectedly My connection to internet is good( I can post this letter). What am I to do? Thanks, Dmitry. >> Visit http://mail.kde.org/mailman/listin

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/mailm

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