gephex--main--0.4 darcs repo


Sat Jan 19 08:36:18 CET 2008


New patches:

[Reverted workaround of QFileDialog for named pipes which did not work
correctly
georg at gephex.org**20071120192805] {
hunk ./qtgui/src/gui/typeviews/filestringview.cpp 36
-#include <QtGui/QDirModel>
hunk ./qtgui/src/gui/typeviews/filestringview.cpp 255
-
-      QFileDialog dlg(this,
-                      "choose files",
-                      path.c_str(),
-                      m_fullMask.c_str());
-      dlg.setFileMode(QFileDialog::AnyFile);
-
-      // Workaround to get pipes show up at the file dialog
-      QDirModel* model = dlg.findChild<QDirModel*>();
-      if (model != 0)
-        {
-          model->setFilter(QDir::Drives | QDir::AllDirs |
-                          QDir::NoDotAndDotDot | QDir::System);
-        }
-
-
-      QStringList files;
-
-      if (dlg.exec())
-        files = dlg.selectedFiles();
+      QStringList files = QFileDialog::getOpenFileNames (this,
+							 "choose files",
+							 path.c_str(),
+							 m_fullMask.c_str());
}

Context:

[Increased maximum resolution of x11output from 1024x768 to 2560x1600
georg at gephex.org**20070905181425]
[Workaround to show named pipes in the file dialog. Does not work with
Qt 4.3. Maybe works with Qt 4.x, 0 <= x <= 2.
georg at gephex.org**20070905180500]
[Use QAction::triggered() instead of deprecated QAction::activated()
georg at gephex.org**20070905180110]
[Removed unused file doc/editor.eps
georg at gephex.org**20070520170930]
[Updated NEWS file
georg at gephex.org**20070520170558]
[Fixed 'make distclean' (adapted to latest ffmpeg version)
georg at gephex.org**20070520170103]
[Cleaned up man pages
georg at gephex.org**20070520165955]
[Use xmlto to convert docbook to man pages and make the man pages DTD
conforming.
georg at gephex.org**20070520153548]
[Removed DTD violations in documentation.xml
georg at gephex.org**20070520132348]
[Updated frbinmodule and ffmpegdriver to allow linking agains most
recent version of ffmpeg.
georg at gephex.org**20070520080918]
[Added -lobjc to qt linker flags to work around linker error on mac
using qt 4.2.3.
georg at gephex.org**20070519215702]
[gloutput: fixed indentation
georg at gephex.org**20070519175125]
[Added new example graph 'kaleidoskop'
georg at gephex.org**20070519173853]
[color dialog: set property 'autoFillBackground' so that  the button
displays the currently selected color.
georg at gephex.org**20070517170015]
[quartzoutput: fixed typo
georg at gephex.org**20070517165942]
[Added ids to all chapters, sections, and tables in the documentation
georg at gephex.org**20070517122929]
[frboutmodule: added 'x11' driver to 'OutputDriver' combo box
georg at gephex.org**20070517113606]
[frboutmodule: first working (but still experimental) version of quartz
output driver
georg at gephex.org**20070517113514]
[frboutmodule: fixed bug in error message when GDI_init failed
georg at gephex.org**20070517112900]
[quartz output: some trial and error
georg at gephex.org**20070516215220]
[Removed typo in comment, fixed indentation, removed commented out code.
georg at gephex.org**20070516211853]
[Experimental version of quartz output driver
georg at gephex.org**20070516211804]
[moved newGraphSlot() into section 'protected slots:'
georg at gephex.org**20070516200915]
[Updated documentation: darcs instead of tla, new release
georg at gephex.org**20070501131021]
[Check the pointer returned by frei0r construct() for 0
georg at gephex.org**20070501124833]
[TAG RELEASE_0_4_4_r3
georg at gephex.org**20070430183303]
[Removed video jack support from NEWS
georg at gephex.org**20070430183236]
[VS6 build system adaptations
georg at gephex.org**20070430180909]
[TAG RELEASE_0_4_4_r2
georg at gephex.org**20070429170057]
[Remove some more temporary files from ffmpeg from the dist tarball
(.svn, *.so.??)
georg at gephex.org**20070429161709]
[Bump version number to 0.4.5
georg at gephex.org**20070218120139]
[TAG RELEASE_0_4_4
georg at gephex.org**20070218113904]
Patch bundle hash:
53c64d68c52ab539278c28c261b7701312fbb61d




More information about the gephex-devel mailing list