summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/uninstallwindow.cpp (follow)
Commit message (Collapse)AuthorAge
* Remove svn keyword lines from sources.Dominik Riebeling2011-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30806 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility: listen to translation change events.Dominik Riebeling2011-10-02
| | | | | | | | | When changing the language don't require a restart anymore. Instead listen to the appropriate changeEvent and retranslate the UI. Designer generated UI files already provide such a function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30633 a1c6a512-1295-4272-9138-f99709370657
* Convert uninstallation to use signals / slots for logging.Dominik Riebeling2010-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26782 a1c6a512-1295-4272-9138-f99709370657
* rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20890 a1c6a512-1295-4272-9138-f99709370657
* Completely rework RbSettings class.Dominik Riebeling2009-04-29
| | | | | | | | | | - use a single member function for accessing a settings value. - use an enum to figure the correct value in the settings file instead of functions. - return the settings value as QVariant instead and leave converting to the caller. - accept QVariant as value when setting values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20823 a1c6a512-1295-4272-9138-f99709370657
* rbutil: move many more connect calls, mainly for safety.Dominik Wenger2008-04-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16997 a1c6a512-1295-4272-9138-f99709370657
* rbtutil: introduce a RbSettings class help code reuse, and minimises ↵Dominik Wenger2008-01-25
| | | | | | duplicated code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16159 a1c6a512-1295-4272-9138-f99709370657
* Cosmetics: remove trailing spaces.Antoine Cellerier2007-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
* - rework language selection a bit: use language string as key instead of ↵Dominik Riebeling2007-09-03
| | | | | | | | | language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. - move user settings from "defaults" section to "general". Makes the code cleaner and has been that way for historical reasons only anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14592 a1c6a512-1295-4272-9138-f99709370657
* set missing keywords property.Dominik Riebeling2007-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
* use alternating row colors in list views.Dominik Riebeling2007-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14298 a1c6a512-1295-4272-9138-f99709370657
* rbutilQt:Ups.. the forgotten uninstall files.Dominik Wenger2007-08-12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14296 a1c6a512-1295-4272-9138-f99709370657