Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
 
  Whoever broke it, would you mind taking a look at fixing it
 
 Please update your svn version and retest once again. That was already
 fixed.


Sorry, but I don't think so.  :-(  Just got a update. Now running
r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
List dialogs which contain toolbars are still broken.  I'm run on
Ubuntu 7.10.

See attached screenshot...

Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
attachment: lazarus_r13826.png

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Mattias Gaertner
On Tue, 22 Jan 2008 09:24:25 +0100 (CET)
Michael Van Canneyt [EMAIL PROTECTED] wrote:

 
 
 On Tue, 22 Jan 2008, Graeme Geldenhuys wrote:
 
  On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
   
Whoever broke it, would you mind taking a look at fixing it
   
   Please update your svn version and retest once again. That was
   already fixed.
  
  
  Sorry, but I don't think so.  :-(  Just got a update. Now running
  r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
  List dialogs which contain toolbars are still broken.  I'm run on
  Ubuntu 7.10.
  
  See attached screenshot...
 
 This is quite strange, because I submitted a bug report about this,
 and Paul fixed that. I tested his fix a couple of days ago, and the
 toolbar now actually paints the background.  (I used and tested GTK 1)

I can confirm, it has improved, but the the tool button backgrounds are
still not painted correct.

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Damien Gerard


On Jan 22, 2008, at 9:24 AM, Michael Van Canneyt wrote:




On Tue, 22 Jan 2008, Graeme Geldenhuys wrote:


On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:


Whoever broke it, would you mind taking a look at fixing it

Please update your svn version and retest once again. That was  
already

fixed.



Sorry, but I don't think so.  :-(  Just got a update. Now running
r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
List dialogs which contain toolbars are still broken.  I'm run on
Ubuntu 7.10.

See attached screenshot...


This is quite strange, because I submitted a bug report about this,  
and
Paul fixed that. I tested his fix a couple of days ago, and the  
toolbar

now actually paints the background.  (I used and tested GTK 1)




GTk2/ Ubuntu
Not always. If you only put a TToolBar on a new form of a new project  
it works indeed.
However if you put a TListView and you choose to directly edit columns  
from the IDE the toolbar remains transparent.

And you can not select an item in this form.
inline: colomns.jpg


--
Damien Gerard
[EMAIL PROTECTED]

Le temps n'a pas d'importance. Seul le code est important
   -- (f00ty)






Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Michael Van Canneyt


On Tue, 22 Jan 2008, Graeme Geldenhuys wrote:

 On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
  
   Whoever broke it, would you mind taking a look at fixing it
  
  Please update your svn version and retest once again. That was already
  fixed.
 
 
 Sorry, but I don't think so.  :-(  Just got a update. Now running
 r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
 List dialogs which contain toolbars are still broken.  I'm run on
 Ubuntu 7.10.
 
 See attached screenshot...

This is quite strange, because I submitted a bug report about this, and
Paul fixed that. I tested his fix a couple of days ago, and the toolbar 
now actually paints the background.  (I used and tested GTK 1)

Michael.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Paul Ishenin

Damien Gerard wrote:


On Jan 22, 2008, at 9:24 AM, Michael Van Canneyt wrote:




On Tue, 22 Jan 2008, Graeme Geldenhuys wrote:


On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:


Whoever broke it, would you mind taking a look at fixing it


Please update your svn version and retest once again. That was already
fixed.



Sorry, but I don't think so.  :-(  Just got a update. Now running
r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
List dialogs which contain toolbars are still broken.  I'm run on
Ubuntu 7.10.

See attached screenshot...


This is quite strange, because I submitted a bug report about this, and
Paul fixed that. I tested his fix a couple of days ago, and the toolbar
now actually paints the background.  (I used and tested GTK 1)




GTk2/ Ubuntu
Not always. If you only put a TToolBar on a new form of a new project it 
works indeed.
However if you put a TListView and you choose to directly edit columns 
from the IDE the toolbar remains transparent.

And you can not select an item in this form.


Ok, I understand :) I moved some old code in gtk, gtk2 widgetsets and 
forget about toolbar and toolbutton (they are ownerdrawn conrols and I 
thought it is not needed to create special widget for them). Later I 
found toolbar transparency issue and restore widget creation code. Now I 
see that toolbutton is also needs special widget. I only dont understand 
exactly why GtkApiWidget (special widget for drawing) is not enought for 
them.


Anyway, I'll fix this tomorow.

