]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/ChangeLog
Move the setting of the Qt preprocessor flags out of the Makefiles and into qt.m4
[features.git] / src / frontends / qt2 / ChangeLog
index 4bcc46e19dffe034601959582381fc760add91b2..8a73828822ce5aba1f2f490818f075692b564406 100644 (file)
@@ -1,3 +1,142 @@
+2005-04-22  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am:
+       * moc/Makefile.am:
+       * ui/Makefile.am:
+       * ui/moc/Makefile.am: Move the Qt-specific preprocessor flags out of
+       the various Makefile.am files to config/qt.m4.
+
+2005-04-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ui/QPrefsConvertersModule.ui:
+       * ui/QPrefsCopiersModule.ui:
+       * ui/QPrefsFileformatsModule.ui:
+       * QPrefsDialog.[Ch]: more intuitive ui (cf. bug 1829)
+
+2005-04-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ui/NumberingModuleBase.ui: Remove numbering items ...
+       * QDocumentDialog.[Ch]: ... and initialize them here to prevent
+       unwanted sorting. Check whether chapter is supported and adjust
+       numbering scheme accordingly.
+
+2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * panelstack.C (addCategory): let the listview compute the
+       correct width.
+
+2005-04-08  Angus Leeming  <leeming@lyx.org>
+
+       * QAbout.C (build_dialog): specify that the CREDITS data is
+       encoded in ISO-8859-1 (latin1).
+
+2005-03-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ui/QPrefLatexModule.ui: fix layout
+
+2005-02-18  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ui/QRefDialogBase.ui: substitute "reference" by "label"
+       in messages
+
+2005-02-10  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * QRefDialog.C (refSelected): insert selected ref to 
+       text widget (this was not possible if there was only
+       one entry, an empty inset was generated).
+
+2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
+
+       * QDialogView.h (form): add cast for MSVC.
+
+       * QLPainter.C (smllCapsText, text): MSVC doesn't like the use
+       of operator[](i) here, so use at(i) instead.
+
+       * lengthvalidator.h: remove incorrect Q_EXPORT spec.
+
+2005-01-31  Angus Leeming  <leeming@lyx.org>
+
+       * QGraphics.[Ch] (slotEdit): unused cruft, so removed.
+
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Several files: use convert<> instead of atoi,strToXXX and friends
+
+2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * floatplacement.C (heredefinitelyClicked): remove bogus
+       semicolon.
+
+2005-01-15  Angus Leeming  <leeming@lyx.org>
+
+       * QPrefs.C, QPrefsDialog.C, ui/QPrefPathsModule.ui: add an interface
+       to modify LyXRC::path_prefix.
+
+2005-01-15  Angus Leeming  <leeming@lyx.org>
+
+       * ui/Makefile.am: enable Qt's uic to process the .ui files
+       when using srcdir != buildir and precompiled headers.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.dialogs: add QPrefCygwinPathModule.ui.
+
+       * ui/QPrefCygwinPathModule.ui: new file. Defines a pane containing
+       only a check box "Use Cygwin paths".
+
+       * QPrefs.C (apply, update_contents): code to get/set the value
+       of the Cygwin check box. Compiled only under Cygwin.
+
+       * QPrefsDialog.[Ch]: code to add teh Cygwin paths module to the
+       dialog.
+
+2005-01-10  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C: use support/package.h to provide the paths to the
+       various directories used by LyX.
+
+2005-01-07  Ruurd Reitsma  <rareitsma@yahoo.com>
+
+       * qfont_metrics.C (ascent, descent): correct the metrics returned
+       by Qt/Win 3.2.1 non-commercial edition.
+
+2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * QDocument.C:
+       * QBox.C: drop unused include tostr.h
+
+       * qt_helpers.C:
+       * QWrap.C:
+       * QVSpace.C
+       * QTabular.C:
+       * QParagraph.C:
+       * QGraphics.C:
+       * QExternal.C: tostr -> convert
+
+2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * QDocument.C:
+       * QParagraph.C: store all float/double values as strings.
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ui/moc/Makefile.am (libqt2uimoc_la_LINK): improve link trick
+       * moc/Makefile.am (libqt2moc_la_LINK): ditto
+
+2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * QPrefs.C: store all float/double values as strings.
+       lyxrc.dpi is an int value now.
+
+       * QFontLoader.C: lyxrc.font_sizes is a string now.
+
+       * lyx_gui.C: change getDVI() to int.
+
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ui/Makefile.am (libqt2ui_la_LINK): Improve the trick to avoid
+       relink or lib all the time.
+
 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * QExternal.C: store all float/double values as strings.