A forwarded darcs patch
Georg Seidel <[email protected]> Sat, 19 Jan 2008 08:34:51 +0100 (CET)
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
The following patch was either unsigned, or signed by a non-allowed key, or there was a GPG failure. From [email protected] Sat Jan 19 08:34:51 2008 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from localhost (localhost [127.0.0.1]) by smtp.kexbox.org (Postfix) with ESMTP id 5435D420009 for <[email protected]>; Sat, 19 Jan 2008 08:34:51 +0100 (CET) Received: from smtp.kexbox.org ([127.0.0.1]) by localhost (mail.kexbox.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FGgIvtvFB6mH for <[email protected]>; Sat, 19 Jan 2008 08:34:51 +0100 (CET) Received: from [192.168.178.21] (p5B2DA577.dip0.t-ipconnect.de [91.45.165.119]) by smtp.kexbox.org (Postfix) with ESMTP id B7637420008 for <[email protected]>; Sat, 19 Jan 2008 08:34:50 +0100 (CET) Message-ID: <[email protected]> Date: Sat, 19 Jan 2008 08:36:18 +0100 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "gephex--main--0.4 darcs repo" <[email protected]> Subject: gephex--main--0.4 darcs repo X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit New patches: [Reverted workaround of QFileDialog for named pipes which did not work correctly [email protected]**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 [email protected]**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. [email protected]**20070905180500] [Use QAction::triggered() instead of deprecated QAction::activated() [email protected]**20070905180110] [Removed unused file doc/editor.eps [email protected]**20070520170930] [Updated NEWS file [email protected]**20070520170558] [Fixed 'make distclean' (adapted to latest ffmpeg version) [email protected]**20070520170103] [Cleaned up man pages [email protected]**20070520165955] [Use xmlto to convert docbook to man pages and make the man pages DTD conforming. [email protected]**20070520153548] [Removed DTD violations in documentation.xml [email protected]**20070520132348] [Updated frbinmodule and ffmpegdriver to allow linking agains most recent version of ffmpeg. [email protected]**20070520080918] [Added -lobjc to qt linker flags to work around linker error on mac using qt 4.2.3. [email protected]**20070519215702] [gloutput: fixed indentation [email protected]**20070519175125] [Added new example graph 'kaleidoskop' [email protected]**20070519173853] [color dialog: set property 'autoFillBackground' so that the button displays the currently selected color. [email protected]**20070517170015] [quartzoutput: fixed typo [email protected]**20070517165942] [Added ids to all chapters, sections, and tables in the documentation [email protected]**20070517122929] [frboutmodule: added 'x11' driver to 'OutputDriver' combo box [email protected]**20070517113606] [frboutmodule: first working (but still experimental) version of quartz output driver [email protected]**20070517113514] [frboutmodule: fixed bug in error message when GDI_init failed [email protected]**20070517112900] [quartz output: some trial and error [email protected]**20070516215220] [Removed typo in comment, fixed indentation, removed commented out code. [email protected]**20070516211853] [Experimental version of quartz output driver [email protected]**20070516211804] [moved newGraphSlot() into section 'protected slots:' [email protected]**20070516200915] [Updated documentation: darcs instead of tla, new release [email protected]**20070501131021] [Check the pointer returned by frei0r construct() for 0 [email protected]**20070501124833] [TAG RELEASE_0_4_4_r3 [email protected]**20070430183303] [Removed video jack support from NEWS [email protected]**20070430183236] [VS6 build system adaptations [email protected]**20070430180909] [TAG RELEASE_0_4_4_r2 [email protected]**20070429170057] [Remove some more temporary files from ffmpeg from the dist tarball (.svn, *.so.??) [email protected]**20070429161709] [Bump version number to 0.4.5 [email protected]**20070218120139] [TAG RELEASE_0_4_4 [email protected]**20070218113904] Patch bundle hash: 53c64d68c52ab539278c28c261b7701312fbb61d