diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-17 03:24:36 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-17 03:24:36 +0000 |
commit | b3102518d9f12ad2923e5e5409d6570030ae8ef5 (patch) | |
tree | 6b43cebba071a85a0313014412bb00652543fbae /muse2/ChangeLog | |
parent | cccf2ad24c31d5b0ec22865f0a520fcd73e8f8be (diff) |
Ported filedialog widget to Qt4
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index be5bf9fa..daa83841 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -6,6 +6,12 @@ LayoutRequest events, just before paint events when the window sizes are finally correct. TODO: Still off by a few pixels when mixer first opened, because main window frameSize is not set yet, by the time LayoutRequest is caught. + - Transformed file dialogs to Qt4. This was the first attempt to transform a .ui file to Qt4 + as well. New .ui files do not store image information. Thus I moved the 3 icons from + qfiledialog.ui into their own files. + TODO: Qt4 does not support file preview in file dialogs yet. The relevant code (wallpaper + preview) is disabled. Now we either have to implement an image previewer, or forget about + this feature. (Orcan) 14.11.2010 - renamed deicsonze2 files and classes with '2' suffixes - Applied patch by Orcan to convert populateAddSynth(). (Tim) |