Re: Review Request: ksysguard - Add rowspan/colspan support for displays

2013-01-05 Thread John Tapsell
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107970/#review24696 --- Ship it! Ship It! - John Tapsell On Dec. 28, 2012, 3:50

Re: Review Request: ksysguard - Add rowspan/colspan support for displays

2013-01-04 Thread John Tapsell
Hi, I'm the maintainer. The review gets my approval, but I'm a bit busy. Can someone else apply this please? Thank you very much, John On 4 January 2013 19:44, Arnavion wrote: > Hi, > I don't see this review request e-mail on the mailman archives, so I'm not > sure it ever made it to the

Re: systemd user session units for KDE

2012-06-24 Thread John Tapsell
On 24 June 2012 09:05, Thiago Macieira wrote: > Hello > > One of my colleagues at Intel has begun working on a project to have systemd > launch and manage the user session. He's asking for help in getting KDE > supported, since it's not his area of expertise. > > Is there anyone interested in help

Re: systemd and KDE (was: Re: kdeinit)

2011-09-14 Thread John Tapsell
Regarding integration - for a long time I've been interested in adding support to System Activity (ctrl+esc thingy). In Windows, the task manager has a tab for both processes and for services, and you can switch between the two. So you can right click on a process and jump to its service, and vic

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 21:42, Chusslove Illich wrote: >> [: John Tapsell :] >> Except that in my case, I'm forcing this on the users of my API. Just to >> get around this! >> >> Can't you see how crazy this is? > > An integer is mandatory to decide the plu

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 15:06, Thiago Macieira wrote: > Em sexta-feira, 25 de março de 2011, às 14:39:22, John Tapsell escreveu: >> I have a widget, KSignalPlotter, which plots data points. >> >> The usage is: >> >> KSignalPlotter plotter; >> plotter.setUnit( ki

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 14:20, Thiago Macieira wrote: > Em sexta-feira, 25 de março de 2011, às 13:59:11, John Tapsell escreveu: >> > Well, yes. Two grammar-wise different text fragments (enumerable vs. >> > measurable quantities) are being used in alternation, so each should be &g

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 13:59, John Tapsell wrote: > On 25 March 2011 13:19, Chusslove Illich wrote: >>> [: John Tapsell :] >>> If the number is small, I want to show "2 seconds" but if it's large I >>> want like "2.2e4" seconds. >>> >

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 13:19, Chusslove Illich wrote: >> [: John Tapsell :] >> If the number is small, I want to show "2 seconds" but if it's large I >> want like "2.2e4" seconds. >> >> You're saying that my API needs to require the user to no

Re: KLocalizedString regression

2011-03-25 Thread John Tapsell
On 25 March 2011 12:45, Chusslove Illich wrote: >> [: John Tapsel :] >>   ki18ncp("Units", "%1 second", "%1 seconds").subs(1.1, 0, 'f', 1).toString() >> >> used to work (return "1.1 seconds") but now it returns ("1.1 >> seconds(I18N_PLURAL_ARGUMENT_MISSING)") which screws up my graphing >> widget.

KLocalizedString regression

2011-03-25 Thread John Tapsell
Hi all, ki18ncp("Units", "%1 second", "%1 seconds").subs(1.1, 0, 'f', 1).toString() used to work (return "1.1 seconds") but now it returns ("1.1 seconds(I18N_PLURAL_ARGUMENT_MISSING)") which screws up my graphing widget. This causes my unit tests to fail. Can someone fix this pretty please?

Re: 4.6 branches created in git again

2011-03-20 Thread John Tapsell
On 20 March 2011 15:01, Albert Astals Cid wrote: > A Diumenge, 20 de març de 2011, John Tapsell va escriure: >> Why do we let people create branches on the main git server anyway? > > How are you supposed to work on a feature-branch otherwise? By having it in your own git repos

Re: 4.6 branches created in git again

2011-03-20 Thread John Tapsell
Why do we let people create branches on the main git server anyway?

Re: How to know if I'm showing a tooltip?

2011-03-18 Thread John Tapsell
On 18 March 2011 11:24, John Tapsell wrote: > I've tried  && window()->isActiveWindow()  which partially solves the > problem, but it's possible to have a dialog box on top, but have the > main window have the focus.. I figured it out - I just need: if

How to know if I'm showing a tooltip?

2011-03-18 Thread John Tapsell
Hi all, When the user hovers over an item, it shows a tooltip. I update that tooltip once a second using the following code: if(QToolTip::isVisible()) { QWidget *w = d->mUi->treeView->viewport(); if(w->geometry().contains(d->mUi->treeView->mapFromGlobal( QCursor

Re: Future of KSysguard - removing remote monitoring

2011-03-10 Thread John Tapsell
On 9 March 2011 16:05, Gary Greene wrote: > On 9 Mar 2011, at 7:54 AM, John Tapsell wrote: >> Thanks for the feedback - this is why I put out such emails before I >> make any changes.  It's good to know that people actually use this app >> - sometimes it's hard to

Re: Future of KSysguard - removing remote monitoring

2011-03-10 Thread John Tapsell
On 10 March 2011 14:43, Cristian Tibirna wrote: > On March 8, 2011, John Tapsell wrote: >> Hi all, >> >>   For the past 13 years or so, ksysguard has been in KDE under various >> names.  Right from the beginning it was designed to monitor remote >> systems as wel

Re: Future of KSysguard - removing remote monitoring

2011-03-09 Thread John Tapsell
Thanks for the feedback - this is why I put out such emails before I make any changes. It's good to know that people actually use this app - sometimes it's hard to know if anyone actually uses it. I'll hold off on any rash changes for now. Thanks! John

Future of KSysguard - removing remote monitoring

2011-03-08 Thread John Tapsell
Hi all, For the past 13 years or so, ksysguard has been in KDE under various names. Right from the beginning it was designed to monitor remote systems as well as local ones. To monitor remote systems, it can connect to a remote machine via rsh, ssh, etc, and communicate via a very simple pla

Re: git won't let me delete a branch?

2011-02-06 Thread John Tapsell
On 5 February 2011 20:39, Stefan Majewsky wrote: > Don't we have this yet? I'm using exactly this approach for my work > branches in libtagaro (cf. kde:libtagaro and > kde:clones/libtagaro/majewsky/work). The only fear I'm having is that > I'll once run into this 100-commits-per-push-operation lim

Re: moving scratch repositories?

2011-02-05 Thread John Tapsell
Btw, since it wasn't obvious to me at the start, git branches can be from completely different repositories, even completely unrelated ones. You can do "git add remote" to add new repositories. Then you can use cherry-pick to move patches from one repository to the other. As long as the paths

Re: git won't let me delete a branch?

2011-02-05 Thread John Tapsell
On 5 February 2011 20:03, Ben Cooksley wrote: > On Sun, Feb 6, 2011 at 8:58 AM, Thomas Lübking > wrote: >> Hi, >> i've "accidentally" pushed a "4.6" (NOT "KDE/4.6") branch to remote (sorry), >> where it does oc. not belong... >> >> However "git push origin :4.6" fails by: >> >> remote: D refs/hea

Re: Merge or Cherry-Pick?

2011-02-02 Thread John Tapsell
On 2 February 2011 14:23, Parker Coates wrote: > On Wed, Feb 2, 2011 at 09:05, John Layt wrote: >> On Wednesday 02 February 2011 13:43:04 Parker Coates wrote: >>> My preferred workflow is to put all local commits intended for master >>> in a single, local, long-lived "workmaster" branch instead of

Re: Merge or Cherry-Pick?

2011-02-02 Thread John Tapsell
On 2 February 2011 07:27, Dawit A wrote: > Ahh... I see. It is push everything upto that commit, not just push > that commit. Ouch! That is almost as much a hassle as the convoluted > method I am following now. Do not commit anything that is not ready to > be pushed into my own local branch. Use g

Re: Merge or Cherry-Pick?

2011-02-01 Thread John Tapsell
> But how would a similar work flow except there are multiple fixes > present in the local repo ? How would you push only a single fix in > such case ? git rebase -i origin #Bring up a list of your changes. git pull --rebase #make sure we are up to date git log #copy the SHA of the

Re: Policy on git feature branches

2011-02-01 Thread John Tapsell
On 1 February 2011 09:21, Sebastian Trüg wrote: > Hi list, > > I have been working on an improvement for Nepomuk via git-svn for a > while now and would now like to push it to kde-runtime. > However, I would prefer to keep the commit history and backport to 4.6. > Thus, I thought of pushing my fea

Re: kdelibs, kdebase moving to Git this Saturday

2011-01-27 Thread John Tapsell
2011/1/27 Nicolás Alvarez : > Please, help review the repositories before migration! Unlike KDE software, > here we won't have point releases to fix bugs later :) I have quite a few commits in kdebase-workspace with the commit message: SVN_SILENT: Do blahblah and GUI: do blah blah Since git

Re: splitting up kdebase in git

2011-01-18 Thread John Tapsell
On 18 January 2011 23:55, Aaron J. Seigo wrote: >> Oh, what happened to the idea of making  kde-workspace-libs  a >> standalone repo?  Wouldn't that make sense? > > it could be done, but there was no use case for that. keeping the repos > together lets us not worry so much about binary compat, too

Re: splitting up kdebase in git

2011-01-18 Thread John Tapsell
On 18 January 2011 23:13, Aaron J. Seigo wrote: > the complication there is that krunner also relies on libksyguard, which lives > in kdebase/workspace/libs/ksysguard. so we'd either end up with a really odd > dependency in ksysguard on kde-workspace, or kde-workspace would end up > depending on t

Re: splitting up kdebase in git

2011-01-18 Thread John Tapsell
On 18 January 2011 22:05, Allen Winter wrote: > Having konsole, ksysguard, etc in their own git repo is fine. > But they still will reside logically inside kdebase-apps > > For example on api.kde.org the EBN and LXR. That's sounds great. John

Re: splitting up kdebase in git

2011-01-18 Thread John Tapsell
On 18 January 2011 21:34, Aaron J. Seigo wrote: > konsole, however, is a significant application in its own right that doesn't > actually share code with the rest of the apps in there (besides Qt, kdelibs > and runtime, of course ;). so it is getting its own repo. > > if there are any questions /

Re: "Cornelius's grand plan" - Merging KDElibs into Qt

2010-10-31 Thread John Tapsell
On 31 October 2010 11:33, Mark Kretschmann wrote: > Hey all, > > after reading the whole thread that started with Chani's mail ("why > kdelibs?"), I think the noise level has become a bit too much there. > Cornelius had proposed this rather daring idea: > > http://lists.kde.org/?l=kde-core-devel&m