Replacement for Qt's Undo Framework

2011-04-25 Thread Alexander Potashev
-- translation in Lokalize (into Russian) http://ompldr.org/vOGYxag -- Step using different translations for Undo ... command and undo history. The patch I used for Step is attached. What do you think about inclusion of KUndo*2 into kdelibs? -- Alexander Potashev From

Re: Replacement for Qt's Undo Framework

2011-04-26 Thread Alexander Potashev
2011/4/26 Aaron J. Seigo ase...@kde.org: On Monday, April 25, 2011 22:12:55 Alexander Potashev wrote: What do you think about inclusion of KUndo*2 into kdelibs? we really don't want more duplication of code and effort between Qt and kdelibs, and we certainly don't want forks of Qt code

Re: Replacement for Qt's Undo Framework

2011-05-09 Thread Alexander Potashev
. \n will be used as separator instead of |-|. 2. Before using this new feature, translators will need to wait until KDE SC (or other software you translate) depends on Qt 4.8 (which hasn't been released yet, by the way). -- Alexander Potashev

Review Request: remove functions *Command::name() which are not used

2011-05-12 Thread Alexander Potashev
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101343/ --- Review request for KDE Base Apps and David Faure. Summary ---

Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-09 Thread Alexander Potashev
. Thanks! -- Alexander Potashev

Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-15 Thread Alexander Potashev
to load your translation catalog. Done. -- Alexander Potashev

Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-16 Thread Alexander Potashev
2011/8/15 Albert Astals Cid aa...@kde.org: A Dilluns, 15 d'agost de 2011, Alexander Potashev vàreu escriure: How about adding a QMapQString, QVariant m_ext; to *Info classes, so that I can store additional variables there? Most (but not all) *Job classes are unlikely to be expanded later

Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-16 Thread Alexander Potashev
2011/8/17 Alexander Potashev aspotas...@gmail.com: So, the NoteInfoPrivate class may not have any declaration (except for the forward declaration) until it will be necessary, right? There is Q_DECLARE_PRIVATE macro, interesting... Should I use it instead? -- Alexander Potashev

Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-18 Thread Alexander Potashev
of classes. -- Alexander Potashev

Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-25 Thread Alexander Potashev
2011/8/9 Alexander Potashev aspotas...@gmail.com: playground-libs/libkvkontakte moved to kdereview today. The next target for this project is extragear/libs. libkvkontakte has been in kdereview for more than two weeks already. Is it OK to move it into extragear-libs now? -- Alexander

Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-25 Thread Alexander Potashev
. -- Alexander Potashev

Re: Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-08-25 Thread Alexander Potashev
by using my strategy (keeping d-ptr NULL when possible) we cut down the number of memory allocations, and also simplify the existing code that doesn't work with the private class' data. So, I'm going to keep following the current strategy. -- Alexander Potashev

Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-09-03 Thread Alexander Potashev
. Should now this library be moved to extragear/libs or playground/libs? -- Alexander Potashev

Re: Re: Re: playground-libs/libkvkontakte has moved to kdereview

2011-09-04 Thread Alexander Potashev
or release libkvkontakte later in a separate tarball making life harder for packagers. -- Alexander Potashev

Re: Review Request: optimize kcolorscheme consting time: avoid calculating luma for the same colors multiple times

2011-12-06 Thread Alexander Potashev
On Dec. 6, 2011, 5:58 p.m., Nick Shaforostoff wrote: I have an account called shaforo. i could push to kdepimlibs with it, but i couldn't push to kdelibs. is it because of lack of permissions? You need to clone the `kdelibs` repo from `g...@git.kde.org:kdelibs.git`. Check this in

Re: KIO / KWebView and PrivateBrowsing (Cookies)

2014-03-23 Thread Alexander Potashev
Hi Dawit, Are there any news on this? 2013-04-22 3:51 GMT+04:00 Dawit A ada...@kde.org: Started working on this to try and get it in for 4.11. Hopefully my solution will work out as intended and discussed in this thread. On Sat, Apr 13, 2013 at 5:10 PM, Àlex Fiestas afies...@kde.org wrote:

Re: KPeg (Board Game) moved to KDE Review

2015-06-04 Thread Alexander Potashev
2015-06-03 21:35 GMT+03:00 Burkhard Lück lu...@hube-lueck.de: Am Dienstag, 2. Juni 2015, 00:06:04 schrieb Alexander Potashev: Please configure the i18n branches at [1], I guess i18n trunk branch (KF5) should be set up for extraction from branch master. Then you need to ask i18n maintainers

Re: Re: Frameworks compiler and Qt requirements after Qt 5.7?

2015-06-26 Thread Alexander Potashev
the new features in Qt 5.{6,7} and in new versions of compilers that would help us make KF5 better. For me this is still unclear. -- Alexander Potashev

Re: KPeg (Board Game) moved to KDE Review

2015-06-01 Thread Alexander Potashev
twice. Am I right that there will be no more KDELibs4-based releases of KPeg? [1] https://projects.kde.org/projects/kdereview/kpeg/settings -- Alexander Potashev 2015-05-27 13:43 GMT+03:00 Ronny Yabar Aizcorbe ronnyconta...@gmail.com: Hi all I was working on improving KPeg, an implementation

Re: KScreenGenie moved to KDE Review

2015-07-03 Thread Alexander Potashev
::X11Extras is not added to target_link_libraries(), see src/CMakeLists.txt. target_link_libraries() implicitly also adds respective include directories. When there is no target_link_libraries(... Qt5::X11Extras), [...]/QtX11Extras is not added as include path. -- Alexander Potashev

Re: KScreenGenie moved to KDE Review

2015-07-04 Thread Alexander Potashev
is much more advantageous than what you decided to do. [1] http://programmers.stackexchange.com/a/262020 [2] http://stackoverflow.com/a/15420950 -- Alexander Potashev

Re: KScreenGenie moved to KDE Review

2015-07-04 Thread Alexander Potashev
distinct coding style while there's established Kdelibs coding style? Is your coding style documented somewhere? If not, then I'm sure KSG will become a mix of different coding styles in a while because people don't know what coding style to follow. -- Alexander Potashev

Re: KScreenGenie moved to KDE Review

2015-07-04 Thread Alexander Potashev
to make important pending fixes to the UI and program behaviour. Sorry, I didn't expect the #include change to be questionable. Will try to make my future commits more atomic. -- Alexander Potashev

Re: Naming scheme for Qt5/KF5-based libraries outside of KF5

2015-10-17 Thread Alexander Potashev
e names, to make really sure app developers see that. Sounds good, I'm only worried about users/developers disregarding these libraries because they have "experimental" in their names, even though they may have been around and work OK for 5+ years already. We still need some distinct naming scheme/namespace for kf5-experimental, right? -- Alexander Potashev

Adding kross-interpreters to KDE Applications 15.08

2015-07-08 Thread Alexander Potashev
. But this already enables Python scripting in Lokalize which may be really helpful. There is nothing to translate: krosspython does not contain i18n() calls. [1] http://quickgit.kde.org/?p=kross-interpreters.gita=shortlogh=frameworks -- Alexander Potashev

Re: Adding kross-interpreters to KDE Applications 15.08

2015-07-09 Thread Alexander Potashev
2015-07-09 23:07 GMT+03:00 Albert Astals Cid aa...@kde.org: El Dijous, 9 de juliol de 2015, a les 05:23:27, Alexander Potashev va escriure: Hi, I would like to request addition of the Qt5/KF5 port of kross-interpreters [1] into KDE Applications 15.08.x. Are they co-installable

Re: Porting to frameworks 2: libkcompactdisc

2015-09-07 Thread Alexander Potashev
2015-09-04 14:59 GMT+03:00 Friedrich W. H. Kossebau <kosse...@kde.org>: > Am Freitag, 4. September 2015, 02:28:49 schrieb Alexander Potashev: >> I think the new fancy library naming scheme is >> "libKF5Xxx.so.SOVERSION", regardless of it being part of KF5 or not.

Re: Porting to frameworks 2: libkcompactdisc

2015-09-03 Thread Alexander Potashev
;, regardless of it being part of KF5 or not. Thus libKF5CompactDisc.so.5. -- Alexander Potashev

Re: Naming scheme for Qt5/KF5-based libraries outside of KF5

2015-09-27 Thread Alexander Potashev
y don't have enough manpower to review dozens/hundreds of libraries in a short period of time. [1] https://git.reviewboard.kde.org/r/125285/ -- Alexander Potashev

Re: Naming scheme for Qt5/KF5-based libraries outside of KF5

2015-09-26 Thread Alexander Potashev
, a les 16:27:22, Sune Vuorela va > escriure: >> >> On 2015-09-26, Alexander Potashev <aspotas...@gmail.com> wrote: >> >> > 1. Many people prefer a "KF5" prefix, e.g. libKF5Screen.so). >> >> > 2. Another way of naming is a -qt5 suffix, e.g. l

