<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/startupsettingspage.cpp, 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-07-24T20:39:19Z</updated>
<entry>
<title>Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folder</title>
<updated>2010-07-24T20:39:19Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T20:39:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d93d198db6eef9186177aa5a918b300a6b749627'/>
<id>urn:sha1:d93d198db6eef9186177aa5a918b300a6b749627</id>
<content type='text'>
 

svn path=/trunk/KDE/kdebase/apps/; revision=1154129
</content>
</entry>
<entry>
<title>- Write the settings to the disk as soon as "Apply" or "OK" has been pressed inside a settings dialog.</title>
<updated>2009-03-21T11:49:10Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-03-21T11:49:10Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=18f99bf84e1d38ddd4c86d253ff81a178bc2fb22'/>
<id>urn:sha1:18f99bf84e1d38ddd4c86d253ff81a178bc2fb22</id>
<content type='text'>
- Assure that the settings are saved in the DolphinPart destructor for settings that are changed outside the settings dialog (e. g. by using Ctrl + mouse wheel for adjusting the icon size).

Thanks to Frank Reininghaus and David Faure for the analyses.

CCBUG: 175085

svn path=/trunk/KDE/kdebase/apps/; revision=942194
</content>
</entry>
<entry>
<title>The Home folder location, when set via loadSettings(), and when set via the 'Use Default Location' button, now will use KUrl::prettyUrl(); Prior to this, saving an address of '/home/user/' would be changed to 'file:///home/user' (on Linux) normally (through applySettings()). However, when the listed methods were called, the text of the line edit would be just '/home/user/'. It will now (basically) be set to 'file:///'... all throughout.</title>
<updated>2009-02-04T03:44:13Z</updated>
<author>
<name>Shaun Reich</name>
<email>shaun.reich@kdemail.net</email>
</author>
<published>2009-02-04T03:44:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5c53ea1f60c98653785dfc5803bc5d5fe808116f'/>
<id>urn:sha1:5c53ea1f60c98653785dfc5803bc5d5fe808116f</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=920943
</content>
</entry>
<entry>
<title>String change - Added clarification in the displayed message box for when the settings are applied in the Startup page, and there is an error. This is under the home folder setting. It now says that "the home folder is invalid or does not exist" as opposed to just saying it is invalid. I believe that it was kind of misleading as to what was wrong, so I figured it should give them _some_ hint as to what the problem is.</title>
<updated>2009-02-03T03:20:47Z</updated>
<author>
<name>Shaun Reich</name>
<email>shaun.reich@kdemail.net</email>
</author>
<published>2009-02-03T03:20:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4f00fc19cde6c15e83e297ebde03d9b228f5c3eb'/>
<id>urn:sha1:4f00fc19cde6c15e83e297ebde03d9b228f5c3eb</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=920501
</content>
</entry>
<entry>
<title>SVN_SILENT Small update to a comment.</title>
<updated>2009-02-03T01:40:30Z</updated>
<author>
<name>Shaun Reich</name>
<email>shaun.reich@kdemail.net</email>
</author>
<published>2009-02-03T01:40:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5d230c956f7800bf5a1359a5ed9c175b9ad39c64'/>
<id>urn:sha1:5d230c956f7800bf5a1359a5ed9c175b9ad39c64</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=920497
</content>
</entry>
<entry>
<title>Now when you click the button "Defaults" in the settings dialog, it will push the settings to the UI, then the user can apply, cancel, or modify them from there. Also removed the message box prompt. Use settings-&gt;useDefaults(true), then set it back to false after you are done loading settings in the restoreDefaults() method calls. Don't use -&gt;setDefaults() normally, anymore. </title>
<updated>2009-02-01T20:43:26Z</updated>
<author>
<name>Shaun Reich</name>
<email>shaun.reich@kdemail.net</email>
</author>
<published>2009-02-01T20:43:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9f7c2424d9c6df1a8461e24a8865552629fcda1a'/>
<id>urn:sha1:9f7c2424d9c6df1a8461e24a8865552629fcda1a</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=919897
</content>
</entry>
<entry>
<title>Relayout of the settings dialog, so that all Dolphin KPart relevant settings can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week.</title>
<updated>2009-01-17T18:42:06Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-01-17T18:42:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8acb68ed2835410af934459073048339c7b262a0'/>
<id>urn:sha1:8acb68ed2835410af934459073048339c7b262a0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=912587
</content>
</entry>
<entry>
<title>Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.</title>
<updated>2009-01-14T19:26:23Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-01-14T19:26:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=307285e9635a4bf584d6e5d7478876b90ef870f0'/>
<id>urn:sha1:307285e9635a4bf584d6e5d7478876b90ef870f0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=911065
</content>
</entry>
</feed>
