]> git.lyx.org Git - lyx.git/log
lyx.git
17 years agoadd some missing LFUNs to the menu
Michael Schmitt [Wed, 30 Aug 2006 19:06:12 +0000 (19:06 +0000)]
add some missing LFUNs to the menu

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

17 years ago* qt_helpers.[Ch]: new conversion from/to ucs4 strings and chars to/from QChar and...
Abdelrazak Younes [Wed, 30 Aug 2006 14:59:07 +0000 (14:59 +0000)]
* qt_helpers.[Ch]: new conversion from/to ucs4 strings and chars to/from QChar and QString.

* qfont_metrics.C: make use of above methods instead of those in unicode.[Ch]

* QLPainter.C: ditto

* QLyXKeySym.C: ditto + simplification and a BOOST_ASSERT that verifies that the event is one char only.

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

17 years agoAll lyx files are encoded in utf-8 now. :-)
José Matox [Tue, 29 Aug 2006 11:11:12 +0000 (11:11 +0000)]
All lyx files are encoded in utf-8 now. :-)

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

17 years agosmall cleanup: delete two unneeded lines of code.
Abdelrazak Younes [Tue, 29 Aug 2006 09:08:51 +0000 (09:08 +0000)]
small cleanup: delete two unneeded lines of code.

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

17 years ago* src/buffer.C (save):
Jürgen Spitzmüller [Tue, 29 Aug 2006 08:38:00 +0000 (08:38 +0000)]
* src/buffer.C (save):
catch exception thrown by boost::filesystem if copying to the
backup directory fails (fixes bug 2740: crash and dataloss if
the backup dir was invalid or not writeable).

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

17 years agoalso remove BOOST_NO_WREGEX
Peter Kümmel [Mon, 28 Aug 2006 17:59:14 +0000 (17:59 +0000)]
also remove BOOST_NO_WREGEX

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

17 years agoqt should not pollute the namespace
Peter Kümmel [Mon, 28 Aug 2006 16:41:48 +0000 (16:41 +0000)]
qt should not pollute the namespace

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

17 years agofix dropping of UNC filenames on windows (from Enrico)
Georg Baum [Sun, 27 Aug 2006 16:10:41 +0000 (16:10 +0000)]
fix dropping of UNC filenames on windows (from Enrico)
* src/frontends/qt4/GuiWorkArea.C
(GuiWorkArea::dropEvent): Use toLocalFile instead of toString,
because toString omits the first backslash of UNC paths.

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

17 years agoScons: fix options like CPPFLAGS
Bo Peng [Sat, 26 Aug 2006 18:55:51 +0000 (18:55 +0000)]
Scons: fix options like CPPFLAGS

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

17 years agoScons: fix scons_manifest.py for flatplacement.* for qt3
Bo Peng [Sat, 26 Aug 2006 18:45:19 +0000 (18:45 +0000)]
Scons: fix scons_manifest.py for flatplacement.* for qt3

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

17 years agoadd FloatPlacementUi.ui
Abdelrazak Younes [Sat, 26 Aug 2006 13:42:27 +0000 (13:42 +0000)]
add FloatPlacementUi.ui

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

17 years agominimal effort implementation of:
Edwin Leuven [Fri, 25 Aug 2006 13:40:01 +0000 (13:40 +0000)]
minimal effort implementation of:

* float widget as a .ui file
* floatplacement.[Ch] -> FloatPlacement.[Ch]

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

17 years agoget rid of comments, c++ style casts
Edwin Leuven [Fri, 25 Aug 2006 10:52:49 +0000 (10:52 +0000)]
get rid of comments, c++ style casts

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

17 years agoclean up Abdel's cleanup
Georg Baum [Thu, 24 Aug 2006 19:43:06 +0000 (19:43 +0000)]
clean up Abdel's cleanup

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

17 years agoremove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which...
Abdelrazak Younes [Thu, 24 Aug 2006 19:37:40 +0000 (19:37 +0000)]
remove qPixmapFromMimeSource. This caused the inclusion of Qt3 support headers which we want to get rid of.

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

17 years ago* BufferView: delete firstLayout()
Abdelrazak Younes [Thu, 24 Aug 2006 16:55:31 +0000 (16:55 +0000)]
* BufferView: delete firstLayout()

* LyXView: save two setLayout() calls that are done in updateLayoutChoice() anyway.

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

17 years agoFix bug 2786: import of spaces
Georg Baum [Thu, 24 Aug 2006 16:34:47 +0000 (16:34 +0000)]
Fix bug 2786: import of spaces
* src/tex2lyx/text.C
(known_spaces): new, LaTeX names of known spaces
(known_coded_spaces): new, LyX names of known spaces
(parse_text): Recognize all known spaces

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