Best regards,
Paul Ishenin.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Mattias Gärtner
Zitat von Paul Ishenin [EMAIL PROTECTED]:

 Damien Gerard wrote:
 
  On Jan 22, 2008, at 9:24 AM, Michael Van Canneyt wrote:
 
 
 
  On Tue, 22 Jan 2008, Graeme Geldenhuys wrote:
 
  On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
 
  Whoever broke it, would you mind taking a look at fixing it
 
  Please update your svn version and retest once again. That was already
  fixed.
 
 
  Sorry, but I don't think so.  :-(  Just got a update. Now running
  r13826. Did a Build All (with a Clean All). Editor Toolbar and Todo
  List dialogs which contain toolbars are still broken.  I'm run on
  Ubuntu 7.10.
 
  See attached screenshot...
 
  This is quite strange, because I submitted a bug report about this, and
  Paul fixed that. I tested his fix a couple of days ago, and the toolbar
  now actually paints the background.  (I used and tested GTK 1)
 
 
 
  GTk2/ Ubuntu
  Not always. If you only put a TToolBar on a new form of a new project it
  works indeed.
  However if you put a TListView and you choose to directly edit columns
  from the IDE the toolbar remains transparent.
  And you can not select an item in this form.

 Ok, I understand :) I moved some old code in gtk, gtk2 widgetsets and
 forget about toolbar and toolbutton (they are ownerdrawn conrols and I
 thought it is not needed to create special widget for them). Later I
 found toolbar transparency issue and restore widget creation code. Now I
 see that toolbutton is also needs special widget. I only dont understand
 exactly why GtkApiWidget (special widget for drawing) is not enought for
 them.

GtkApiWidget is a special widget for custom controls, which do everything
themselves. It is not for regular LCL controls.
AFAIK Marc wanted to replace eventually TToolBar/TToolButton with real widgets
(not LCL drawn).

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Paul Ishenin

Mattias Gärtner wrote:

GtkApiWidget is a special widget for custom controls, which do everything
themselves. It is not for regular LCL controls.
  

TToolButton and TToolBar are also custom controls.

AFAIK Marc wanted to replace eventually TToolBar/TToolButton with real widgets
(not LCL drawn).
  
Yes, and I wanted that too, but this is not easy since gtk, win32, 
carbon and qt needs implementation in one moment.


Best regards,
Paul Ishenin.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Giuliano Colla

Paul Ishenin ha scritto:

Mattias Gärtner wrote:

GtkApiWidget is a special widget for custom controls, which do everything
themselves. It is not for regular LCL controls.
  

TToolButton and TToolBar are also custom controls.
AFAIK Marc wanted to replace eventually TToolBar/TToolButton with real 
widgets

(not LCL drawn).
  
Yes, and I wanted that too, but this is not easy since gtk, win32, 
carbon and qt needs implementation in one moment.




You see what I mean?

Moving implementation from LCL to widgetset is simply the WRONG way to go.

It pushes Lazarus 1.0 farther away each day.

Attached a screenshot of the Configure Custom Tools Dialog, which used 
to show just fine.


Giuliano


--
Giuliano Colla

Whenever people agree with me, I always feel I must be wrong (O. Wilde)
inline: Tools.png

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
  Moving implementation from LCL to widgetset is simply the WRONG way to
  go.
 Then use fpGUI or mseGUI. This is not wrong way, it is way selected by
 lazarus team long time ago. Custom controls cannot bring native
 functionality - only imitation of it. This is not what we want and what
 we need.

Okay, I'll shut up now.


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Paul Ishenin

Giuliano Colla wrote:

Paul Ishenin ha scritto:

Mattias Gärtner wrote:
GtkApiWidget is a special widget for custom controls, which do 
everything

themselves. It is not for regular LCL controls.
  

TToolButton and TToolBar are also custom controls.
AFAIK Marc wanted to replace eventually TToolBar/TToolButton with 
real widgets

(not LCL drawn).
  
Yes, and I wanted that too, but this is not easy since gtk, win32, 
carbon and qt needs implementation in one moment.




You see what I mean?

Moving implementation from LCL to widgetset is simply the WRONG way to 
go.
Then use fpGUI or mseGUI. This is not wrong way, it is way selected by 
lazarus team long time ago. Custom controls cannot bring native 
functionality - only imitation of it. This is not what we want and what 
we need.


Best regards,
Paul Ishenin.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Giuliano Colla [EMAIL PROTECTED] wrote:
 
  Yes, and I wanted that too, but this is not easy since gtk, win32,
  carbon and qt needs implementation in one moment.
 

 You see what I mean?
 Moving implementation from LCL to widgetset is simply the WRONG way to go.
 It pushes Lazarus 1.0 farther away each day.

