Re: [LyX/master] Introducing color themes

2025-03-11 Thread Koji Yokota
> 2025/03/02 23:07、Scott Kostyshak のメール: > > support/FileName.cpp (464): Directory > '/home/scott/lyxbuilds/master-master/user-dirthemes' does not exist! > > The message goes away with the following change: > > - usr_theme_dir.set((package().user_support().absFileName() + > "themes").c

Re: [LyX/master] Introducing color themes

2025-03-06 Thread Scott Kostyshak
On Thu, Mar 06, 2025 at 10:42:30PM +0900, Koji Yokota wrote: > Fixed in #692cf92. Thanks! I confirm I no longer receive the message in the terminal. Thank you! Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinf

Re: [LyX/master] Introducing color themes

2025-03-06 Thread Koji Yokota
Fixed in #692cf92. Thanks! Koji -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Introducing color themes

2025-03-06 Thread Koji Yokota
> 2025/03/06 20:13、Jean-Marc Lasgouttes のメール: > > addPath() takes care of that for you. Thank you! That’s the one I need :) Koji-- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: [LyX/master] Introducing color themes

2025-03-06 Thread Jean-Marc Lasgouttes
Le 06/03/2025 à 10:10, Koji Yokota a écrit : 2025/03/02 23:07、Scott Kostyshak のメール: support/FileName.cpp (464): Directory '/home/scott/lyxbuilds/master-master/user-dirthemes' does not exist! The message goes away with the following change: - usr_theme_dir.set((package().user_support

Re: [LyX/master] Introducing color themes

2025-03-06 Thread Scott Kostyshak
On Thu, Mar 06, 2025 at 06:10:39PM +0900, Koji Yokota wrote: > > > 2025/03/02 23:07、Scott Kostyshak のメール: > > > > support/FileName.cpp (464): Directory > > '/home/scott/lyxbuilds/master-master/user-dirthemes' does not exist! > > > > The message goes away with the following change: > > > > -

Re: [LyX/master] Introducing color themes

2025-03-02 Thread Scott Kostyshak
On Wed, Feb 26, 2025 at 01:19:54AM +, Koji Yokota wrote: > commit bb15f649ce05a4c6e2af5ff0baf7055477639c16 > Author: Koji Yokota > Date: Wed Feb 26 10:15:42 2025 +0900 > > Introducing color themes > > development/cmake/Install.cmake | 3 +- > lib/Makefile.am

Re: [LyX/master] Introducing color themes

2025-03-02 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 03:14:44PM +0100, Pavel Sanda wrote: > Last but not least, please look at the [automated testing] emails in the list. > It's testing for very old and very new gcc compilers/Qt's, some Qt ifdefs are > probably needed > for your feature to work on these setups I fixed those,

Re: [LyX/master] Introducing color themes

2025-03-01 Thread Jürgen Spitzmüller
Am Sonntag, dem 02.03.2025 um 00:22 +0100 schrieb Pavel Sanda: > Launch lyx (master), create new file, Insert greyed-out note and you > might see it in the console. Do you? Yes. Should be fixed. -- Jürgen -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/

Re: [LyX/master] Introducing color themes

2025-03-01 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 11:14:02AM +0100, Jürgen Spitzmüller wrote: > Am Donnerstag, dem 27.02.2025 um 13:41 +0900 schrieb Koji Yokota: > > Since the color ???notefontcolor??? is not included in ColorCode.h, it > > will not be handled in changing color theme. Is this color newly > > introduced? (Ma

Re: [LyX/master] Introducing color themes

2025-02-27 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 01:41:09PM +0900, Koji Yokota wrote: > > E.g. Color on button of margin inset is totally unreadable, > > I corrected this in the attached file. I hope this looks good now. (I found > choosing color is difficult. Human perception of color doesn???t look linear!) Good, than

Re: [LyX/master] Introducing color themes

2025-02-27 Thread Pavel Sanda
On Thu, Feb 27, 2025 at 03:05:08PM +0900, Koji Yokota wrote: > > Perhaps we should create short document with all possible insets and double > > check the themes we will officially ship? > > I think I???m going to create it if it can be shared somewhere. Is there a > good place to put it? I woul

Re: [LyX/master] Introducing color themes

2025-02-27 Thread Jürgen Spitzmüller
Am Donnerstag, dem 27.02.2025 um 13:41 +0900 schrieb Koji Yokota: > Since the color “notefontcolor” is not included in ColorCode.h, it > will not be handled in changing color theme. Is this color newly > introduced? (Maybe Juergen knows it?) This is more likely due to my work. A recipe would be go

Re: [LyX/master] Introducing color themes

2025-02-26 Thread Koji Yokota
> Perhaps we should create short document with all possible insets and double > check the themes we will officially ship? I think I’m going to create it if it can be shared somewhere. Is there a good place to put it? Koji-- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/ma

Re: [LyX/master] Introducing color themes

2025-02-26 Thread Koji Yokota
Pavel, thanks for looking at it.E.g. Color on button of margin inset is totally unreadable,I corrected this in the attached file. I hope this looks good now. (I found choosing color is difficult. Human perception of color doesn’t look linear!) text inside Greyedout inset is not well readable,This l

Re: [LyX/master] Introducing color themes

2025-02-26 Thread Pavel Sanda
On Wed, Feb 26, 2025 at 01:19:54AM +, Koji Yokota wrote: > commit bb15f649ce05a4c6e2af5ff0baf7055477639c16 > Author: Koji Yokota > Date: Wed Feb 26 10:15:42 2025 +0900 > > Introducing color themes > > development/cmake/Install.cmake | 3 +- > lib/Makefile.am

Re: [LyX/master] Introducing color themes

2025-02-26 Thread Pavel Sanda
On Wed, Feb 26, 2025 at 10:15:20PM +0100, Pavel Sanda wrote: > On Wed, Feb 26, 2025 at 01:19:54AM +, Koji Yokota wrote: > > commit bb15f649ce05a4c6e2af5ff0baf7055477639c16 > > Author: Koji Yokota > > Date: Wed Feb 26 10:15:42 2025 +0900 > > > > Introducing color themes Also I see on th