Commit graph

19 commits

Author SHA1 Message Date
Dominik Riebeling
8406d92475 Clean up double path in resource file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16854 a1c6a512-1295-4272-9138-f99709370657
2008-03-27 23:39:49 +00:00
Dominik Riebeling
f67dcf0164 Add some accelerator keys to the Actions menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16228 a1c6a512-1295-4272-9138-f99709370657
2008-02-05 19:42:07 +00:00
Dominik Wenger
45f733e12b rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16115 a1c6a512-1295-4272-9138-f99709370657
2008-01-20 12:42:26 +00:00
Dominik Wenger
9f686700d4 rbutil: added creation of voice files with rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16059 a1c6a512-1295-4272-9138-f99709370657
2008-01-11 23:59:12 +00:00
Dominik Riebeling
79d358baca Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15088 a1c6a512-1295-4272-9138-f99709370657
2007-10-12 16:19:35 +00:00
Dominik Riebeling
fe64bf2d02 Add names for the buttons in the Quick Start tab.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15037 a1c6a512-1295-4272-9138-f99709370657
2007-10-08 20:36:52 +00:00
Dominik Riebeling
b93621d2ae add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 17:43:11 +00:00
Dominik Riebeling
c23bc5ed41 Oops, part 2: I shouldn't remove an icon that is still in use. Also convert some xpms to png as Qt can handle them directly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14515 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 14:35:35 +00:00
Dominik Riebeling
840a437fd3 replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14512 a1c6a512-1295-4272-9138-f99709370657
2007-08-29 13:44:44 +00:00
Dominik Riebeling
848abc8037 Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14461 a1c6a512-1295-4272-9138-f99709370657
2007-08-26 16:03:56 +00:00
Peter D'Hoye
04855d1aa6 Fix FS #7594 _again_ --- please stop re-introducing the typo ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14412 a1c6a512-1295-4272-9138-f99709370657
2007-08-21 20:39:36 +00:00
Dominik Riebeling
fc6d57f9a3 remove "empty download cache" menu entry -- clearing the cache will be in the configuration dialog once it's implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14368 a1c6a512-1295-4272-9138-f99709370657
2007-08-16 10:40:26 +00:00
Peter D'Hoye
7ac9a5febe Fix a typo, thanks to Alistair Marshall for spotting (FS #7594)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14319 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 21:31:55 +00:00
Dominik Riebeling
50c81a9ca2 move talk file button to new "Accessibility" tab and add button for voice files. Add voice url to config file and some tooltips to the tab view.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14238 a1c6a512-1295-4272-9138-f99709370657
2007-08-07 22:26:36 +00:00
Dominik Wenger
e70f7f4ca8 rbutilQt: added Talkfile creation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14197 a1c6a512-1295-4272-9138-f99709370657
2007-08-05 16:17:35 +00:00
Dominik Riebeling
e4d0f0e638 Remove mountpoint entry line from installation form and use config setting instead. Add some nice tango icons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14151 a1c6a512-1295-4272-9138-f99709370657
2007-08-02 22:27:51 +00:00
Dominik Riebeling
7a62bb04d8 Move device and mountpoint selection to configuration to eliminate the need of asking for the mountpoint in every installation window. Use a QListWidget to make the devices list nicer. Remove scrobbler settings as this will most likely get implemented as plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14149 a1c6a512-1295-4272-9138-f99709370657
2007-08-02 21:29:31 +00:00
Dominik Riebeling
a52d172934 Put links to the manual on the manual tab. Downloading the manual isn't finished yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14077 a1c6a512-1295-4272-9138-f99709370657
2007-07-30 18:11:21 +00:00
Dominik Riebeling
680408f4ac First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657
2007-07-25 20:21:06 +00:00