]> git.lyx.org Git - features.git/commit
Prepare LyX code to compile and link with Qt5:
authorStephan Witt <switt@lyx.org>
Sun, 3 Feb 2013 11:23:31 +0000 (12:23 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 3 Feb 2013 18:26:21 +0000 (19:26 +0100)
commit141fbb6f8c8518843ae69a48c1e33f5406951e87
tree2a9eca72f4f3263ce58d132ddab0e74b3e52c08b
parente4d6730fca6bf3c54ae2eebe6081461119ad412d
Prepare LyX code to compile and link with Qt5:
* some functionality is in new modules now
  new header locations and library names: QtConcurrent and QtWidgets
* method setResizeMode is renamed to setSectionResizeMode
* deprecated QAbstractItemModel::reset() is dropped now
* platform specific code like QApplication::syncX() is not common anymore
* QString::fromAscii() is dropped now
* some QDesktopServices methods has been moved to QStandardPaths
17 files changed:
config/qt4.m4
development/LyX-Mac-binary-release.sh
src/frontends/qt4/FancyLineEdit.cpp
src/frontends/qt4/FancyLineEdit.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiCompleter.cpp
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiSymbols.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/LyXFileDialog.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/PanelStack.cpp
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/qt_helpers.cpp
src/frontends/qt4/qt_helpers.h
src/support/FileName.cpp
src/support/Package.cpp