]> git.lyx.org Git - lyx.git/log
lyx.git
18 years ago * src/insets/insetbase.h
Georg Baum [Sat, 18 Mar 2006 17:39:54 +0000 (17:39 +0000)]
* src/insets/insetbase.h
* src/insets/insettext.h
(asTextInset): constify

* src/rowpainter.C
(RowPainter::paintInset): remove unneeded casts
(paintPar): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13420 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago Remove -mms-bitfields compiler option on windows, since all qt
Georg Baum [Sat, 18 Mar 2006 17:36:41 +0000 (17:36 +0000)]
Remove -mms-bitfields compiler option on windows, since all qt
releases that we support with the gcc toolchain on windows are
compiled without it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13419 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoexpand redrawing of current row to endpos() AGAIN
Jürgen Spitzmüller [Sat, 18 Mar 2006 17:04:28 +0000 (17:04 +0000)]
expand redrawing of current row to endpos() AGAIN

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13418 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix lib/configure.py invocation for builddir != srcdir
Georg Baum [Sat, 18 Mar 2006 16:14:31 +0000 (16:14 +0000)]
fix lib/configure.py invocation for builddir != srcdir
(create the lib directorty if it does not exist before running the script)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13417 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago Changes to the within-inset row rendering caching code.
Martin Vermeer [Fri, 17 Mar 2006 19:45:28 +0000 (19:45 +0000)]
Changes to the within-inset row rendering caching code.

* insets/insetenv.h:
* insets/insetcollapsable.h: remove method
* insets/insettabular.h:
* insets/insetbase.h: rename, add methods
* insets/insettext.[Ch]: rename method; add Tall()
* paragraph_pimpl.C
(Paragraph::Pimpl::simpleTeXSpecialC): rename call
* mathed/math_hullinset.h: rename method
* rowpainter.C
(RowPainter::paintInset):
(paintPar): remove isTrueTextInset, move to insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13415 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoRemove qt2 support in the following files:
Georg Baum [Fri, 17 Mar 2006 19:02:43 +0000 (19:02 +0000)]
Remove qt2 support in the following files:
* src/frontends/qt2/qt_helpers.C
(makeFontName):

* src/frontends/qt2/QWorkArea.C
(QWorkArea::haveSelection):
(QWorkArea::haveSelection):
(QWorkArea::getClipboard):

* src/frontends/qt2/panelstack.C
(PanelStack::PanelStack):

* src/frontends/qt4/qt_helpers.C
(makeFontName):

* README: remove notice about qt2

* config/qt.m4: make 3.0 the minimum required qt version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13414 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago(getStatus): add extra condition for PASTE to reflect tabularStack (bug 2377)
Jürgen Spitzmüller [Fri, 17 Mar 2006 13:11:32 +0000 (13:11 +0000)]
(getStatus): add extra condition for PASTE to reflect tabularStack (bug 2377)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13411 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago * parser_tools.py (find_tokens_exact): new, extract tokens with
Georg Baum [Fri, 17 Mar 2006 09:52:13 +0000 (09:52 +0000)]
    * parser_tools.py (find_tokens_exact): new, extract tokens with
        exact match
        * parser_tools.py (find_token2): rename to find_token_exact and make
        it work for tokens with spaces
        * lyx_1_4.py (revert_box, convert_collapsable, revert_bibtopic,
        convert_float): use find_token(s)_exact instead of find_token(s).
        This does not match "FloatList" when "Float" is searched (bug 2245)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13410 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago * src/frontends/qt4/QWorkArea.C
