Re: Update needed to binary compatibility guide for Windows?

2014-04-14 Thread Ian Monroe
On Sun, Apr 13, 2014 at 6:36 PM, Michael Pyne wrote: > If it's true, do we want > to adopt a constraint on our handling of virtual functions in leaf classes > based on this? IMO we shouldn't worry about ABI on Windows. And not because "meh Windows", but since Microsoft breaks C++ ABI with every c

Re: Review Request 110529: more error handling in KIdleTime

2013-05-19 Thread Ian Monroe
: http://git.reviewboard.kde.org/r/110529/diff/ Testing --- Thanks, Ian Monroe

Re: Review Request 110042: Find Qt5 version of DBusMenuQt

2013-05-19 Thread Ian Monroe
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/#review32794 --- Ship it! Ship It! - Ian Monroe On April 16, 2013, 1:26 p.m

Review Request 110529: more error handling in KIdleTime

2013-05-19 Thread Ian Monroe
/ Testing --- Thanks, Ian Monroe

Re: libtagaro -> kdereview [-> kdegames]

2011-04-21 Thread Ian Monroe
On Thu, Apr 21, 2011 at 06:56, Stefan Majewsky wrote: > Hi, > > what is the technical procedure for moving libtagaro.git to kdereview? > I think sysadmins need be informed, and hope that those are reading > here. > > Assuming that this goes well: I hereby propose to move libtagaro to > the kdegame

Re: 4.6 branches created in git again

2011-03-22 Thread Ian Monroe
On Mon, Mar 21, 2011 at 18:13, Alex Merry wrote: > On 21/03/11 20:17, Alexander Neundorf wrote: >> >> On Monday 21 March 2011, Ian Monroe wrote: >>> >>> Ben did add this block to his hook. Hooray. :) >>> >>> I'm thinking I should just

Re: 4.6 branches created in git again