I can't agree more. And it's a lot more work. One implementation now
becomes 4 and the more widget sets we support, the worse it gets.  A
year or so ago, Lazarus became more and more stable over time (talking
about trunk versions, not release versions). In the last few months
things seem to be going the other way round - more and more things
that used to work are being broken.  :-(


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Giuliano Colla

Paul Ishenin ha scritto:

Giuliano Colla wrote:

Paul Ishenin ha scritto:

Mattias Gärtner wrote:
GtkApiWidget is a special widget for custom controls, which do 
everything

themselves. It is not for regular LCL controls.
  

TToolButton and TToolBar are also custom controls.
AFAIK Marc wanted to replace eventually TToolBar/TToolButton with 
real widgets

(not LCL drawn).
  
Yes, and I wanted that too, but this is not easy since gtk, win32, 
carbon and qt needs implementation in one moment.




You see what I mean?

Moving implementation from LCL to widgetset is simply the WRONG way to 
go.


Then use fpGUI or mseGUI. This is not wrong way, it is way selected by 
lazarus team long time ago. Custom controls cannot bring native 
functionality - only imitation of it. This is not what we want and what 
we need.




The only problem is that you have another goal which is to be Delphi 
compatible. When two goals are in conflict, as they are, you should make 
a choice. Either drop Delphi compatibility and use native widgetsets, or 
drop native widgesets.
Of course I can take my own way, but when you see friends taking a way 
which leads to nowhere, you feel your duty to prevent them. Then it's up 
to them to decide.


Giuliano

--
Giuliano Colla

Whenever people agree with me, I always feel I must be wrong (O. Wilde)

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Al Boldi
Graeme Geldenhuys wrote:
 On 22/01/2008, Paul Ishenin [EMAIL PROTECTED] wrote:
   Moving implementation from LCL to widgetset is simply the WRONG way to
   go.
 
  Then use fpGUI or mseGUI. This is not wrong way, it is way selected by
  lazarus team long time ago. Custom controls cannot bring native
  functionality - only imitation of it. This is not what we want and what
  we need.

 Okay, I'll shut up now.

Before you do that, I just tried fpGUI and it didn't compile due to cursorfont 
unit missing.
So I added {$include cursorfont.inc} from fpc/packages/extra/forms, then it 
compiles ok,
but I get this crash on run using fpc2.0.2:

An unhandled exception occurred at $08055F23 :
EAccessViolation : Access violation
  $08055F23  TNETWINDOWLAYER__UPDATESUPPORTEDATOMS,  line 296 of _netlayer.pas
  $08057856  TNETWINDOWLAYER__CREATE,  line 1021 of _netlayer.pas
  $08051DCD  TFPGWINDOWIMPL__DOSETWINDOWTITLE,  line 1202 of gfx_x11.pas
  $08055A01  TFPGFORM__SETWINDOWPARAMETERS,  line 171 of gui_form.pas
  $08051A79  TFPGWINDOWIMPL__DOALLOCATEWINDOWHANDLE,  line 1090 of gfx_x11.pas
  $0804E0C6  TFPGWINDOWBASE__ALLOCATEWINDOWHANDLE,  line 718 of gfxbase.pas
  $08054845  TFPGWIDGET__HANDLESHOW,  line 468 of gfx_widget.pas
  $08055C8E  TFPGFORM__HANDLESHOW,  line 239 of gui_form.pas
  $08055B63  TFPGFORM__SHOW,  line 197 of gui_form.pas
  $0808C876  TMAINDESIGNER__CREATEWINDOWS,  line 287 of vfdmain.pas
  $08078866  MAINPROC,  line 38 of uidesigner.lpr

How can this be fixed?

Thanks!

--
Al

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Lord Satan
On Tue, 22 Jan 2008 14:15:03 +0100
Giuliano Colla [EMAIL PROTECTED] wrote:

 The only problem is that you have another goal which is to be Delphi 
 compatible. When two goals are in conflict, as they are, you should make 
 a choice. Either drop Delphi compatibility and use native widgetsets, or 
 drop native widgesets.

Great Idea. Drop Delphi compatibility now. Drop it I say. Do you here me, 
Delphi, go away.

Just my 1.57$

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Chris Kirkpatrick



I don't know whether the Toolbar has been correctly fixed (bug 0010530: 
Toolbar background not painted), but bug 0010562: (LazDe toolbar shows 
previous background) certainly has not been resolved - I had assumed it 
was a consequence of the previous bug, and should be resolved when it 
was fixed, but this has not happened.

