Re: toolbars Lock menu

2016-10-08 Thread racoon
I have created a patch at https://www.lyx.org/trac/ticket/10283. On 23.09.2016 00:47, Guillaume Munch wrote: Le 22/09/2016 à 09:18, racoon a écrit : On 21.09.2016 17:24, Guillaume Munch wrote: * I expected to find the lock toolbar option when right-clicking on the toolbars. Do you know where

Re: toolbars Lock menu

2016-09-22 Thread Guillaume Munch
Le 22/09/2016 à 09:18, racoon a écrit : Hi Guillaume, Thanks a lot. I have added some comments. I tried to fix what I could. I am a total amateur in this. I don't know what bug there should be since it works as expected for me. It would be great if you give me further instructions or just show

Re: toolbars Lock menu

2016-09-22 Thread racoon
Hi Guillaume, Thanks a lot. I have added some comments. I tried to fix what I could. I am a total amateur in this. I don't know what bug there should be since it works as expected for me. It would be great if you give me further instructions or just show me how to do the improvements. While I

Re: toolbars Lock menu

2016-09-21 Thread Guillaume Munch
Le 11/08/2016 à 14:56, racoon a écrit : Hi, Thanks and sorry for the delay. Here is an updated version. (I hope I have not forgotten to include all files in the patch.) This time the Lock Toolbars Positions is locked if and only if each toolbar is locked. I guess that makes more sense. Hi

Re: toolbars Lock menu

2016-08-11 Thread racoon
On 11.08.2016 14:56, racoon wrote: On 20.07.2016 16:41, Guillaume Munch wrote: Le 12/07/2016 13:30, racoon a écrit : I have attached a first attempt at implementing a toolbar lock. (Unfortunately, it is a bit intermingled with a lfun implementation for changing the icon-size.) Hi, I can

Re: toolbars Lock menu

2016-08-11 Thread racoon
On 20.07.2016 16:41, Guillaume Munch wrote: Le 12/07/2016 13:30, racoon a écrit : I have attached a first attempt at implementing a toolbar lock. (Unfortunately, it is a bit intermingled with a lfun implementation for changing the icon-size.) Hi, I can have a look. Do you have an updated

Re: toolbars Lock menu

2016-07-20 Thread Guillaume Munch
Le 12/07/2016 13:30, racoon a écrit : I have attached a first attempt at implementing a toolbar lock. (Unfortunately, it is a bit intermingled with a lfun implementation for changing the icon-size.) Hi, I can have a look. Do you have an updated patch in the meanwhile?

Re: toolbars Lock menu

2016-07-12 Thread racoon
I have attached a first attempt at implementing a toolbar lock. (Unfortunately, it is a bit intermingled with a lfun implementation for changing the icon-size.) Toolbars can be (un)locked individually via the lfun command toolbar-movable , e.g. toolbar-movable standard Toolbars can be

Re: toolbars Lock menu

2016-07-11 Thread racoon
On 11.07.2016 09:23, racoon wrote: I have proposed the new feature here: #10283 (and #10282) Outside of trac these numbers don't work that nicely as links. http://www.lyx.org/trac/ticket/10283 http://www.lyx.org/trac/ticket/10282 --- Diese E-Mail wurde von Avast Antivirus-Software auf

Re: toolbars Lock menu

2016-07-11 Thread racoon
On 10.07.2016 04:42, Scott Kostyshak wrote: On Sat, Jul 09, 2016 at 03:19:51PM +0100, José Abílio Matos wrote: On Saturday, July 9, 2016 2:42:11 PM WEST racoon wrote: By the way, since I have never worked on a project like LyX, if anyone has tips on how to work effectively, I am pleased to

Re: toolbars Lock menu

2016-07-09 Thread Scott Kostyshak
On Sat, Jul 09, 2016 at 03:19:51PM +0100, José Abílio Matos wrote: > On Saturday, July 9, 2016 2:42:11 PM WEST racoon wrote: > > By the way, since I have never worked on a project like LyX, if anyone > > has tips on how to work effectively, I am pleased to know. I guess using > > git is one. >

Re: toolbars Lock menu

2016-07-09 Thread José Abílio Matos
On Saturday, July 9, 2016 2:42:11 PM WEST racoon wrote: > By the way, since I have never worked on a project like LyX, if anyone > has tips on how to work effectively, I am pleased to know. I guess using > git is one. The first step is to read: http://www.lyx.org/Development where there are

Re: toolbars Lock menu

2016-07-09 Thread racoon
On 09.07.2016 14:36, racoon wrote: On 09.07.2016 13:48, Guillaume Munch wrote: Le 08/07/2016 15:10, racoon a écrit : On 08.07.2016 08:17, racoon wrote: On 07.07.2016 14:41, racoon wrote: Can someone give me a hint where LyX stores the individual toolbars' properties, i.e. position and

Re: toolbars Lock menu

2016-07-09 Thread racoon
On 09.07.2016 13:48, Guillaume Munch wrote: Le 08/07/2016 15:10, racoon a écrit : On 08.07.2016 08:17, racoon wrote: On 07.07.2016 14:41, racoon wrote: Can someone give me a hint where LyX stores the individual toolbars' properties, i.e. position and visibility. Okay, got it (via

Re: toolbars Lock menu

2016-07-09 Thread Guillaume Munch
Le 08/07/2016 15:10, racoon a écrit : On 08.07.2016 08:17, racoon wrote: On 07.07.2016 14:41, racoon wrote: Can someone give me a hint where LyX stores the individual toolbars' properties, i.e. position and visibility. Okay, got it (via QSettings). I was just a bit confused because the

Re: toolbars Lock menu

2016-07-08 Thread racoon
Okay, next maybe a new LFUN? Not sure I understand fully what I am doing... and it should be "movable" and not "moveable". In LyXAction.cpp: ... void LyXAction::init() { ... ev_item const items[] = { #endif ... /*! * \var lyx::FuncCode

Re: toolbars Lock menu

2016-07-08 Thread racoon
On 08.07.2016 08:17, racoon wrote: On 07.07.2016 14:41, racoon wrote: Can someone give me a hint where LyX stores the individual toolbars' properties, i.e. position and visibility. Okay, got it (via QSettings). I was just a bit confused because the visibility is also (somewhat) stored in the

Re: toolbars Lock menu

2016-07-08 Thread racoon
On 07.07.2016 14:41, racoon wrote: Can someone give me a hint where LyX stores the individual toolbars' properties, i.e. position and visibility. Okay, got it (via QSettings). I was just a bit confused because the visibility is also (somewhat) stored in the preferences file. Daniel

toolbars Lock menu

2016-07-07 Thread racoon
Hi, I'd like to create a lock menu entry in the toolbars menu that makes all toolbars immovable (although I have to do it without testing since I can't compile LyX). As far as I can tell there is no such thing in LyX yet. Can someone give me a hint where LyX stores the individual toolbars'