17 years agoThat commit replaces the Buffer::message() signal emissions from within "BufferView_p...
Abdelrazak Younes [Thu, 24 Aug 2006 14:10:22 +0000 (14:10 +0000)]
That commit replaces the Buffer::message() signal emissions from within "BufferView_pimpl.C" and "lyxfind.C" with BufferView::message() signal emission.

* BufferView.h: new message boost signal.

* BufferView_pimpl.C: replace Buffer::message() with BufferView::message() signal emission.

* lyxfind.C: ditto.

* WorkArea:
  - displayMessage(): new private method that calls LyXView::message().
  - messageConnection_: new signal connection.
  - setBufferView(): handle BufferView connection/disconnection.

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

17 years ago * src/frontends/LyXView.C (setBuffer): update the list of layouts
Jean-Marc Lasgouttes [Thu, 24 Aug 2006 09:46:29 +0000 (09:46 +0000)]
* src/frontends/LyXView.C (setBuffer): update the list of layouts
before setting the current layout.

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

17 years agoQt4 autoconf cleanup.
Jean-Marc Lasgouttes [Thu, 24 Aug 2006 09:33:14 +0000 (09:33 +0000)]
Qt4 autoconf cleanup.

* config/qt4.m4
(QT4_FIND_PATH, QT_FIND_UIC4, QT_FIND_MOC4): remove,
AC_PATH_PROGS does this very well.
(QT4_DO_PKG_CONFIG): add $QT4DIR/lib to pkg-config search path;
do not run QT4_DO_MANUAL_CONFIG on failure.
(QT4_DO_MANUAL_CONFIG): remove some code.
(QT4_DO_IT_ALL): move code to handle --with-foo here; move
code to search for moc/uic here; call QT4_DO_PKG_CONFIG first,
and QT4_DO_MANUAL_CONFIG on failure.

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

17 years agoThis commit fixes the crash caused by loading an empty corrupted document.
Abdelrazak Younes [Thu, 24 Aug 2006 08:17:47 +0000 (08:17 +0000)]
This commit fixes the crash caused by loading an empty corrupted document.

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

17 years agoreplace LyXView::message() direct call with Buffer::message() boost signal emission.
Abdelrazak Younes [Wed, 23 Aug 2006 21:14:43 +0000 (21:14 +0000)]
replace LyXView::message() direct call with Buffer::message() boost signal emission.

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

17 years agofix typo
Michael Schmitt [Wed, 23 Aug 2006 14:11:14 +0000 (14:11 +0000)]
fix typo

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

17 years agoresolve last occurrence of QT3_SUPPORT
Michael Schmitt [Wed, 23 Aug 2006 14:01:24 +0000 (14:01 +0000)]
resolve last occurrence of QT3_SUPPORT

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