Naming scheme for Qt5/KF5-based libraries outside of KF5

2015-09-26 Thread Alexander Potashev
under the same name (e.g. KDb) - should such libraries still use a prefix/suffix? [1] http://comments.gmane.org/gmane.comp.kde.devel.core/87533 -- Alexander Potashev

Re: Naming scheme for Qt5/KF5-based libraries outside of KF5

2015-09-27 Thread Alexander Potashev
ng-qt5. Boudhayan, Camel case naming rule applies only to the frameworks already in KF5. If your library is not part of KF5, then you can name it in lowercase: libkcompactdisc-qt5, and the dash doesn't look ugly here IMO. -- Alexander Potashev

Removal of ksaneplugin from KDE Applications

2015-09-24 Thread Alexander Potashev
the only showstopper is qimageblitz-qt5 being unreleased. [1] https://mail.kde.org/pipermail/kde-frameworks-devel/2013-August/004862.html [2] https://mail.kde.org/pipermail/kde-frameworks-devel/2013-September/004884.html -- Alexander Potashev

Re: Removal of ksaneplugin from KDE Applications

2015-09-25 Thread Alexander Potashev
2015-09-25 9:53 GMT+03:00 Martin Koller <kol...@aon.at>: > On Friday 25 September 2015 07:49:09 Alexander Potashev wrote: >> Hi, >> >> The only user for ksaneplugin used to be Kolourpaint in KDE >> Applications 15.08.x. I have now ported Kolourpaint from KScanD

