]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/FindAndReplace.cpp
TeXOnePar() simplification: use pit_type instead of iterator
[lyx.git] / src / frontends / qt4 / FindAndReplace.cpp
2010-12-18 Abdelrazak YounesTeXOnePar() simplification: use pit_type instead of...
2010-11-27 Pavel SandaThis string composition badly fails on some languages...
2010-11-21 Tommaso CucinottaFinalize macros that are being typed (both in main...
2010-09-29 Richard HeckClean up this code a little bit.
2010-09-29 Richard HeckSimplify some of the find and replace code now, since...
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-26 Edwin Leuvenadv search/replace: move insert regexp to context menu
2010-03-25 Edwin Leuvensimplify adv search/replace layout
2010-03-24 Enrico ForestieriFix for Qt 4.2 (patch mostly from JMarc).
2010-03-21 Edwin Leuven- make the advanced search/replace dialog play nice...
2010-03-20 Tommaso CucinottaFixed issues in backward search in various corner cases...
2010-03-11 Vincent van RavesteijnAdjust the window settings for MacOSX.
2010-01-29 Jürgen Spitzmüller* FindAndReplace.cpp:
2010-01-27 Vincent van RavesteijnRewrite FindAndReplace::eventFilter() and make it more...
2010-01-27 Tommaso CucinottaGet rid of non-existent slot warning after removal...
2010-01-25 Jürgen SpitzmüllerFindAndReplace.cpp: line length and formatting blues
2010-01-25 Jürgen Spitzmüller* add forgotten l7n tags.
2010-01-25 Jürgen Spitzmüller* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.
2010-01-23 Jürgen Spitzmüller* FindReplace.cpp:
2010-01-22 Jürgen Spitzmüller* FindReplace: allow proper localization.
2010-01-20 Tommaso CucinottaDispatch BUFFER_SWITCH only if buffer actually changed...
2010-01-10 Tommaso CucinottaAdded hourglass cursor while searching.
2010-01-10 Vincent van RavesteijnCosmetics mainly: Rename math.h to cmath, reorder some...
2010-01-09 Tommaso CucinottaAdded ALL_MANUALS scope to Advanced Find & Replace.
2010-01-04 Tommaso CucinottaAdvanced F&R rework:
2009-12-31 Vincent van RavesteijnRevert r32673 and remove the extra redraw and setFocus...
2009-12-30 Tommaso CucinottaImplemented S_OPEN_BUFFERS scope in Advanced Find featu...
2009-12-30 Tommaso CucinottaImplemented the "Current Buffer" & "Current (Master...
2009-12-29 Tommaso CucinottaNow, on C-S-f, only the findWA cursor remains visible...
2009-12-17 Tommaso CucinottaRemoved unneeded commented code (fixing #6333).
2009-12-17 Tommaso CucinottaFix of bug #6333 (main document WA was entirely selecte...
2009-11-02 Vincent van RavesteijnFix bug #6144: Remover RegExp from them Menu and give...
2009-09-24 Enrico ForestieriFix FindAndReplace dialog for Qt < 4.4.0.
2009-08-22 Tommaso CucinottaAdvanced Find and Replace turned to a NoBuffer dialog...
2009-08-21 Tommaso CucinottaAdvanced Search GUI enhancements (tooltips, navigation...
2009-08-19 Tommaso CucinottaFirst implementation of feature in bug #3696
2009-08-19 Tommaso CucinottaFixed Find LyX with replace, in common use cases.
2009-08-17 Pavel SandaAdd find debug level. Patch from Tommaso.
2009-08-15 Pavel SandaFix searching bug #6139.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-02-12 Richard HeckSquash warnings.
2009-01-14 Pavel SandaFindAdvSearch. Next patch from Tommaso.
2008-12-23 Abdelrazak YounesFindAndReplace by Tommaso:
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and add a WorkArea...
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification.
2008-11-22 Abdelrazak YounesFindAndReplace: more simplification and correct focus...
2008-11-22 Abdelrazak YounesTransfer more things from FindAndReplace to EmbeddedWor...
2008-11-22 Abdelrazak YounesCreate a new EmbeddedWorkArea for dialog embedding...
2008-11-16 Abdelrazak YounesTommaso patch part 6, FindAndReplace not compiled yet.