[Kst] Reverts, and 3.1

Barth Netterfield netterfield at astro.utoronto.ca
Mon May 23 19:14:52 CEST 2005


Let not revert commits for these reasons (instead if someone notices them, 
just ask the committer to fix them) because:
	i) As far as I know, there is no promise that HEAD work under 3.1 all the 
time - just that the releases (including DRs and Betas) do.
	ii) it is good to get testing new features as early as possible, in case 
there are fundamental issues.

But this brings up the ongoing question: when can we break from 3.1?
It has become a growing pain to maintain it: especially the UI file 
incompatibility: the XPM/PNG issue makes it a huge pain to work on UI files 
at all.

So:
i) can raise the requirement now?
ii) what should we raise it to?  
	-What is the lowest version of qt which can use pngs?
	-What versions are people using now?

I propose we raise to 3.3 for 1.2, but keep 3.1 for 1.1.?

cbn

On May 21, 2005 02:00, George Staikos wrote:
> This commit broke a lot of things.  Sorry, but I am going to revert it for
> now for the following reasons:
>
> 1) all the UI files were set to 3.3
> 2) the translation files have all kinds of things "annoying" to the
> translation team (accels / meaningless strings) - see fixuifiles
> 3) XPMs were replaced with PNGs everywhere which breaks KDE 3.1 builds
>
> The diff is easily accessible so you can reapply it once those are fixed. 
> I would normally leave it in but we need to be able to update machines
> running 3.1 in Paris and this prevents it.
>
> Also it's quite a huge change.  Some parts of it don't even seem to be
> related to the commit log.  Can you provide some more insight into the
> changes and your approach?
>
> Thanks
>
> On Friday 20 May 2005 19:33, Rick Chern wrote:
> > SVN commit 416269 by rchern:
> >
> > multiple edit mode for data object dialogs CCMAIL:
> > 96862-done at bugs.kde.org
> >
> >  M  +4 -0      trunk/extragear/graphics/kst/kst/Makefile.am
> >  M  +307 -244  trunk/extragear/graphics/kst/kst/curvedialog.ui
> >  M  +52 -2     trunk/extragear/graphics/kst/kst/dataobjectdialog.h
> >  A             trunk/extragear/graphics/kst/kst/editmultiplewidget.ui
> >  M  +274 -221  trunk/extragear/graphics/kst/kst/eqdialog.ui
> >  M  +482 -426  trunk/extragear/graphics/kst/kst/eventmonitor.ui
> >  M  +362 -284  trunk/extragear/graphics/kst/kst/hsdialog.ui
> >  M  +457 -384  trunk/extragear/graphics/kst/kst/imagedialog.ui
> >  M  +308 -53   trunk/extragear/graphics/kst/kst/kstcurvedialog_i.cpp
> >  M  +43 -0     trunk/extragear/graphics/kst/kst/kstcurvedialog_i.h
> >  M  +133 -38   trunk/extragear/graphics/kst/kst/ksteqdialog_i.cpp
> >  M  +184 -11   trunk/extragear/graphics/kst/kst/ksteventmonitor_i.cpp
> >  M  +25 -0     trunk/extragear/graphics/kst/kst/ksteventmonitor_i.h
> >  M  +177 -37   trunk/extragear/graphics/kst/kst/ksthsdialog_i.cpp
> >  M  +31 -2     trunk/extragear/graphics/kst/kst/ksthsdialog_i.h
> >  M  +4 -2      trunk/extragear/graphics/kst/kst/kstimage.cpp
> >  M  +2 -0      trunk/extragear/graphics/kst/kst/kstimage.h
> >  M  +341 -64   trunk/extragear/graphics/kst/kst/kstimagedialog_i.cpp
> >  M  +39 -6     trunk/extragear/graphics/kst/kst/kstimagedialog_i.h
> >  M  +228 -39   trunk/extragear/graphics/kst/kst/kstmatrixdialog_i.cpp
> >  M  +29 -1     trunk/extragear/graphics/kst/kst/kstmatrixdialog_i.h
> >  M  +4 -2      trunk/extragear/graphics/kst/kst/kstplugindialog_i.cpp
> >  M  +172 -23   trunk/extragear/graphics/kst/kst/kstpsddialog_i.cpp
> >  M  +28 -1     trunk/extragear/graphics/kst/kst/kstpsddialog_i.h
> >  M  +330 -45   trunk/extragear/graphics/kst/kst/kstvectordialog_i.cpp
> >  M  +44 -8     trunk/extragear/graphics/kst/kst/kstvectordialog_i.h
> >  M  +363 -278  trunk/extragear/graphics/kst/kst/matrixdialog.ui
> >  M  +141 -68   trunk/extragear/graphics/kst/kst/psddialog.ui
> >  M  +363 -302  trunk/extragear/graphics/kst/kst/vectordialog.ui
> >
> >
> > _______________________________________________
> > Kst mailing list
> > Kst at kde.org
> > https://mail.kde.org/mailman/listinfo/kst


More information about the Kst mailing list