Regards - Chris





_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders

Graeme Geldenhuys schreef:

As for the latest trunk revision of fpGUI (actually the last week or
so) it's been a bit unstable with verbose output. I'm hunting down a
few bugs and added lots of debug code in there to test between the
supported platforms. It should be back to normal by the end of the
week. [Next time I'll use a private branch for such verbose debugging]



You could also add them with {$IFDEF VerboseDebugFewBugs} and use 
-dVerboseDebugFewBugs in your private builds.


Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Al Boldi [EMAIL PROTECTED] wrote:

 Before you do that, I just tried fpGUI and it didn't compile due to 
 cursorfont unit missing.
 So I added {$include cursorfont.inc} from fpc/packages/extra/forms, then it 
 compiles ok,
 but I get this crash on run using fpc2.0.2:

The last time I tested it worked fine with 2.0.4 and 2.2.0. I honestly
don't see the point in supporting all old versions of FPC when you can
upgrade for free.  So if you can, please upgrade to fpc 2.0.4 or
preferably 2.2.0.  I tend to only support the last two FPC versions
until I know the latest FPC release has proven itself to be truly
stable, then I start using features of that (latest) release.

As far as I can see the 'cursorfont' unit in X11's backed comes from
   fpcsrc/packages/extra/x11/cursorfont.pp

Is there any specific reason you are stuck with 2.0.2 and can't
upgrade?  If it's a good reason, I can consider adding a IFDEF in the
code.

As for the latest trunk revision of fpGUI (actually the last week or
so) it's been a bit unstable with verbose output. I'm hunting down a
few bugs and added lots of debug code in there to test between the
supported platforms. It should be back to normal by the end of the
week. [Next time I'll use a private branch for such verbose debugging]

Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Marc Weustink

Lord Satan wrote:

On Tue, 22 Jan 2008 14:15:03 +0100
Giuliano Colla [EMAIL PROTECTED] wrote:

The only problem is that you have another goal which is to be Delphi 
compatible. When two goals are in conflict, as they are, you should make 
a choice. Either drop Delphi compatibility and use native widgetsets, or 
drop native widgesets.


Great Idea. Drop Delphi compatibility now. Drop it I say. Do you here me, 
Delphi, go away.



can we just stop discussions on this.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Al Boldi
Graeme Geldenhuys wrote:
 On 22/01/2008, Al Boldi [EMAIL PROTECTED] wrote:
  Before you do that, I just tried fpGUI and it didn't compile due to
  cursorfont unit missing. So I added {$include cursorfont.inc} from
  fpc/packages/extra/forms, then it compiles ok, but I get this crash on
  run using fpc2.0.2:

 The last time I tested it worked fine with 2.0.4 and 2.2.0. I honestly
 don't see the point in supporting all old versions of FPC when you can
 upgrade for free.  So if you can, please upgrade to fpc 2.0.4 or
 preferably 2.2.0.  I tend to only support the last two FPC versions
 until I know the latest FPC release has proven itself to be truly
 stable, then I start using features of that (latest) release.

 As far as I can see the 'cursorfont' unit in X11's backed comes from
fpcsrc/packages/extra/x11/cursorfont.pp

 Is there any specific reason you are stuck with 2.0.2 and can't
 upgrade?  If it's a good reason, I can consider adding a IFDEF in the
 code.

Well, when Vincent starts posting incremental updates, I may actually be able 
to upgrade easily.


Thanks!

--
Al

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Vincent Snijders [EMAIL PROTECTED] wrote:

 You could also add them with {$IFDEF VerboseDebugFewBugs} and use
 -dVerboseDebugFewBugs in your private builds.


I should really do that.  Thanks for the idea.


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders

Al Boldi schreef:

Is there any specific reason you are stuck with 2.0.2 and can't
upgrade?  If it's a good reason, I can consider adding a IFDEF in the
code.


Well, when Vincent starts posting incremental updates, I may actually be able 
to upgrade easily.




Are you referring to me? If so, what exactly are you talking about?

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Graeme Geldenhuys
On 22/01/2008, Al Boldi [EMAIL PROTECTED] wrote:
  Is there any specific reason you are stuck with 2.0.2 and can't
  upgrade?  If it's a good reason, I can consider adding a IFDEF in the
  code.

 Well, when Vincent starts posting incremental updates, I may actually be able
 to upgrade easily.


Sorry, I don't understand what you mean. Can you explain a bit more?
Incremental updates of what?


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Al Boldi
Vincent Snijders wrote:
 Al Boldi schreef:
  Is there any specific reason you are stuck with 2.0.2 and can't
  upgrade?  If it's a good reason, I can consider adding a IFDEF in the
  code.
 
  Well, when Vincent starts posting incremental updates, I may actually be
  able to upgrade easily.

 Are you referring to me? If so, what exactly are you talking about?

Sorry Vincent, but I thought you were the person responsible for packaging.  
I am currently on 2.0.2, and when wanting to upgrade to a new stable-release 
there should be a way to download only an incremental update like: 
2.0.2-2.0.4.tgz and 2.0.4-2.2.0.tgz.  Same goes for laz stable-releases.


Thanks!

--
Al

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders

Al Boldi schreef:

Vincent Snijders wrote:

Al Boldi schreef:

Is there any specific reason you are stuck with 2.0.2 and can't
upgrade?  If it's a good reason, I can consider adding a IFDEF in the
code.

Well, when Vincent starts posting incremental updates, I may actually be
able to upgrade easily.

Are you referring to me? If so, what exactly are you talking about?


Sorry Vincent, but I thought you were the person responsible for packaging.  
I am currently on 2.0.2, and when wanting to upgrade to a new stable-release 
there should be a way to download only an incremental update like: 
2.0.2-2.0.4.tgz and 2.0.4-2.2.0.tgz.  Same goes for laz stable-releases.


I am of the people responsible for packaging Lazarus releases.

If you want incremental upgrades, I suggest you start using svn.

Start with
svn co http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 fpc-release.

Then you could do an incremental update by (all on one line):
svn switch http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 
http://svn.freepascal.org/svn/fpc/tags/release_2_2_0 fpc-release


IMHO zipped incremental updates are impossible, because you cannot zip 
file removals.


Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Al Boldi
Vincent Snijders wrote:
 IMHO zipped incremental updates are impossible, because you cannot zip
 file removals.

I think you can, like this:
diff -ruNp file.pas /dev/null  file.diff
patch  file.diff 

This removes the file.


Thanks!

--
Al



_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Felipe Monteiro de Carvalho
I see a lot of complains / demands, so I can't help but to say:

If you see a problem, you can contribute a fix. If you expect someone
else to fix it for you (doesn't matter who broke it), at least be
polite and patient.

If you don't like Lazarus, get your money back.

thank you for your attention,
-- 
Felipe Monteiro de Carvalho

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Vincent Snijders

Al Boldi schreef:

Vincent Snijders wrote:

IMHO zipped incremental updates are impossible, because you cannot zip
file removals.


I think you can, like this:
diff -ruNp file.pas /dev/null  file.diff
patch  file.diff 


This removes the file.



Ok. You can download your patch by (all on one line):
svn diff http://svn.freepascal.org/svn/fpc/tags/release_2_0_2 
http://svn.freepascal.org/svn/fpc/tags/release_2_2_0  ugrade.patch


Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Al Boldi
Vincent Snijders wrote:
 Ok. You can download your patch by (all on one line):
 svn diff http://svn.freepascal.org/svn/fpc/tags/release_2_0_2
 http://svn.freepascal.org/svn/fpc/tags/release_2_2_0  ugrade.patch

Thanks a lot!

When will this be on sourceforge as .bz2?


Thanks again for the great support!

--
Al

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] What is wrong with the Toolbar?

2008-01-21 Thread Graeme Geldenhuys
Hi,

This always used to work fine, but lately any Toolbar component
doesn't paint it's canvas background. This appears under GTK1 and
GTK2.   What changed to break it?  Can we undo that change to get it
back to normal again?  It's very annoying when you use the Editor
Toolbar add-on package with Lazarus.

Whoever broke it, would you mind taking a look at fixing it


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] What is wrong with the Toolbar?

2008-01-21 Thread Paul Ishenin

Graeme Geldenhuys пишет:

Hi,

This always used to work fine, but lately any Toolbar component
doesn't paint it's canvas background. This appears under GTK1 and
GTK2.   What changed to break it?  Can we undo that change to get it
back to normal again?  It's very annoying when you use the Editor
Toolbar add-on package with Lazarus.

Whoever broke it, would you mind taking a look at fixing it

Please update your svn version and retest once again. That was already 
fixed.


Best regards,
Paul Ishenin.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives