<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinnewmenu.h, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2010-08-27T05:26:27Z</updated>
<entry>
<title>Context-menu cleanups:</title>
<updated>2010-08-27T05:26:27Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-08-27T05:26:27Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=09e1cc4d7726b649710fe5ce49741ae736ce4d06'/>
<id>urn:sha1:09e1cc4d7726b649710fe5ce49741ae736ce4d06</id>
<content type='text'>
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes.
- Provide context-sensitive actions also when a context-menu is opened on the viewport

BUG: 191938
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1168586
</content>
</entry>
<entry>
<title>Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way to avoid duplicating code until kde5)</title>
<updated>2010-01-26T12:04:56Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2010-01-26T12:04:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ad85be955bc34f9ed9aa69f4453f26f57bf85e04'/>
<id>urn:sha1:ad85be955bc34f9ed9aa69f4453f26f57bf85e04</id>
<content type='text'>
Port all of kdebase' use of KNewMenu to KNewFileMenu.
Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog,
and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp

svn path=/trunk/KDE/kdebase/apps/; revision=1080547
</content>
</entry>
<entry>
<title>provide a 'Create New' entry for a context menu above a directory</title>
<updated>2008-11-14T19:51:13Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-11-14T19:51:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1743e4b1fab8375eead3316770d88381e72b183c'/>
<id>urn:sha1:1743e4b1fab8375eead3316770d88381e72b183c</id>
<content type='text'>
BUG: 169880

svn path=/trunk/KDE/kdebase/apps/; revision=884373
</content>
</entry>
<entry>
<title>adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:</title>
<updated>2007-04-09T19:12:54Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-04-09T19:12:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552'/>
<id>urn:sha1:c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552</id>
<content type='text'>
astyle --indent=spaces=4 --brackets=linux \
       --indent-labels --pad=oper --unpad=paren \
       --one-line=keep-statements --convert-tabs \
       --indent-preprocessor \
       `find -type f -name '*.cpp'` `find -type f -name '*.h'`

svn path=/trunk/KDE/kdebase/apps/; revision=651981
</content>
</entry>
<entry>
<title>fixed</title>
<updated>2007-01-26T09:09:44Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-01-26T09:09:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f25a5f90f5f1cd93ae2aca3ee92a1845696acb08'/>
<id>urn:sha1:f25a5f90f5f1cd93ae2aca3ee92a1845696acb08</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=627345
</content>
</entry>
<entry>
<title>upsi... forgot to uncomment the temporary workaround until the forward declaration in knewmenu.h is added :-(</title>
<updated>2007-01-26T00:57:52Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-01-26T00:57:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=db8090b4de6e9d492cf8e63ac11e838c1a531539'/>
<id>urn:sha1:db8090b4de6e9d492cf8e63ac11e838c1a531539</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=627221
</content>
</entry>
<entry>
<title>Do a custom error handling in for the 'Create New...' submenu. Thanks to David for adjusting KNewMenu :-)</title>
<updated>2007-01-26T00:55:49Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-01-26T00:55:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5840fcede7178c80d137f589110d09ee20a99483'/>
<id>urn:sha1:5840fcede7178c80d137f589110d09ee20a99483</id>
<content type='text'>
svn path=/trunk/playground/utils/dolphin/; revision=627220
</content>
</entry>
</feed>