Re: Policy regarding QtWebKit and QtScript

2015-12-22 Thread Alexander Potashev
2015-12-22 20:21 GMT+03:00 Ivan Čukić <ivan.cu...@kde.org>: > As for QtScript, I see two approaches: > - kross (what is the state of it?) > - qml engines Hi Ivan, I don't get what you are suggesting. QtScript support in Kross depends on Qt's QtScript. -- Alexander Potashev

Re: Review Request 128214: Do not use C-style casts into void*

2016-06-16 Thread Alexander Potashev
Diff: https://git.reviewboard.kde.org/r/128214/diff/ Testing --- Thanks, Alexander Potashev

Review Request 128214: Do not use C-style casts into void*

2016-06-16 Thread Alexander Potashev
/show_bug.cgi?id=325055 Repository: kdelibs Description --- See also the respective commit in kross.git. BUG: 325055 Diffs - kross/core/metatype.h 08f7c6cecb9e374e97ebbcddc5528b5c71b72b97 Diff: https://git.reviewboard.kde.org/r/128214/diff/ Testing --- Thanks, Alexander

Re: Product versions on bugs.kde.org

2016-03-11 Thread Alexander Potashev
2016-03-09 1:40 GMT+03:00 Kevin Funk <kf...@kde.org>: > On Wednesday, March 9, 2016 1:27:47 AM CET Alexander Potashev wrote: >> 2016-03-09 1:09 GMT+03:00 Kevin Funk <kf...@kde.org>: >> > Added all versions from 5.5.0 to 5.19.0. >> > >> > I've used t

Re: Product versions on bugs.kde.org

2016-03-08 Thread Alexander Potashev
2016-03-09 1:09 GMT+03:00 Kevin Funk <kf...@kde.org>: > Added all versions from 5.5.0 to 5.19.0. > > I've used this little gem here to "hammer" BKO: > http://paste.ubuntu.com/15330672/ This was a wrong thing to do because e.g. bluez-qt did not have releases 5.5.0 th