Georg Baum [Thu, 16 Mar 2006 20:34:20 +0000 (20:34 +0000)]
* src/frontends/qt4/QWorkArea.C
(QWorkArea::mouseMoveEvent): Use qt wide scroll wheel setting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13409 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix stripLeadingSpaces mechanism with change tracking enabled
Jürgen Spitzmüller [Thu, 16 Mar 2006 17:17:30 +0000 (17:17 +0000)]
fix stripLeadingSpaces mechanism with change tracking enabled

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13408 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadjust cursor after backspace in change tracking mode (bug 2185).
Jürgen Spitzmüller [Thu, 16 Mar 2006 15:53:28 +0000 (15:53 +0000)]
adjust cursor after backspace in change tracking mode (bug 2185).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13407 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago * text.C, tex2lyx.h (translate_len): make public
Georg Baum [Thu, 16 Mar 2006 15:37:35 +0000 (15:37 +0000)]
    * text.C, tex2lyx.h (translate_len): make public
        * table.C (handle_tabular): translate widths to LyX (bug 2290)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13403 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoQContentPane::mouseMoveEvent: Use qt wide scroll wheel setting
Georg Baum [Thu, 16 Mar 2006 15:26:44 +0000 (15:26 +0000)]
QContentPane::mouseMoveEvent: Use qt wide scroll wheel setting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13401 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2234
Georg Baum [Thu, 16 Mar 2006 15:05:47 +0000 (15:05 +0000)]
fix bug 2234

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13399 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agobug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
Jean-Marc Lasgouttes [Thu, 16 Mar 2006 14:24:53 +0000 (14:24 +0000)]
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13395 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadding abdelrazak younes to the credits.
Abdelrazak Younes [Thu, 16 Mar 2006 14:15:51 +0000 (14:15 +0000)]
adding abdelrazak younes to the credits.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13394 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoGet a sensible prefix inside figure and tabular floats (bug 1999).
Jürgen Spitzmüller [Thu, 16 Mar 2006 13:35:53 +0000 (13:35 +0000)]
Get a sensible prefix inside figure and tabular floats (bug 1999).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13392 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoPanelStack::addPanel(): fixed document settings dialog size when first showed.
Abdelrazak Younes [Thu, 16 Mar 2006 13:15:42 +0000 (13:15 +0000)]
PanelStack::addPanel(): fixed document settings dialog size when first showed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13391 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agodisable save when document is clean (bug 2313)
Jean-Marc Lasgouttes [Thu, 16 Mar 2006 13:12:40 +0000 (13:12 +0000)]
disable save when document is clean (bug 2313)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13389 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoEdwin Leuven <e.leuven@uva.nl>
Abdelrazak Younes [Thu, 16 Mar 2006 11:23:23 +0000 (11:23 +0000)]
Edwin Leuven  <e.leuven@uva.nl>
* entries in the combobox in the toolbar are not legible
* same for entries in the listview in the preferences dialog
* the color is not updated after changing it (i always change the murky pink color of lyx's background to white)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13387 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofixed inset buttons grey colors.
Abdelrazak Younes [Thu, 16 Mar 2006 10:52:20 +0000 (10:52 +0000)]
fixed inset buttons grey colors.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13386 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoChange tracking -related bug fixes (reported by Juergen) and some
Martin Vermeer [Thu, 16 Mar 2006 06:54:08 +0000 (06:54 +0000)]
Change tracking -related bug fixes (reported by Juergen) and some
documentation work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13385 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agotruncate too long filenames for pdflatex
Georg Baum [Wed, 15 Mar 2006 21:00:15 +0000 (21:00 +0000)]
truncate too long filenames for pdflatex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13384 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix drawing of buttons (bug 2328)
Jean-Marc Lasgouttes [Wed, 15 Mar 2006 15:32:32 +0000 (15:32 +0000)]
fix drawing of buttons (bug 2328)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13381 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoremoved topLevelMenu_.clear() call in QLPopupMenu::update() following MenuBackend...
Abdelrazak Younes [Wed, 15 Mar 2006 15:26:21 +0000 (15:26 +0000)]
removed topLevelMenu_.clear() call in QLPopupMenu::update() following MenuBackend change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13380 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agomake sure we clear menu contents before expand()
Jean-Marc Lasgouttes [Wed, 15 Mar 2006 15:07:20 +0000 (15:07 +0000)]
make sure we clear menu contents before expand()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13379 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix symbols fonts on X11
Georg Baum [Wed, 15 Mar 2006 13:39:59 +0000 (13:39 +0000)]
fix symbols fonts on X11

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13378 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoQLPopupMenu.[Ch]: renamed topLevelMenu to topLevelMenu_
Abdelrazak Younes [Wed, 15 Mar 2006 11:27:32 +0000 (11:27 +0000)]
QLPopupMenu.[Ch]: renamed topLevelMenu to topLevelMenu_

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13377 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoQLMenubar.C: Fix potential MACX crash on menubar initialisation.
Abdelrazak Younes [Wed, 15 Mar 2006 11:12:52 +0000 (11:12 +0000)]
QLMenubar.C: Fix potential MACX crash on menubar initialisation.
The MACX specific menubar hack present in qt2 frontend is still not ported to the qt4 frontend.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13376 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agorestore entries from 11/2002 to 5/2005
Georg Baum [Tue, 14 Mar 2006 19:56:00 +0000 (19:56 +0000)]
restore entries from 11/2002 to 5/2005

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13372 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoQWorkArea.[Ch]: Wheel one-liner mouse fix
Abdelrazak Younes [Tue, 14 Mar 2006 14:50:00 +0000 (14:50 +0000)]
QWorkArea.[Ch]: Wheel one-liner mouse fix
QWorkArea.h: Added comments
Reverted to Q_WS_X11 and Q_WS_MACX instead of Q_OS_*

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13371 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix to bug 2325: Mouse click to right of last nestinset in a cell will
Martin Vermeer [Tue, 14 Mar 2006 14:47:24 +0000 (14:47 +0000)]
Fix to bug 2325: Mouse click to right of last nestinset in a cell will
position cursor to its left

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13370 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2361
Georg Baum [Mon, 13 Mar 2006 17:56:32 +0000 (17:56 +0000)]
fix bug 2361

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13369 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agobug 1611: clarify Title handling in tutorial (trivial)
Jean-Marc Lasgouttes [Mon, 13 Mar 2006 14:43:31 +0000 (14:43 +0000)]
bug 1611: clarify Title handling in tutorial (trivial)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13363 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoHelper script to compile the Aspell library.
Angus Leeming [Mon, 13 Mar 2006 14:38:22 +0000 (14:38 +0000)]
Helper script to compile the Aspell library.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13362 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoAdd Polish interface to the Windows installer (forward ported from 1.3.x).
Angus Leeming [Mon, 13 Mar 2006 14:37:56 +0000 (14:37 +0000)]
Add Polish interface to the Windows installer (forward ported from 1.3.x).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13361 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix painting of change bar with only paragraph break changed
Martin Vermeer [Mon, 13 Mar 2006 11:05:07 +0000 (11:05 +0000)]
fix painting of change bar with only paragraph break changed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13356 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoMichael's installer patch
Jürgen Spitzmüller [Mon, 13 Mar 2006 10:55:56 +0000 (10:55 +0000)]
Michael's installer patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13354 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoAbdelrazak Younes: Compile fixes for the Mac (ChangeLog follows)
Jürgen Spitzmüller [Sun, 12 Mar 2006 17:44:38 +0000 (17:44 +0000)]
Abdelrazak Younes: Compile fixes for the Mac (ChangeLog follows)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13349 a592a061-630c-0410-9148-cb99ea01b6c8

18 years ago(Abdelrazak Younes:)
Jürgen Spitzmüller [Sun, 12 Mar 2006 17:29:34 +0000 (17:29 +0000)]
(Abdelrazak Younes:)
* QWorkArea.[Ch] cleanup:
- Added private members workWidth_ and workHeight_ in order to
  make sure QWorkArea is always able to draw (link to
  workArea::WorkAreaResize).
- deleted superfluous debugging stuff
- deleted superfluous commented out code.
- placed all specific stuff (Qt-immodule, X11 and Mac OSX) in a
  separate place at the end of QWorkArea.C.
- initial support for Wheel mouse (still does not work).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13348 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoGet rid of lib/configure.m4
Georg Baum [Sun, 12 Mar 2006 10:51:11 +0000 (10:51 +0000)]
Get rid of lib/configure.m4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13347 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agodoxygen documentation fix
Martin Vermeer [Sun, 12 Mar 2006 10:06:59 +0000 (10:06 +0000)]
doxygen documentation fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13344 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosrc/frontends/qt4/ui/pch.h: new file
Lars Gullik Bjønnes [Sun, 12 Mar 2006 08:52:08 +0000 (08:52 +0000)]
src/frontends/qt4/ui/pch.h: new file

boost/libs/regex/src/Makefile.am: remove non-existant file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13343 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix to bug 2362: Deleting superscript also deletes subscript.
Martin Vermeer [Sat, 11 Mar 2006 16:34:52 +0000 (16:34 +0000)]
Fix to bug 2362: Deleting superscript also deletes subscript.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13342 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix several small errors (mainly typos) in lib/configure.py
Georg Baum [Sat, 11 Mar 2006 16:24:59 +0000 (16:24 +0000)]
fix several small errors (mainly typos) in lib/configure.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13341 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix coordinate miscalculation in tabular (bug 2006)
Jürgen Spitzmüller [Sat, 11 Mar 2006 16:09:41 +0000 (16:09 +0000)]
fix coordinate miscalculation in tabular (bug 2006)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13340 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix bug 880, or the multi-paragraph change tracking patch
Martin Vermeer [Sat, 11 Mar 2006 13:31:41 +0000 (13:31 +0000)]
Fix bug 880, or the multi-paragraph change tracking patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13339 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoremove unused QtXml library
Georg Baum [Fri, 10 Mar 2006 21:10:07 +0000 (21:10 +0000)]
remove unused QtXml library

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13338 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix babel/jurabib conflict with Spanish (bug 2365)
Jürgen Spitzmüller [Fri, 10 Mar 2006 17:09:03 +0000 (17:09 +0000)]
fix babel/jurabib conflict with Spanish (bug 2365)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13336 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2212: First change is skipped in Merge changes... dialog
Martin Vermeer [Fri, 10 Mar 2006 16:46:03 +0000 (16:46 +0000)]
fix bug 2212: First change is skipped in Merge changes... dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13331 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agodefine \labelitemi with \def. Fixes LaTeX error if the class has not defined them...
Jürgen Spitzmüller [Fri, 10 Mar 2006 16:25:20 +0000 (16:25 +0000)]
define \labelitemi with \def. Fixes LaTeX  error if the class has not defined them yet (bug 2053).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13330 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix bug 2195: Slowness in rendering inside insets, especially on the Mac
Martin Vermeer [Fri, 10 Mar 2006 16:10:35 +0000 (16:10 +0000)]
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13328 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix LaTeX error with AMS classes (bug 2363)
Jürgen Spitzmüller [Fri, 10 Mar 2006 15:37:21 +0000 (15:37 +0000)]
fix LaTeX error with AMS classes (bug 2363)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13327 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2236
Georg Baum [Fri, 10 Mar 2006 14:57:39 +0000 (14:57 +0000)]
fix bug 2236

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13324 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 1955
Georg Baum [Fri, 10 Mar 2006 14:51:28 +0000 (14:51 +0000)]
fix bug 1955

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13322 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoMap labeling to list (bug 2246)
Jürgen Spitzmüller [Fri, 10 Mar 2006 14:07:11 +0000 (14:07 +0000)]
Map labeling to list (bug 2246)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13320 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix fix of bug 2192
Georg Baum [Fri, 10 Mar 2006 12:38:21 +0000 (12:38 +0000)]
fix fix of bug 2192

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13317 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoOnly reset the papersize for a4* paperpackages.
José Matox [Tue, 7 Mar 2006 11:21:08 +0000 (11:21 +0000)]
Only reset the papersize for a4* paperpackages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13312 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix nullstream also in pch files
Georg Baum [Tue, 7 Mar 2006 10:02:07 +0000 (10:02 +0000)]
fix nullstream also in pch files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13311 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix compilation with boost 1.33.0
Georg Baum [Tue, 7 Mar 2006 08:29:12 +0000 (08:29 +0000)]
fix compilation with boost 1.33.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13310 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosetup Makefile for test in controllers
Lars Gullik Bjønnes [Mon, 6 Mar 2006 22:33:56 +0000 (22:33 +0000)]
setup Makefile for test in controllers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13307 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoUpdate for boost::regex v4, add test
Lars Gullik Bjønnes [Mon, 6 Mar 2006 22:33:16 +0000 (22:33 +0000)]
Update for boost::regex v4, add test

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13306 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosearch also for libQtCore4 etc, not only libQtCore etc.
Georg Baum [Mon, 6 Mar 2006 17:41:49 +0000 (17:41 +0000)]
search also for libQtCore4 etc, not only libQtCore etc.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13304 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadd missing include directory for qt 4
Georg Baum [Mon, 6 Mar 2006 14:37:03 +0000 (14:37 +0000)]
add missing include directory for qt 4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13303 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agocompile with exceptions
Lars Gullik Bjønnes [Mon, 6 Mar 2006 06:44:16 +0000 (06:44 +0000)]
compile with exceptions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13302 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoUse the correct nullstream.hpp.
Lars Gullik Bjønnes [Sun, 5 Mar 2006 20:49:09 +0000 (20:49 +0000)]
Use the correct nullstream.hpp.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13301 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadd svn:ignore
Lars Gullik Bjønnes [Sun, 5 Mar 2006 20:41:35 +0000 (20:41 +0000)]
add svn:ignore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13300 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadd missing file
Lars Gullik Bjønnes [Sun, 5 Mar 2006 19:33:40 +0000 (19:33 +0000)]
add missing file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13299 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoUpgrade to boost 1.33.1
Lars Gullik Bjønnes [Sun, 5 Mar 2006 18:22:35 +0000 (18:22 +0000)]
Upgrade to boost 1.33.1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13298 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoModify NormalizePath to work with boost 1.33.1, add regressions test
Lars Gullik Bjønnes [Sun, 5 Mar 2006 18:11:11 +0000 (18:11 +0000)]
Modify NormalizePath to work with boost 1.33.1, add regressions test

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13297 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoremove support for older gccs
Lars Gullik Bjønnes [Sun, 5 Mar 2006 17:42:41 +0000 (17:42 +0000)]
remove support for older gccs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13296 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosetup the buildsystem for building qt4
Lars Gullik Bjønnes [Sun, 5 Mar 2006 17:29:08 +0000 (17:29 +0000)]
setup the buildsystem for building qt4

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13295 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoAdded initial qt4 work by Abdelrazak Younes
Lars Gullik Bjønnes [Sun, 5 Mar 2006 17:24:44 +0000 (17:24 +0000)]
Added initial qt4 work by Abdelrazak Younes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13294 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2315
Georg Baum [Thu, 2 Mar 2006 19:56:05 +0000 (19:56 +0000)]
fix bug 2315

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13286 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix the build scripts and update/fix the installer.
Angus Leeming [Thu, 2 Mar 2006 19:14:09 +0000 (19:14 +0000)]
Fix the build scripts and update/fix the installer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13284 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agomove to 1.5.0cvs
Lars Gullik Bjønnes [Thu, 2 Mar 2006 00:02:01 +0000 (00:02 +0000)]
move to 1.5.0cvs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13282 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix (properly) insertion of fonts/decorations around selection
Martin Vermeer [Tue, 28 Feb 2006 19:16:38 +0000 (19:16 +0000)]
fix (properly) insertion of fonts/decorations around selection

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13280 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agotiny changes to de.po
Michael Schmitt [Mon, 27 Feb 2006 18:36:52 +0000 (18:36 +0000)]
tiny changes to de.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13279 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosome updates from hartmut
Jean-Marc Lasgouttes [Mon, 27 Feb 2006 15:34:43 +0000 (15:34 +0000)]
some updates from hartmut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13278 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2316
Georg Baum [Mon, 27 Feb 2006 12:22:36 +0000 (12:22 +0000)]
fix bug 2316

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13277 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosmall tweak
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 15:05:50 +0000 (15:05 +0000)]
small tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13276 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agobug 1918: Positioning cursor in mathinset with the mouse does not work correctly...
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 14:41:48 +0000 (14:41 +0000)]
bug 1918: Positioning cursor in mathinset with the mouse does not work correctly (and can crash)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13275 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoremove bug 2167 that I just added
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 14:30:35 +0000 (14:30 +0000)]
remove bug 2167 that I just added

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13274 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agobug 2167: previews badly placed when ascent or descent is 0
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 14:24:17 +0000 (14:24 +0000)]
bug 2167: previews badly placed when ascent or descent is 0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13273 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bugs 2321 and 2323
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 12:58:31 +0000 (12:58 +0000)]
fix bugs 2321 and 2323

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13272 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agosmall updates
Jean-Marc Lasgouttes [Fri, 24 Feb 2006 11:14:04 +0000 (11:14 +0000)]
small updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13271 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoadd release notes
Jean-Marc Lasgouttes [Thu, 23 Feb 2006 13:56:43 +0000 (13:56 +0000)]
add release notes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13270 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agochange the references to cvs into Subversion
Jean-Marc Lasgouttes [Thu, 23 Feb 2006 11:15:17 +0000 (11:15 +0000)]
change the references to cvs into Subversion

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13269 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agorecognize deleted preamble (bug 2317).
Jürgen Spitzmüller [Wed, 22 Feb 2006 17:34:43 +0000 (17:34 +0000)]
recognize deleted preamble (bug 2317).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13268 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agofix bug 2314
Georg Baum [Wed, 22 Feb 2006 17:05:12 +0000 (17:05 +0000)]
fix bug 2314

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13267 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFix defaultFont problems (bug 2308)
Jürgen Spitzmüller [Wed, 22 Feb 2006 15:44:57 +0000 (15:44 +0000)]
Fix defaultFont problems (bug 2308)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13266 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoreadd xymatrix inset (bug 2238)
Georg Baum [Wed, 22 Feb 2006 12:26:06 +0000 (12:26 +0000)]
readd xymatrix inset (bug 2238)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13265 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoInclude visit_each.hpp. Fixes bug 2278
Lars Gullik Bjønnes [Tue, 21 Feb 2006 10:28:23 +0000 (10:28 +0000)]
Include visit_each.hpp. Fixes bug 2278

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13264 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoFrom Enrico Forestieri: fix script to work with recent versions of preview-latex...
Jürgen Spitzmüller [Mon, 20 Feb 2006 19:29:58 +0000 (19:29 +0000)]
From Enrico Forestieri: fix script to work with recent versions of preview-latex and dvipng (bug 2243).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13263 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agowindow size tweak
John Spray [Mon, 20 Feb 2006 18:12:01 +0000 (18:12 +0000)]
window size tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13262 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoRewording in GTK document dialog
John Spray [Mon, 20 Feb 2006 18:07:25 +0000 (18:07 +0000)]
Rewording in GTK document dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13261 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agoSome work on GTK tabular dialog
John Spray [Mon, 20 Feb 2006 18:03:24 +0000 (18:03 +0000)]
Some work on GTK tabular dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13260 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agorevise layout
John Spray [Mon, 20 Feb 2006 16:26:45 +0000 (16:26 +0000)]
revise layout

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13259 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agograyscale and monochrome
John Spray [Mon, 20 Feb 2006 16:26:23 +0000 (16:26 +0000)]
grayscale and monochrome

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13258 a592a061-630c-0410-9148-cb99ea01b6c8

18 years agocomment out obsolete bindings (bug 1161)
Jürgen Spitzmüller [Sun, 19 Feb 2006 15:13:51 +0000 (15:13 +0000)]
comment out obsolete bindings (bug 1161)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13257 a592a061-630c-0410-9148-cb99ea01b6c8