]> 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 a6727c5513497d20345a5a3aea828ab85640872f..8a73828822ce5aba1f2f490818f075692b564406 100644 (file)
@@ -1,7 +1,71 @@
+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. 
+       semicolon.
 
 2005-01-15  Angus Leeming  <leeming@lyx.org>