Re: Product versions on bugs.kde.org

2016-03-12 Thread Alexander Potashev
, you won't need to look inside it anymore because all the bugs remaining in that product have been reported against old versions of Baloo and therefore can all be marked as UNMAINTAINED. -- Alexander Potashev

Re: KDE Frameworks 5.21.0 released

2016-04-09 Thread Alexander Potashev
2016-04-09 17:36 GMT+03:00 David Faure <fa...@kde.org>: > 09th April 2016. KDE today announces the release of KDE Frameworks 5.21.0. Hi David, You forgot to mention a new framework in 5.21.0: KActivitiesStats. -- Alexander Potashev

Re: [kde-community] Sunsetting of Infrastructure and the Phabricator migration

2016-03-19 Thread Alexander Potashev
n do quick-and-dirty development from scratch. And you can move your repo to git.kde.org as soon as it matures. The main pros of this approach would be a cleaner quickgit.kde.org page and of course saving of disk space on servers. -- Alexander Potashev

Re: Product versions on bugs.kde.org

2016-03-20 Thread Alexander Potashev
2016-03-09 1:09 GMT+03:00 Kevin Funk <kf...@kde.org>: > Added all versions from 5.5.0 to 5.19.0. 5.20.0 is out, could you please add it to Bugzilla as well? -- Alexander Potashev

Re: Product versions on bugs.kde.org

2016-03-20 Thread Alexander Potashev
ils from Bugzilla or people reporting bugs to you in private emails? [1] https://bugs.kde.org/enter_bug.cgi?format=guided -- Alexander Potashev

Re: liquidshell in kdereview

2017-11-06 Thread Alexander Potashev
tter to me than lxqt; joining an inferior project is not a good idea. -- Alexander Potashev

Re: liquidshell in kdereview

2017-11-03 Thread Alexander Potashev
iquidshell_20171103_174650.png > dark color theme: > http://members.aon.at/m.koller/liquidshell_20171103_174944.png > > -- > Best regards/Schöne Grüße > > Martin > A: Because it breaks the logical sequence of discussion > Q: Why is top posting bad? > > () as

Re: Review Request 101343: remove functions *Command::name() which are not used

2018-12-24 Thread Alexander Potashev
/domtreeviewer compiles after this change. Thanks, Alexander Potashev

Re: Review Request 101343: remove functions *Command::name() which are not used

2018-12-24 Thread Alexander Potashev
spend more time on this. - Alexander --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/101343/#review49935 --- On May 12, 2011, 10:55 a.m., Alexander

Re: Tipping the apple cart?

2019-07-02 Thread Alexander Potashev
I still believe 20 seconds of loading time is very painful. = = вс, 24 февр. 2019 г. в 00:47, Ben Cooksley : > > On Sun, Feb 24, 2019 at 10:30 AM Alexander Potashev > wrote: > > > > сб, 23 февр. 2019 г. в 12:44, Ben Cooksley : > > > Based on all of the above

Re: Quick Charts in KDE Review

2019-11-07 Thread Alexander Potashev
as now been a little over two weeks. If there are no objections, I > will move this to frameworks later today. Hi Arjen, Did anyone from the Plasma team approve the new KSysGuard UI? -- Alexander Potashev

Re: plasma-nano and plasma-phone-components are now in kdereview

2019-11-08 Thread Alexander Potashev
directory. Looks like the "components" component is designed not to have any translatable messages. > plasma-phone-components: https://invent.kde.org/kde/plasma-phone-components I looked for missing Messages.sh files here as well, found it missing from at least ./containments/panel/* -- Alexander Potashev

Re: plasma-nano and plasma-phone-components are now in kdereview

2019-11-22 Thread Alexander Potashev
May be some repo-specific configuration issue because the same procedure works for plasma-phone-components, see for example https://invent.kde.org/kde/plasma-phone-components/commit/78ce66807139cadfbe9e45b79e79729fc04ceb51 -- Alexander Potashev

Re: KTimeTracker in kdereview

2019-12-03 Thread Alexander Potashev
вт, 19 нояб. 2019 г. в 07:20, Alexander Potashev : > KTimeTracker [1] has been moved to kdereview. > > The project is currently in playground-pim, destination would be > extragear-pim. KTimeTracker had been in kdereview for two weeks already. It is enough to assume everything is O

