Re: Search LyX Text Functionality.

2007-07-17 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: I'll try to look at the Controller code tommorrow. Obviously, the controller was missing. Added a new patch. T.

Re: Search LyX Text Functionality.

2007-07-17 Thread Jürgen Spitzmüller
Tommaso Cucinotta wrote: Added a new patch. Hi Tommaso, this is just to let you know that we are actually noticing what you are doing :-) You might be aware that we are busy with getting 1.5.0 out (and in feature freeze), so you will have to be a bit patient. I have applied your patch and

Convert source code to utf8? (was Re: Search LyX Text Functionality.

2007-07-17 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: - our source files are encoded in latin 1 (your patch mangles names with special characters, such as Bjønnes) Shouldn't we convert that to utf8 before 1.5.0? I remind you that we need to do that for layouts too. Abdel.

Re: Search LyX Text Functionality.

2007-07-17 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: I'll try to look at the Controller code tommorrow. Obviously, the controller was missing. Added a new patch. T.

Re: Search LyX Text Functionality.

2007-07-17 Thread Jürgen Spitzmüller
Tommaso Cucinotta wrote: > Added a new patch. Hi Tommaso, this is just to let you know that we are actually noticing what you are doing :-) You might be aware that we are busy with getting 1.5.0 out (and in feature freeze), so you will have to be a bit patient. I have applied your patch and

Convert source code to utf8? (was Re: Search LyX Text Functionality.

2007-07-17 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: - our source files are encoded in latin 1 (your patch mangles names with special characters, such as "Bjønnes") Shouldn't we convert that to utf8 before 1.5.0? I remind you that we need to do that for layouts too. Abdel.

Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Hi all, please, consider the feature request I posted to bugzilla: having an advanced search/replace functionality allowing to find/replace segments of LyX Text, including math. Initial idea description and prototype implementation patch: http://bugzilla.lyx.org/show_bug.cgi?id=3982 Patch

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Hi all, please, consider the feature request I posted to bugzilla: having an advanced search/replace functionality allowing to find/replace segments of LyX Text, including math. Initial idea description and prototype implementation patch:

Re: Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used svn diff src lib lyx.patch, and I didn't notice it was not adding new files to the patch. Any switch to svn

Re: Search LyX Text Functionality.

2007-07-16 Thread Richard Heck
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used svn diff src lib lyx.patch, and I didn't notice it was not adding new files to the

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Richard Heck wrote: Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used svn diff src lib lyx.patch, and I didn't notice it was not

Re: Search LyX Text Functionality.

2007-07-16 Thread Richard Heck
Abdelrazak Younes wrote: Richard Heck wrote: Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used svn diff src lib lyx.patch, and I

Re: Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Richard Heck ha scritto: Yes, it doesn't actually commit anything: only svn ci will do that. svn add just registers the files with your local copy, so svn diff, etc, will see them. In fact, done. Please, find the patched patch at bug 3998. http://bugzilla.lyx.org/show_bug.cgi?id=3998 Added

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Richard Heck ha scritto: Yes, it doesn't actually commit anything: only svn ci will do that. svn add just registers the files with your local copy, so svn diff, etc, will see them. In fact, done. Please, find the patched patch at bug 3998.

Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Hi all, please, consider the feature request I posted to bugzilla: having an advanced search/replace functionality allowing to find/replace segments of LyX Text, including math. Initial idea description and prototype implementation patch: http://bugzilla.lyx.org/show_bug.cgi?id=3982 Patch

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Hi all, please, consider the feature request I posted to bugzilla: having an advanced search/replace functionality allowing to find/replace segments of LyX Text, including math. Initial idea description and prototype implementation patch:

Re: Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used "svn diff src lib > lyx.patch", and I didn't notice it was not adding new files to the patch. Any switch to

Re: Search LyX Text Functionality.

2007-07-16 Thread Richard Heck
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used "svn diff src lib > lyx.patch", and I didn't notice it was not adding new files to

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Richard Heck wrote: Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used "svn diff src lib > lyx.patch", and I didn't notice it was not

Re: Search LyX Text Functionality.

2007-07-16 Thread Richard Heck
Abdelrazak Younes wrote: Richard Heck wrote: Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: - First your patch is not complete in bugzilla, the added QSearch.{h,cpp} and QSearchAdv.{h,cpp} are missing. Please send a complete patch. Hello, I used "svn diff src lib > lyx.patch", and I

Re: Search LyX Text Functionality.

2007-07-16 Thread Tommaso Cucinotta
Richard Heck ha scritto: Yes, it doesn't actually commit anything: only svn ci will do that. svn add just registers the files with your local copy, so svn diff, etc, will see them. In fact, done. Please, find the patched patch at bug 3998. http://bugzilla.lyx.org/show_bug.cgi?id=3998 Added

Re: Search LyX Text Functionality.

2007-07-16 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Richard Heck ha scritto: Yes, it doesn't actually commit anything: only svn ci will do that. svn add just registers the files with your local copy, so svn diff, etc, will see them. In fact, done. Please, find the patched patch at bug 3998.