2011-03-22 Thread Ian Monroe
On Mon, Mar 21, 2011 at 15:17, Oswald Buddenhagen wrote: > On Mon, Mar 21, 2011 at 02:09:23PM -0500, Ian Monroe wrote: >> (making sure local branches track the correct remote branches, >> > nothing to be done here. really? you can't change what happens when you type 

Re: 4.6 branches created in git again

2011-03-21 Thread Ian Monroe
On Mon, Mar 21, 2011 at 13:41, Oswald Buddenhagen wrote: > On Mon, Mar 21, 2011 at 05:57:03PM +, Tom Albers wrote: >> Though if it needs a reclone for everyone we need to pick a date and >> *communicate* it. Let's say this weekend? >> > reclone? hello? >  git fetch >  git checkout 4.6 Yea, o

Re: 4.6 branches created in git again

2011-03-21 Thread Ian Monroe
On Sun, Mar 20, 2011 at 09:17, Ian Monroe wrote: > On Sun, Mar 20, 2011 at 09:09, Andreas Hartmetz wrote: >> On Sunday 20 March 2011 14:38:40 Albert Astals Cid wrote: >>> Can you please be careful and do not create incorrectly 4.6 branches in >>> places where the br

Re: 4.6 branches created in git again

2011-03-20 Thread Ian Monroe
On Sun, Mar 20, 2011 at 09:45, John Tapsell wrote: > Why do we let people create branches on the main git server anyway? > Well for feature branches its fine and kind of the point of git. There's no reason to let non-admins create version branches though. Ian

Re: 4.6 branches created in git again

2011-03-20 Thread Ian Monroe
On Sun, Mar 20, 2011 at 09:09, Andreas Hartmetz wrote: > On Sunday 20 March 2011 14:38:40 Albert Astals Cid wrote: >> Can you please be careful and do not create incorrectly 4.6 branches in >> places where the branch is called KDE/4.6 (e.g kdelibs and kde-runtime) >> >> Ian can you kill them? >> >

Re: Review of the branch plasma/declarative in kdelibs

2011-02-23 Thread Ian Monroe
On Wed, Feb 23, 2011 at 05:54, Artur de Souza wrote: > Quoting Ian Monroe : >> >> I understand the need to provide to the QML developer stuff like i18n >> and a way to look up the location of icons, but I'm less sure having >> an actual QIcon/KIcon object. We&#x

Re: Review of the branch plasma/declarative in kdelibs

2011-02-22 Thread Ian Monroe
On Tue, Feb 22, 2011 at 14:41, Marco Martin wrote: > Hi all, > in kdelibs there is since some time a branch called plasma/declarative that > contains a new little library, that depends at the moment on kdecore and kdeui > (probably is possible to make it depend only from kdecore) that is meant to

Re: splitting up kdebase in git

2011-02-11 Thread Ian Monroe
2011/2/11 Ingo Klöcker : > On Friday 11 February 2011, Ian Monroe wrote: >> On Fri, Feb 11, 2011 at 14:06, Davide Bettio wrote: >> > Hi, >> > >> > Our default wallpapers used to be part of kdebase/workspace, but >> > during the git migration they

Re: splitting up kdebase in git

2011-02-11 Thread Ian Monroe
On Fri, Feb 11, 2011 at 14:06, Davide Bettio wrote: > Hi, > > Our default wallpapers used to be part of kdebase/workspace, but during > the git migration they've been removed from workspace due the size of > that directory. > Wallpapers can't be kept in a git repository because every time a git >

Re: A Qt replacement for KGlobal::ref and deref

2011-02-10 Thread Ian Monroe
On Thu, Feb 10, 2011 at 08:43, Thiago Macieira wrote: > Em quinta-feira, 10 de fevereiro de 2011, às 10:49:08, Stefan Majewsky > escreveu: >> On Thu, Feb 10, 2011 at 9:14 AM, Thiago Macieira wrote: >> > The correct way to solve this problem is to show another window >> > indicating that it is doi

Re: Merge or Cherry-Pick?

2011-02-10 Thread Ian Monroe
On Thu, Feb 10, 2011 at 04:31, Johannes Sixt wrote: > Am 2/10/2011 10:40, schrieb Ben Cooksley: >> On Thu, Feb 10, 2011 at 9:35 PM, Johannes Sixt wrote: >>>  git push origin KDE/4.6 >> >> This is wrong, as it would try to push the content of HEAD (the merge >> of origin/KDE/4.6 into a checkout of

Re: git clone kde:kde-workspace hangs

2011-02-08 Thread Ian Monroe
On Mon, Feb 7, 2011 at 16:29, Martin Koller wrote: > On Sunday, 6. February 2011 23:54:07 Thiago Macieira wrote: >> On Sunday, 6 de February de 2011 16:48:21 Shaun Reich wrote: >> > On Sun, Feb 6, 2011 at 4:30 PM, Martin Koller wrote: >> > > Hi, >> > > >> > > I've tried already several times toda

Re: Merge or Cherry-Pick?

2011-02-08 Thread Ian Monroe
2011/2/8 Nicolás Alvarez : > On 03/02/2011, Johannes Sixt wrote: >> Am 2/3/2011 12:15, schrieb Hugo Pereira Da Costa: >> Before anybody begins to work in this way, someone with sufficient >> knowlege must introduce the first real merge of the 4.6 branch into the >> master branch. The conflicts mus

Re: Merge or Cherry-Pick?

2011-02-02 Thread Ian Monroe
> On Wednesday 19 January 2011, Ian Monroe wrote: >> > Can somebody please add a simple step-by-step howto, what I have to do >> > with identity.kde.org, projects.kde.org and git.kde.org, how the git >> > push/merge/branching policy is for KDE, etc. If there are exi

Re: proposal: remove KTextEditor interface from kdelibs repository

2011-02-01 Thread Ian Monroe
On Mon, Jan 31, 2011 at 21:19, Aaron J. Seigo wrote: >[snip] > oh well, KTextEditor isn't an option, Should we give up so easily on this? The whole point of modularization is to remove cross-module dependencies, just like KHTML depending on KTextEditor. Ideally this sort of "sideways" dependency

next steps with Git migration

2011-01-31 Thread Ian Monroe
So thanks to everyone's patience with some of this issues this weekend. I want to thank KO for their sponsorship and we all should thank Nicolás Alvarez (PovAddict), as he is responsible for significant size reductions in the repositories (probably about ~100mb/main repo on average). Now that the

Re: kdelibs, kdebase moving to Git this Saturday

2011-01-30 Thread Ian Monroe
On Sun, Jan 30, 2011 at 08:58, Torgny Nyblom wrote: > On Sunday 30 January 2011 14.38.17 Tom Albers wrote: >> - Original Message - >> >> > On 1/30/2011 1:17 PM, Marco Martin wrote: >> > > in the runtime repository, the "pics" directory doesn't seem >> > > available, but >> > > the main CMa

Re: kdelibs, kdebase moving to Git this Saturday

2011-01-28 Thread Ian Monroe
On Fri, Jan 28, 2011 at 05:27, Johannes Sixt wrote: > Am 1/28/2011 12:19, schrieb Torgny Nyblom: >> On Friday 28 January 2011 11.05.43 Johannes Sixt wrote: >>> Doesn't it operate with a git-fast-import stream? Wouldn't it just mean to >>> flip a LF to a SP here and there? You wouldn't even have to

kdelibs, kdebase moving to Git this Saturday

2011-01-25 Thread Ian Monroe
de-runtime, kdelibs). git://anongit.kde.org/scratch/nalvarez/kdelibs-convtest git://anongit.kde.org/scratch/ianmonroe/kdebase-apps git://anongit.kde.org/scratch/ianmonroe/kdebase-runtime git://anongit.kde.org/scratch/ianmonroe/kdebase-workspace git://anongit.kde.org/scratch/ianmonroe/konsole T

Re: [PATCH] Re: KDE 4.6.0: go or no go?

2011-01-20 Thread Ian Monroe
On Thu, Jan 20, 2011 at 08:18, Sebastian Trüg wrote: > This patch does in no way solve the issue. I'm not sure what the release team is supposed to do with this statement. What do you think of 246678 and the 4.6.0 release? Ian

Re: KDE git docs for dummies ? WAS: Re: splitting up kdebase in git

2011-01-19 Thread Ian Monroe
2011/1/19 Alexander Neundorf : > Hi, > > now that it's getting serious, can somebody who is working on the git > migration, *please* take care and write proper documentation on > techbase.kde.org for git dummies ? > > http://techbase.kde.org/Development/Tutorials/Git , which is the first google > r

kdebindings 4.7 was modularized and has now moved to Git

2011-01-11 Thread Ian Monroe
KDE Bindings 4.7 has moved to Git. Hooray! You can browse through the projects at: https://projects.kde.org/projects/kde/kdebindings 4.6 will continue to be developed in SVN. We still need to update some docs on Techbase and such. Thanks, Ian

Re: kdebase-workspace and kdebase-runtime git repos to validate

2010-12-14 Thread Ian Monroe
On Mon, Dec 13, 2010 at 18:22, Ian Monroe wrote: > So kdelibs and kdebase are switching to Git, probably not Dec 20/21 as > was previously thought, but at the release of 4.6.0. > > Whether its next week or next month though, its pretty soon. :) > > I have three work-in-progres

kdebase-workspace and kdebase-runtime git repos to validate

2010-12-13 Thread Ian Monroe
VN log did even. The branches (especially the early CVS ones) are a bit confused, this is a work-in-progress. cvs2svn has some known issues I think, but we'll do our best. The only repo I have left to start is kdebase-apps. Thanks for any feedback you have, Ian Monroe

Trial run of the kdelibs git

2010-12-04 Thread Ian Monroe
sue is what the Kate folks are planning, though I don't believe it should affect the git conversion. Thanks, Ian Monroe

Re: Move kruler to git

2010-11-01 Thread Ian Monroe
2010/11/1 Mathias Soeken : > Hello, > > I would like to move kruler to git, but I need some help how to proceed. > Should the kdegraphics project move all at once, or will there be a Graphics > module in projects.kde.org which will hold all the sub-projects? > > Are there some online resources how