17 years agorevert recent change to development/FORMAT (don't change history)
Michael Schmitt [Wed, 23 Aug 2006 12:55:23 +0000 (12:55 +0000)]
revert recent change to development/FORMAT (don't change history)
drop LinuxDoc support (final part)

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

17 years agodrop linuxdoc support (part 5)
Michael Schmitt [Wed, 23 Aug 2006 12:43:46 +0000 (12:43 +0000)]
drop linuxdoc support (part 5)

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

17 years agodrop linuxdoc support (part 4)
Michael Schmitt [Wed, 23 Aug 2006 11:16:08 +0000 (11:16 +0000)]
drop linuxdoc support (part 4)

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

17 years agodo not define QT3_SUPPORT
Michael Schmitt [Wed, 23 Aug 2006 10:58:54 +0000 (10:58 +0000)]
do not define QT3_SUPPORT

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

17 years agoHandle properly script insets which nucleus has more than one
Jean-Marc Lasgouttes [Wed, 23 Aug 2006 10:57:49 +0000 (10:57 +0000)]
Handle properly script insets which nucleus has more than one
element (like {a'}^{2}). (froward port from 14802)

* src/mathed/math_nestinset.C (script): when creating a script
inset, handle specially previous atom if it is a MathBraceInset
(this is used in interactive input).

* src/mathed/math_parser.C (parse1): when creating a script inset,
handle specially previous atom if it is a MathBraceInset (this is
used in parsing phase).

* src/mathed/math_scriptinset.C (write): put nucleus into braces
if it contains more than one element or is itself a script inset.

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

17 years agodrop linuxdoc support (part 3)
Michael Schmitt [Wed, 23 Aug 2006 10:57:45 +0000 (10:57 +0000)]
drop linuxdoc support (part 3)

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

17 years agodrop linuxdoc support (part 2)
Michael Schmitt [Wed, 23 Aug 2006 10:47:11 +0000 (10:47 +0000)]
drop linuxdoc support (part 2)

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

17 years agodrop linuxdoc support (part 1)
Michael Schmitt [Wed, 23 Aug 2006 10:41:43 +0000 (10:41 +0000)]
drop linuxdoc support (part 1)

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

17 years agoFix crash on exit after a Buffer switch.
Abdelrazak Younes [Wed, 23 Aug 2006 08:27:51 +0000 (08:27 +0000)]
Fix crash on exit after a Buffer switch.

Log:
* lyxfunc.C:
  - LyXFunc::dispatch(): put some save guards before using
    BufferView::cursor() and sendDispatchMessage().

* BufferView_pimpl.C
  - BufferView::Pimpl::setBuffer(): return before if exiting.

* WorkArea.C:
  - WorkArea::redraw(): update the toolbar when greying out.

* LyXView.C:
  - LyXView::setBuffer(): sanitization

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

17 years agoMake sure to link lyx and tex2lyx against libiconv.
Jean-Marc Lasgouttes [Tue, 22 Aug 2006 15:43:48 +0000 (15:43 +0000)]
Make sure to link lyx and tex2lyx against libiconv.

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

17 years ago * math_nestinset.C (lfunMousePress): on button 2 press, paste
Jean-Marc Lasgouttes [Tue, 22 Aug 2006 13:58:09 +0000 (13:58 +0000)]
* math_nestinset.C (lfunMousePress): on button 2 press, paste
inner LyX selection if it exists (bug 2779).

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

17 years agoDo not make all menu entries checkable
Jean-Marc Lasgouttes [Tue, 22 Aug 2006 09:38:03 +0000 (09:38 +0000)]
Do not make all menu entries checkable

* src/frontends/qt4/Action.C (Action): do not set entry to
checkable by default; invoke update() to set it up.
(update): only set checkable property if needed.

* src/frontends/qt4/QLPopupMenu.C (populate): in the case of
          a Command menu item, let Action set itself up.

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

17 years ago* src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent, focusOutEvent):
Abdelrazak Younes [Mon, 21 Aug 2006 09:14:18 +0000 (09:14 +0000)]
* src/frontends/qt4/GuiWorkArea.[Ch] (focusInEvent, focusOutEvent):
new methods; invoke LyXView::updateToolbars() (bug 2423).

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

17 years ago* insetcite.C (getNatbibLabel): prevent filesystem exception
Jürgen Spitzmüller [Sat, 19 Aug 2006 10:39:03 +0000 (10:39 +0000)]
* insetcite.C (getNatbibLabel): prevent filesystem exception
if the bib file is in a non-readable directory (bug 2782).

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

17 years ago* insetcite.C (getNatbibLabel): prevent filesystem exception
Jürgen Spitzmüller [Fri, 18 Aug 2006 16:03:48 +0000 (16:03 +0000)]
* insetcite.C (getNatbibLabel): prevent filesystem exception
if the bib file does not exist.

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

17 years agoGuiWorkArea::inputMethodEvent(): remove unneeded Qt::KeyboardModifiers construction...
Abdelrazak Younes [Fri, 18 Aug 2006 09:25:45 +0000 (09:25 +0000)]
GuiWorkArea::inputMethodEvent(): remove unneeded Qt::KeyboardModifiers construction and add a FIXME.

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

17 years agoFix resize bug (WorkArea not redrawn).
Abdelrazak Younes [Thu, 17 Aug 2006 22:01:59 +0000 (22:01 +0000)]
Fix resize bug (WorkArea not redrawn).

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

17 years agoThis commit moves the busy cursor and formatting message handling from BufferView...
Abdelrazak Younes [Thu, 17 Aug 2006 22:00:07 +0000 (22:00 +0000)]
This commit moves the busy cursor and formatting message handling from BufferView to WorkArea.

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

17 years agoThis patch moves the dialogs hidding/update from BufferView::setBuffer() to LyXView...
Abdelrazak Younes [Thu, 17 Aug 2006 21:46:52 +0000 (21:46 +0000)]
This patch moves the dialogs hidding/update from BufferView::setBuffer() to LyXView::setBuffer()

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

17 years agoFix crash when cursor is in an empty script and the user clicks
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 21:32:04 +0000 (21:32 +0000)]
Fix crash when cursor is in an empty script and the user clicks
in the text.

* src/insets/insetbase.h (notifyCursorLeaves): return a bool
indicating whether cursor is invalidated.

* src/mathed/math_nestinset.C (notifyCursorLeaves):
* src/mathed/math_hullinset.C (notifyCursorLeaves): adapt to
prototype change.

* src/mathed/math_scriptinset.[Ch] (notifyCursorLeaves): return
true when an inset has been deleted.

* src/BufferView.C (mouseSetCursor): do not call dEPM when cursor
is invalidated by notifyCursorLeaves.

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

17 years ago Fix bug 2727.
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 21:07:24 +0000 (21:07 +0000)]
Fix bug 2727.

* math_scriptinset.C (notifyCursorLeaves): call recordUndoInset
before deleting a cell; if the nucleus does not have scripts
anymore, delete it and replace it by its contents at enclosing
level.
(write): output scripts even when they are empry.

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

17 years ago * text3.C (dispatch/LFUN_INSET_DISSOLVE): use recordUndoInset;
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 20:32:32 +0000 (20:32 +0000)]
* text3.C (dispatch/LFUN_INSET_DISSOLVE): use recordUndoInset;
rewrite and simplify.

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