Re: KTimeTracker in kdereview

2019-12-04 Thread Alexander Potashev
Moved to extragear-pim. @Luigi, please move the translations. вт, 3 дек. 2019 г. в 13:45, Alexander Potashev : > > вт, 19 нояб. 2019 г. в 07:20, Alexander Potashev : > > KTimeTracker [1] has been moved to kdereview. > > > > The project is currently in playgroun

Re: plasma-nano and plasma-phone-components are now in kdereview

2019-12-09 Thread Alexander Potashev
://download.kde.org/stable/plasma/5.18.0/non-lts/plasma-nano-5.18.0.tar.xz -- Alexander Potashev пн, 9 дек. 2019 г. в 15:05, Jonathan Riddell : > > I've moved these into kde/workspace now for release with Plasma 5.18 (as non > LTS) > > Jonathan > > > On Fri, 8 Nov 2019 at 07

Re: KTimeTracker in kdereview

2019-12-14 Thread Alexander Potashev
вт, 19 нояб. 2019 г. в 15:09, Adriaan de Groot : > > On Tuesday, 19 November 2019 05:20:23 CET Alexander Potashev wrote: > > KTimeTracker is a time tracker desktop application which is well > > suited for tracking labor time you spend on a specific > > project/feature/cu

Re: Quick Charts in KDE Review

2019-10-21 Thread Alexander Potashev
gt; > And of course, a link would be useful: > > https://invent.kde.org/kde/kquickcharts > > > > > - Arjen -- Alexander Potashev

KTimeTracker in kdereview

2019-11-18 Thread Alexander Potashev
/ktimetracker.git/tree/ChangeLog.md [3] https://build.kde.org/job/Extragear/job/ktimetracker/ -- Alexander Potashev

Re: KTimeTracker in kdereview

2019-11-19 Thread Alexander Potashev
вт, 19 нояб. 2019 г. в 11:44, Friedrich W. H. Kossebau : > > Am Dienstag, 19. November 2019, 05:20:23 CET schrieb Alexander Potashev: > > Hi, > > > > KTimeTracker [1] has been moved to kdereview. > > Did some favourite-nitpicks review comments as direct fixes. T

Re: KTimeTracker in kdereview

2019-12-01 Thread Alexander Potashev
вт, 26 нояб. 2019 г. в 00:31, Albert Astals Cid : > > El dimarts, 19 de novembre de 2019, a les 5:20:23 CET, Alexander Potashev va > escriure: > > Hi, > > > > KTimeTracker [1] has been moved to kdereview. > > > > KTimeTracker is a time tracker deskt

Re: KTimeTracker in kdereview

2019-12-01 Thread Alexander Potashev
вс, 1 дек. 2019 г. в 19:43, Albert Astals Cid : > > El diumenge, 1 de desembre de 2019, a les 13:09:30 CET, Alexander Potashev va > escriure: > > > clang-tidy says that desktops in Task::Task and sessionStartTiMe in > > > Task::init should be const & > >

Re: plasma-nano and plasma-phone-components are now in kdereview

2020-04-04 Thread Alexander Potashev
Appears to be fixed on L10n team side: https://websvn.kde.org/?view=revision=1560522 Thanks Luigi! However I want to highlight the problem could be avoided by more complete communication from Plasma team. Thanks! -- Alexander Potashev On Mon, Dec 9, 2019 at 8:05 PM Alexander Potashev wrote

Re: Information regarding upcoming Gitlab Migration

2020-05-01 Thread Alexander Potashev
the project moves to another group, for example https://invent.kde.org/unmaintained/knetwalk -- Alexander Potashev

Re: Information regarding upcoming Gitlab Migration

2020-05-02 Thread Alexander Potashev
On Fri, May 1, 2020 at 10:14 PM Ben Cooksley wrote: > On Sat, May 2, 2020 at 6:17 AM Alexander Potashev > wrote: > > I have a similar use case. Sometimes I need to share a URL to a > > project. For this purpose I used to share e.g. > > https://cgit.kde.org/releasem