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
This commit is contained in:
Georg Baum 2006-03-21 19:56:57 +00:00
parent f7bbfca3a0
commit bdcfe69b98

View File

@ -1,51 +1,51 @@
2006-03-16 Abdelrazak Younes <younes.a@free.fr> 2006-03-16 Abdelrazak Younes <younes.a@free.fr>
* PanelStack::addPanel(): fixed document settings dialog size when * PanelStack::addPanel(): fixed document settings dialog size when
first showed. first showed.
2006-03-16 Edwin Leuven <e.leuven@uva.nl> 2006-03-16 Edwin Leuven <e.leuven@uva.nl>
* entries in the combobox in the toolbar are not legible * entries in the combobox in the toolbar are not legible
* same for entries in the listview in the preferences dialog * same for entries in the listview in the preferences dialog
* the color is not updated after changing it (i always change the * the color is not updated after changing it (i always change the
murky pink color of lyx's background to white) murky pink color of lyx's background to white)
2006-03-16 Abdelrazak Younes <younes.a@free.fr> 2006-03-16 Abdelrazak Younes <younes.a@free.fr>
* fixed inset button grey colors. * fixed inset button grey colors.
2006-03-15 Abdelrazak Younes <younes.a@free.fr> 2006-03-15 Abdelrazak Younes <younes.a@free.fr>
* QLPopupMenu.C: removed topLevelMenu_.clear() call. * QLPopupMenu.C: removed topLevelMenu_.clear() call.
2006-03-15 Georg Baum <Georg.Baum@post.rwth-aachen.de> 2006-03-15 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* qfont_loader.C (isChosenFont): Xft-enabled Qt 4.1 seems to call * qfont_loader.C (isChosenFont): Xft-enabled Qt 4.1 seems to call
all fonts "Multi". Therefore test for this case. all fonts "Multi". Therefore test for this case.
2006-03-15 Abdelrazak Younes <younes.a@free.fr> 2006-03-15 Abdelrazak Younes <younes.a@free.fr>
* QLPopupMenu.[Ch]: renamed topLevelMenu to topLevelMenu_ * QLPopupMenu.[Ch]: renamed topLevelMenu to topLevelMenu_
2006-03-15 Abdelrazak Younes <younes.a@free.fr> 2006-03-15 Abdelrazak Younes <younes.a@free.fr>
* QLMenubar.C: MACX menubar initialisation crash fix * QLMenubar.C: MACX menubar initialisation crash fix
2006-03-14 Abdelrazak Younes <younes.a@free.fr> 2006-03-14 Abdelrazak Younes <younes.a@free.fr>
* QWorkArea.[Ch]: Wheel one-liner mouse fix * QWorkArea.[Ch]: Wheel one-liner mouse fix
* QWorkArea.C: Reverted to Q_WS_X11 and Q_WS_MACX instead of Q_OS_* * QWorkArea.C: Reverted to Q_WS_X11 and Q_WS_MACX instead of Q_OS_*
* QWorkArea.h: Added comments * QWorkArea.h: Added comments
2006-03-12 Lars Gullik Bjønnes <larsbj@lyx.org> 2006-03-12 Lars Gullik Bjønnes <larsbj@lyx.org>
* ui/pch.h: new file * ui/pch.h: new file
2006-03-11 Abdelrazak Younes <younes.a@free.fr> 2006-03-11 Abdelrazak Younes <younes.a@free.fr>
* Various Compilation fixes for MacOSX. There is still a problem * Various Compilation fixes for MacOSX. There is still a problem
with Dialog.C:275 which does not recognize with Dialog.C:275 which does not recognize
2006-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de> 2006-03-10 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* QLMenubar.h: compile fix for gcc-4.1. * QLMenubar.h: compile fix for gcc-4.1.