From: Simon A. Eugster Date: Wed, 7 Jul 2010 19:09:15 +0000 (+0000) Subject: Ideas and comments added X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a257df4100056533a39b5a742b0e667f2bebb51c;p=kdenlive Ideas and comments added svn path=/trunk/kdenlive/; revision=4570 --- diff --git a/kdenlive-mindmap.svg b/kdenlive-mindmap.svg index 6b6b78cd..e650296d 100644 --- a/kdenlive-mindmap.svg +++ b/kdenlive-mindmap.svg @@ -10,12 +10,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="13988.75" - height="5891.9561" + width="14148.571" + height="6765.7144" id="svg2" version="1.1" inkscape:version="0.47 r22583" - sodipodi:docname="kdenlive-mindmap.svg"> + sodipodi:docname="kdenlive-mindmap.svg" + inkscape:export-filename="/data/cworkspace/kdenlive.git/kdenlive/kdenlive-mindmap.png" + inkscape:export-xdpi="90.003799" + inkscape:export-ydpi="90.003799"> + + + + + + + + + showborder="true" /> @@ -965,7 +1024,7 @@ image/svg+xml - + @@ -973,8 +1032,15 @@ inkscape:label="Background" inkscape:groupmode="layer" id="layer1" - transform="translate(5508.5161,1427.8225)" + transform="translate(5590.4771,2020.1246)" sodipodi:insensitive="true"> + @@ -1700,7 +1766,7 @@ inkscape:groupmode="layer" id="layer2" inkscape:label="Topics" - transform="translate(5508.5161,1427.8225)"> + transform="translate(5590.4771,2020.1246)"> AUDIO TOOLS + STABILITY + transform="translate(5590.4771,2020.1246)"> Monitors + Testing + External programs + transform="translate(5590.4771,2020.1246)"> ShowFoto + Set zoom level + Color safety (TV) tdisplay + Unit Tests + Don't crash when an effect crashes diff --git a/src/customtrackview.h b/src/customtrackview.h index 70c90f39..7ee271d3 100644 --- a/src/customtrackview.h +++ b/src/customtrackview.h @@ -225,6 +225,7 @@ protected: virtual void dragEnterEvent(QDragEnterEvent * event); virtual void dragMoveEvent(QDragMoveEvent * event); virtual void dragLeaveEvent(QDragLeaveEvent * event); + /** @brief Something has been dropped onto the timeline */ virtual void dropEvent(QDropEvent * event); virtual void wheelEvent(QWheelEvent * e); virtual void keyPressEvent(QKeyEvent * event); diff --git a/src/kdenlivedoc.h b/src/kdenlivedoc.h index 1486267c..0ffc3b6a 100644 --- a/src/kdenlivedoc.h +++ b/src/kdenlivedoc.h @@ -66,6 +66,7 @@ Q_OBJECT public: QDomDocument m_guidesXml; QDomElement guidesXml() const; ClipManager *clipManager(); + /** @brief Add a clip to the project tree */ void addClip(QDomElement elem, QString clipId, bool createClipItem = true); void addClipInfo(QDomElement elem, QDomElement orig, QString clipId); void slotAddClipFile(const KUrl url, const QString group, const QString &groupId = QString());