]> git.lyx.org Git - lyx.git/log
lyx.git
18 years agoset svn:eol-style to native in qt4 frontend
Georg Baum [Tue, 21 Mar 2006 19:56:57 +0000 (19:56 +0000)]
set svn:eol-style to native in qt4 frontend

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

18 years agoremove qgridview.[Ch] (these files were only needed for qt2)
Georg Baum [Tue, 21 Mar 2006 19:15:31 +0000 (19:15 +0000)]
remove qgridview.[Ch] (these files were only needed for qt2)

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

18 years ago* QPrefsDialog::QPrefsDialog():
Abdelrazak Younes [Tue, 21 Mar 2006 12:49:43 +0000 (12:49 +0000)]
* QPrefsDialog::QPrefsDialog():
  - fix from Edwin Leuven: colorsModule did not recognize colornames grey40, etc.
  - delete unused variable.

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

18 years agoclean up dos style line ending.
Abdelrazak Younes [Mon, 20 Mar 2006 17:25:02 +0000 (17:25 +0000)]
clean up dos style line ending.

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

18 years agocompile fix
Georg Baum [Mon, 20 Mar 2006 17:11:08 +0000 (17:11 +0000)]
compile fix

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

18 years ago * lib/bind/sciword.bind: fix find&replace
Jean-Marc Lasgouttes [Mon, 20 Mar 2006 15:56:08 +0000 (15:56 +0000)]
    * lib/bind/sciword.bind: fix find&replace

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

18 years agoreplace hard-coded "/tmp" with package().temp_dir()
Abdelrazak Younes [Mon, 20 Mar 2006 15:35:04 +0000 (15:35 +0000)]
replace hard-coded "/tmp" with package().temp_dir()

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

18 years ago * src/frontends/qt2/QWorkArea.C
Jean-Marc Lasgouttes [Mon, 20 Mar 2006 15:33:24 +0000 (15:33 +0000)]
    * src/frontends/qt2/QWorkArea.C
        (QWorkArea::QWorkArea): do not set background of the workarea (bug 2197)

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

18 years ago Selective expose patch
Martin Vermeer [Mon, 20 Mar 2006 15:05:07 +0000 (15:05 +0000)]
Selective expose patch

* metricsinfo.h
(ViewMetricsInfo): add size parameter

* BufferView_pimpl.C
(BufferView::Pimpl::metrics): return size

* frontends/screen.C
(LyXScreen::redraw): expose selectively, using y1, y2 in vi, and
exposing lower grey at end using size test

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

18 years ago Further revision of the raise/lower selection to super/subscript
Martin Vermeer [Mon, 20 Mar 2006 14:42:04 +0000 (14:42 +0000)]
Further revision of the raise/lower selection to super/subscript
patch, avoiding class data member for nestinset

* cursor.h: remove paste() (was forgotten)
* mathed/math_nestinset.C
(MathNestInset::doDispatch):
(MathNestInset::lfunMouseRelease):
(MathNestInset::interpret): incorporate saved selection into
script() call parameters
(MathNestInset::script): saved selection is extra parameter
* mathed/math_nestinset.h: extra parameter; remove safe_

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

18 years agoWhen I created the Branches dialog class, I forgot to connect it to the Document...
Abdelrazak Younes [Mon, 20 Mar 2006 14:40:27 +0000 (14:40 +0000)]
When I created the Branches dialog class, I forgot to connect it to the Document settings panel dialog.
* QDocumentDialog.C: added connection to QBranches::changed signal.
* QBranches.h: added changed signal
* QBranches::update() added changed signal emission.

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

18 years agoQBranches::on_colorPB_clicked() one-line bug fix:
Abdelrazak Younes [Mon, 20 Mar 2006 14:10:31 +0000 (14:10 +0000)]
QBranches::on_colorPB_clicked() one-line bug fix:
When you click the "Alter button" on a added branch in "Document Settings/Branches" Dialog, clicking on the palette on the right to select a color won't work (selected color stays black). After selecting a color from the "Basic Colors" or the "Custon colors"
(which works fine), the color selection from the palette will work correctly. The problems lies in that the QColor() constructor produces an invalid color (RGB 0,0,0). "lightskyblue" is now the default color for a branch when you click the alter button.

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

18 years ago* qscreen.[Ch]:
Abdelrazak Younes [Mon, 20 Mar 2006 10:43:21 +0000 (10:43 +0000)]
* qscreen.[Ch]:
  - Cursor handing is done on the server -> *cursor are
    QPixmap
  - Use new drawScreen and copyScreen methods.
* QWorkArea.[Ch]:
  - Pixel manipulation is done on the client -> paint_device_ is a
    QImage
  - an intermediate Screen device is updated whenever expose is called
    -> sreen_device_ is a QPixmap. This screen_device is the one that is
    painted on screen in QWorkArea::repaintEvent().
  - new update, drawScreen and copyScreen methods.
* QLPainter.C: use the new paintDevice interface.

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

18 years agofrontends/controllers/ControlBibtex.[Ch]: new members bibtotoc(), getStylefile(),
Jürgen Spitzmüller [Mon, 20 Mar 2006 10:24:23 +0000 (10:24 +0000)]
frontends/controllers/ControlBibtex.[Ch]: new members bibtotoc(), getStylefile(),
which hold functionality that has been moved from the frontends
and implement a method to use a default stylefile for new bibtex
insets (bug 2322).

frontends/gtk/GBibtex.C:
frontends/qt2/QBibtex.C:
frontends/qt4/QBibtex.C:
frontends/xforms/FormBibTex.C: Move parsing of Options (stylefile, bibtotoc) to the
controller (bug 2322).

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

18 years ago * math_nestinset.C
Martin Vermeer [Mon, 20 Mar 2006 08:42:43 +0000 (08:42 +0000)]
* math_nestinset.C
(MathNestInset::doDispatch): fix bug 2345: C-M on text in math gives
an empty mbox

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

18 years ago Get raising/lowering into super/subscripts of selection working (1.3
Martin Vermeer [Mon, 20 Mar 2006 06:53:29 +0000 (06:53 +0000)]
Get raising/lowering into super/subscripts of selection working (1.3
regression)

* cursor.C: get rid of paste()

* mathed/math_nestinset.C
(MathNestInset::doDispatch):
(MathNestInset::lfunMouseRelease): define safe_ (selection) in
several places
(MathNestInset::script): use data member safe_ to insert selection

* mathed/math_nestinset.h: data member safe_

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

18 years ago * text.C
Martin Vermeer [Sat, 18 Mar 2006 21:15:21 +0000 (21:15 +0000)]
* text.C
(LyXText::backspace): Fix changebar non-update (Juergen)

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

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