summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/rbutilqtfrm.ui
AgeCommit message (Collapse)AuthorFilesLines
2020-11-07rbutil: Replace most icons with their svg variant.Dominik Riebeling1-16/+16
Replace png icons with svg ones for better HiDPI support. Change-Id: Ifcd5e551dfb764f57324d27741598181ce3acce2
2020-07-26rbutil: Merge Troubleshoot submenu with Help menu.Dominik Riebeling1-8/+3
Since people seem to have problems finding the troubleshoot items in a submenu move them one level up. The submenu isn't too useful anyway. Change-Id: Ic047f3913a8a13b038580d497260de55fe2e1298
2013-09-30Implement a first, simple changelog dialog.Dominik Riebeling1-1/+7
When Rockbox Utility is started for the first time, a new version is started or the user selected to do so on startup a changelog window is shown. Change-Id: Ic223e092a09d31ccbbfcd9b973355225cac27632
2012-09-08Add "Eject" button to main window.Dominik Riebeling1-27/+50
Since especially Windows puts the eject functionality behind an icon in the systray which is usually hidden and doesn't complain if a USB drive is unplugged without ejecting it first ejecting such a device might not be obvious to everyone. Add a button to the main window allowing to eject the selected player. Currently only implemented for Windows. Change-Id: I785ac1482cda03a1379cf6d0fd0d9a0ff8130092
2012-06-26Rework Installation and remove Quick Start tab.Dominik Riebeling1-359/+38
The Quick Start tab turned out to be used a lot but not explaining what its functionality actually does, leading to various amount of confusion. The Quick Start tab and its functionality have been completely removed. As replacement the reworked Installation tab now includes both the entries from the old Installation tab (Bootloader and Rockbox) and the Extras tab (Fonts, Themes, Game files). Each of the items can be enabled or disabled individually, and the selection is saved in the configuration. The only exception is the bootloader option, since installing the bootloader is only needed once. To help with this the bootloader checkbox is automatically enabled if no Rockbox installation is found, and disabled if one is found. While it would be nicer to check if the bootloader is actually installed this is not possible for various players so the implementation simply relies on a Rockbox installation. This should also make it much easier to update an existing installation. Current limitations: - the selected themes are not saved. - it is not possible to detect if the target has the plugins that require additional game files prior to installation. Thus the "Game files" option is available for all targets but simply skipped if the plugins are not found. Change-Id: I1929bb7045e382fcbba431cca057d3121607d3a9
2012-06-26Show player picture left of device configuration.Dominik Riebeling1-1/+11
After shrinking the size of the Rockbox logo shown and making the selected device display two lines there is now enough room to also show an icon of the player. The icon is scaled depending on the application font size, so for setups configured with a larger font it still should show up in a reasonable size. Change-Id: I8f62f3292c62f820309157db73741b57fd6371ef
2012-06-26Make Rockbox logo smaller and move device information up.Dominik Riebeling1-58/+51
The original way of including the Rockbox logo wastes quite a bit of space. Make it smaller and move it to the left, so the information about the configured device can go next to it. Change-Id: I790ffc423135e02e28cc963b0b565284b75bf98c
2012-06-26Create dedicated backup dialog.Dominik Riebeling1-12/+26
The "Installation" dialog allows backing up the current installation by creating a zip file from the .rockbox folder since quite a while. However, this has the drawback that you need to update your build to create a backup, but creating a backup might be desireable in other cases as well (before updating themes, or just for backup reasons). Since the functionality is somewhat hidden it's also not obvious to users such a functionality exists (most users are likely to use the "Quick Start" instead). Implement backup functionality as dedicated dialog placed on the Uninstall tab. Rename the Uninstall tab to accommodate this. Change-Id: I1d2c6c8f646672d1b66bb442408fbfc2eeec700d
2012-06-15Clarify Quick Start tab descriptions.Dominik Riebeling1-3/+3
Make it more clear that the Quick Start buttons will install a release version. Fixes FS#12612. Change-Id: I4c649cd43a0e10f326af62bcd6b6adc0dd7e8cd5
2012-02-19Move Info tab content to a separate widget.Dominik Riebeling1-26/+1
Change-Id: I39a4e035372920f05f5fb3ab5bfc9459314997ad
2012-02-14Move manual tab contents to separate widget.Dominik Riebeling1-101/+1
Create a new widget which holds the contents of the manual tab and its logic. Unify its display / download code. Fixes FS#12587, which was caused by duplicated code. Change-Id: I5721d2a95ebeaf80481c1fd149eda22cf1328501
2011-10-02Rockbox Utility: add some more icon sizes to the window icon on Windows.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30631 a1c6a512-1295-4272-9138-f99709370657
2010-11-28rbutil: r28687 touched too much. Restore some accelerator keys.Mustapha Senhaji1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28692 a1c6a512-1295-4272-9138-f99709370657
2010-11-27rbutil: Fix typos in french translation plus some minor changes (fix few ↵Mustapha Senhaji1-5/+5
typos on source strings too while I was here). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28687 a1c6a512-1295-4272-9138-f99709370657
2010-02-11Restore the default message handler on application shutdown. Fixes sporadic ↵Dominik Riebeling1-430/+414
segfaults on exit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24599 a1c6a512-1295-4272-9138-f99709370657
2010-01-31Rename About menu to Help.Dominik Riebeling1-1/+1
The About menu name was off since the introduction of the Troubleshooting submenu. Renaming it should make it more obvious to look at it in case of problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24418 a1c6a512-1295-4272-9138-f99709370657
2009-10-31Remove tooltip from 'Install Rockbox' button, since no other button has oneTomer Shalev1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23433 a1c6a512-1295-4272-9138-f99709370657
2009-08-15rbutil: add a errorlog function into rbutil and the possibility to save a ↵Dominik Wenger1-55/+84
log if a error happens. (thanks to bluebrother for the trace functionality) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22329 a1c6a512-1295-4272-9138-f99709370657
2008-12-19Default automatic install to the latest release instead of the most recent ↵Dominik Riebeling1-3/+3
build. Rename small install to minimal install. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19490 a1c6a512-1295-4272-9138-f99709370657
2008-07-05Fix some source strings to clean up translations.Dominik Riebeling1-4/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17947 a1c6a512-1295-4272-9138-f99709370657
2008-06-21Add System Info screen showing some values that could be helpful in case of ↵Dominik Riebeling1-4/+10
problems using rbutil. Most noteable is showing the permission level of the user on windows. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17736 a1c6a512-1295-4272-9138-f99709370657
2008-06-05Remove the html formatting designer added for description labels and use ↵Dominik Riebeling1-68/+26
simple tags instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17694 a1c6a512-1295-4272-9138-f99709370657
2008-03-27Clean up double path in resource file.Dominik Riebeling1-27/+27
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16854 a1c6a512-1295-4272-9138-f99709370657
2008-02-05Add some accelerator keys to the Actions menu.Dominik Riebeling1-23/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16228 a1c6a512-1295-4272-9138-f99709370657
2008-01-20rbutil: correct some UI texts, and made the rbspeex config dialog a bit nicer. Dominik Wenger1-1/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16115 a1c6a512-1295-4272-9138-f99709370657
2008-01-11rbutil: added creation of voice files with rbutil.Dominik Wenger1-8/+49
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16059 a1c6a512-1295-4272-9138-f99709370657
2007-10-12Add new "actions" menu which allows accessing the install / uninstall ↵Dominik Riebeling1-0/+160
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-08Add names for the buttons in the Quick Start tab.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15037 a1c6a512-1295-4272-9138-f99709370657
2007-08-29add a "help" entry to the about menu. For now this opens the system browser ↵Dominik Riebeling1-0/+7
with the rbutil wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14522 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Oops, part 2: I shouldn't remove an icon that is still in use. Also convert ↵Dominik Riebeling1-1/+1
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-29replace the old rbutil title icon with the logo-like icon (which is already ↵Dominik Riebeling1-1/+1
used by the windows binary) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14512 a1c6a512-1295-4272-9138-f99709370657
2007-08-26Add info window which shows details about the currently installed files ↵Dominik Riebeling1-2/+32
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-21Fix FS #7594 _again_ --- please stop re-introducing the typo ;)Peter D'Hoye1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14412 a1c6a512-1295-4272-9138-f99709370657
2007-08-16remove "empty download cache" menu entry -- clearing the cache will be in ↵Dominik Riebeling1-14/+1
the configuration dialog once it's implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14368 a1c6a512-1295-4272-9138-f99709370657
2007-08-13Fix a typo, thanks to Alistair Marshall for spotting (FS #7594)Peter D'Hoye1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14319 a1c6a512-1295-4272-9138-f99709370657
2007-08-07move talk file button to new "Accessibility" tab and add button for voice ↵Dominik Riebeling1-5/+86
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-05rbutilQt: added Talkfile creation.Dominik Wenger1-4/+31
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14197 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Remove mountpoint entry line from installation form and use config setting ↵Dominik Riebeling1-0/+3
instead. Add some nice tango icons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14151 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Move device and mountpoint selection to configuration to eliminate the need ↵Dominik Riebeling1-133/+110
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-07-30Put links to the manual on the manual tab. Downloading the manual isn't ↵Dominik Riebeling1-56/+163
finished yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14077 a1c6a512-1295-4272-9138-f99709370657
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or ↵Dominik Riebeling1-0/+685
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