]> 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 d454b6e5a0e2d0b09fa8e360bb48e88f42006964..8a73828822ce5aba1f2f490818f075692b564406 100644 (file)
@@ -1,3 +1,50 @@
+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.