17 years ago * undo.C (recordUndoInset): remember the cursor position inside
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 20:13:30 +0000 (20:13 +0000)]
* undo.C (recordUndoInset): remember the cursor position inside
the inset.

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

17 years agoCosmetic changes:
Abdelrazak Younes [Thu, 17 Aug 2006 17:15:17 +0000 (17:15 +0000)]
Cosmetic changes:
- put some spaces
- delete some comments
- reorder #include
- delete unneeded workWidth_ and workHeight_ members.

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

17 years agofix bad debug messages
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 13:23:08 +0000 (13:23 +0000)]
fix bad debug messages

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

17 years agoGuiWorkArea::inputMethodEvent(QInputMethodEvent * e):
Abdelrazak Younes [Thu, 17 Aug 2006 12:39:11 +0000 (12:39 +0000)]
GuiWorkArea::inputMethodEvent(QInputMethodEvent * e):
compile fix and use of the proper QKeyEvent prototype.

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

17 years agodelete unneeded #ifdef
Abdelrazak Younes [Thu, 17 Aug 2006 10:58:15 +0000 (10:58 +0000)]
delete unneeded #ifdef

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

17 years agoget rid of QT3_SUPPORT
Abdelrazak Younes [Thu, 17 Aug 2006 10:49:25 +0000 (10:49 +0000)]
get rid of QT3_SUPPORT

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

17 years agoupdate german documentation
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 10:13:27 +0000 (10:13 +0000)]
update german documentation

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

17 years agoset eol-style to native
Abdelrazak Younes [Thu, 17 Aug 2006 10:01:27 +0000 (10:01 +0000)]
set eol-style to native

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

17 years agoquote LYX_DATE properly
Jean-Marc Lasgouttes [Thu, 17 Aug 2006 09:34:46 +0000 (09:34 +0000)]
quote LYX_DATE properly

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

17 years agoget rid of QT3_SUPPORT
Abdelrazak Younes [Thu, 17 Aug 2006 09:11:14 +0000 (09:11 +0000)]
get rid of QT3_SUPPORT

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

17 years agoget rid of QT3_SUPPORT
Abdelrazak Younes [Thu, 17 Aug 2006 09:08:20 +0000 (09:08 +0000)]
get rid of QT3_SUPPORT

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

17 years agothis was a remnant of qt3...
Abdelrazak Younes [Thu, 17 Aug 2006 09:04:54 +0000 (09:04 +0000)]
this was a remnant of qt3...

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:03:26 +0000 (09:03 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:03:01 +0000 (09:03 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:02:46 +0000 (09:02 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:01:46 +0000 (09:01 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:01:25 +0000 (09:01 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:01:06 +0000 (09:01 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:00:54 +0000 (09:00 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:00:36 +0000 (09:00 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 09:00:11 +0000 (09:00 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:59:28 +0000 (08:59 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:59:00 +0000 (08:59 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:58:46 +0000 (08:58 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:58:35 +0000 (08:58 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:58:28 +0000 (08:58 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:58:16 +0000 (08:58 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:58:01 +0000 (08:58 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:57:44 +0000 (08:57 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:57:29 +0000 (08:57 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:57:15 +0000 (08:57 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:57:05 +0000 (08:57 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:56:53 +0000 (08:56 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT (not complete) and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:56:30 +0000 (08:56 +0000)]
get rid of QT3_SUPPORT (not complete) and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:55:41 +0000 (08:55 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:55:23 +0000 (08:55 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:54:44 +0000 (08:54 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:54:22 +0000 (08:54 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:54:12 +0000 (08:54 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:53:44 +0000 (08:53 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:53:10 +0000 (08:53 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:52:59 +0000 (08:52 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:52:45 +0000 (08:52 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:52:32 +0000 (08:52 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:52:14 +0000 (08:52 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:51:54 +0000 (08:51 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:51:41 +0000 (08:51 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:51:30 +0000 (08:51 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:51:02 +0000 (08:51 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:50:34 +0000 (08:50 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:50:14 +0000 (08:50 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:49:57 +0000 (08:49 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:49:40 +0000 (08:49 +0000)]
get rid of QT3_SUPPORT and some cleanup

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

17 years agoget rid of QT3_SUPPORT and some cleanup
Abdelrazak Younes [Thu, 17 Aug 2006 08:49:05 +0000 (08:49 +0000)]
get rid of QT3_SUPPORT and some cleanup

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