Summary: | User Environment Path Settings | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Aaron Nixon <aaron.nixon> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aaron.nixon, faure |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch to add user folder settings
Patch for Branch 4.2 |
Description
Aaron Nixon
2008-10-28 23:38:52 UTC
Actually, Should get rid of the empty label. This stuff isn't needed: tmpLabel = new QLabel("", this); lay->addWidget(tmpLabel, row, 1, 0, 2); Good idea, but the patch is not usable when pasted inline. Can you attach it as a file in this bug report? ("Add an attachment" at the bottom of the form). Thanks! Created attachment 28223 [details]
Patch to add user folder settings
Submiting patch.
There you go, also FYI I removed the KD3support enter_loop and exit_loop calls. Created attachment 30043 [details]
Patch for Branch 4.2
This new patch should apply to the KDE 4.2 branch with the new changes in it ^_^
Though I feel as if I'm missing something because it's not storing the path on save (At least it doesn't seem to).
Any help would be appreciated.
Thanks!
Thanks for the patch. I'll take over -- I want to get rid of the code duplication, and the bug you're seeing is probably due to removing enter_loop/exit_loop without using the qt4/kde4 equivalents instead :) I guess job->exec() will do the job - hehe, no pun intended. SVN commit 908359 by dfaure: GUI: Support for new user-configurable paths (download, movie, picture, music) Uses the XDG user-dirs.dirs file for saving, since that's where KGlobalSettings/QDesktopService reads from nowadays. Based on patch by Aaron Nixon, thanks! With additional code factorization and XDG support by me. BUG: 173796 M +131 -151 globalpaths.cpp M +8 -0 globalpaths.h WebSVN link: http://websvn.kde.org/?view=rev&revision=908359 |