Re: [patch] load images from filesystem if not found in the resources

2007-10-21 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I don't understand this. Bernhard restores lost functionalities doesn't > it? Yes, it does (partially). > If you ui files points to icons not present in the resource LyX will > search them on disk. That's good, but it's still a regression. For instance, I don't wanna

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Bernhard Roider wrote: With this patch the file system is only searched for an image if it is not found in the resources. This is bad, as long as LyX doesn't use stock icons. I don't understand this. Bernhard restores lost functionalities doesn't it? If you ui file

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > So why don't we just use those in LyX? Because not everybody uses the same icon theme on KDE. OTOH it would be cool if we could just use what the system uses. Jürgen

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Andre Poenitz
On Sat, Oct 20, 2007 at 11:37:21AM +0200, Georg Baum wrote: > Bernhard Roider wrote: > > > Jürgen Spitzmüller schrieb: > >> Andre Poenitz wrote: > >>> Has anybody _ever_ customized his icons? > >> > >> Sure. All the time (I used icons from my KDE icon theme instead of the > >> ugly ones shipped wi

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Bernhard Roider
Georg Baum schrieb: Bernhard Roider wrote: Jürgen Spitzmüller schrieb: Andre Poenitz wrote: Has anybody _ever_ customized his icons? Sure. All the time (I used icons from my KDE icon theme instead of the ugly ones shipped with LyX). Me too (well, not always KDE ones, but e.g. I used the 1.

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Georg Baum
Bernhard Roider wrote: > Jürgen Spitzmüller schrieb: >> Andre Poenitz wrote: >>> Has anybody _ever_ customized his icons? >> >> Sure. All the time (I used icons from my KDE icon theme instead of the >> ugly ones shipped with LyX). Me too (well, not always KDE ones, but e.g. I used the 1.4 icons f

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Jürgen Spitzmüller
Bernhard Roider wrote: > With this patch the file system is only searched for an image if it is not > found in the resources. This is bad, as long as LyX doesn't use stock icons. Jürgen

Re: [patch] load images from filesystem if not found in the resources

2007-10-20 Thread Bernhard Roider
Jürgen Spitzmüller schrieb: Andre Poenitz wrote: Has anybody _ever_ customized his icons? Sure. All the time (I used icons from my KDE icon theme instead of the ugly ones shipped with LyX). With this patch the file system is only searched for an image if it is not found in the resources.

Re: [patch] load images from filesystem if not found in the resources

2007-10-19 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > Has anybody _ever_ customized his icons? Sure. All the time (I used icons from my KDE icon theme instead of the ugly ones shipped with LyX). Jürgen

Re: [patch] load images from filesystem if not found in the resources

2007-10-19 Thread Andre Poenitz
On Sat, Oct 20, 2007 at 12:03:33AM +0200, Bernhard Roider wrote: > as the subject says: this patch makes it possible again to cusomize the > toolbars with user defined images. if nobody objects i'll put it in > tomorrow. Looks ok. [Has anybody _ever_ customized his icons?] Andre'

[patch] load images from filesystem if not found in the resources

2007-10-19 Thread Bernhard Roider
as the subject says: this patch makes it possible again to cusomize the toolbars with user defined images. if nobody objects i'll put it in tomorrow. bernhard Index: src/frontends/qt4/GuiToolbar.cpp === --- src/frontends/qt4/GuiTool