]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/ChangeLog
Enable the file dialog to open files with non-latin filenames.
[lyx.git] / src / frontends / qt2 / ChangeLog
index 0e0bef6ceef0ab7bddcdc67fa265271628e9e988..acc6cacba55b96b47f2fce153770969026d9a145 100644 (file)
@@ -1,3 +1,66 @@
+2003-10-01  Vitaly Lipatov <lav@vl3143.spb.edu>
+
+       * FileDialog.C: use fromqstr in a few places to enable the dialog to
+       read non-latin filenames.
+
+2003-10-01  Angus Leeming  <leeming@lyx.org>
+
+       * QExternal.C (helpText): changes due to the introduction of
+       namespace lyx::external.
+
+2003-09-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several .C files: add debug.h at top to avoid compilation
+       errors.
+
+2003-09-25  Angus Leeming  <leeming@lyx.org>
+
+       * QExternal.C (update_contents, apply): InsetExternal::Params::
+       templatename now has accessor functions.
+
+2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * QLPopupMenu.C (getLabel): fix so that bindings are added even if
+       shortcut is missing.
+
+2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * QtView.C (activated): change to take a FuncRequest, not a slot
+       anymore.
+
+       * QLToolbar.C (update): adjust
+       (add): change to take a FuncRequest
+
+       * QLPopupMenu.C (createMenu): constify id
+       (QLPopupMenu): connect to local class func fire instead of to
+       QtView::activated.
+       (fire): new class function
+       (populate): change to store a cache of FuncRequest for the menu
+       items, adjust
+
+       * QContentPane.C (keyPressEvent): fix new bug
+
+       * LyXKeySymFactory.C (create): fix new bug
+
+2003-09-19  Angus Leeming  <leeming@lyx.org>
+
+       * QInclude.C: changes dues to the changed storage in InsetInclude,
+       from an InsetInclude::params to an InsetCommandParams.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * QInclude.C (apply): No need to set InsetInclude::Params::flag;
+       the variable has been removed. Instead, set the command name directly.
+
+2003-09-18  Angus Leeming  <leeming@lyx.org>
+
+       * QLPainter.C:
+       * QLPainter.h:
+       * QPrefsDialog.h:
+       * lcolorcache.C:
+       * lcolorcache.h:
+       * lyx_gui.C: rename EnumLColor as LColor_color.
+
 2003-09-16  Angus Leeming  <leeming@lyx.org>
 
        * QLImage.[Ch]: separate interface from implementation. Make all the virtual
@@ -29,7 +92,7 @@
 
 2003-09-15  Angus Leeming  <leeming@lyx.org>
 
-       * QAbout.C (build_dialog): 
+       * QAbout.C (build_dialog):
        * QPrefs.C (apply): remove STRCONV.
 
 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>