summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Warn when selecting system proxy settings with invalid values.Dominik Riebeling2010-04-02
| | | | | | | | | | | | Rockbox Utility doesn't support "proxy auto-config" (aka PAC) for system proxy settings. This can result in users selecting system proxy and expecting it to work even if their system uses PAC. While the configuration dialog displays the proxy setting values retrieved from the system this is not totally obvious. Add a message telling if the retrieved system proxy values are not useable. For now this only checks if a proxy host and port are set which should catch the usual cases when PAC is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25435 a1c6a512-1295-4272-9138-f99709370657
* Fix someone elses yellow and redJeffrey Goode2010-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25434 a1c6a512-1295-4272-9138-f99709370657
* Switch on hotkey on several targets. Stole the WPS Show Track Info key for ↵Jeffrey Goode2010-04-02
| | | | | | most of them. Made up a free key for the rest. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25433 a1c6a512-1295-4272-9138-f99709370657
* Fix leaking file descriptors on error.Dominik Riebeling2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25431 a1c6a512-1295-4272-9138-f99709370657
* Fix multiple warnings when network is unreachable.Dominik Riebeling2010-04-01
| | | | | | | | Don't listen to requestFinished() signals for background downloads. The only information needed is the done() signal. Fixes multiple error messages popping up on unreachable network. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25430 a1c6a512-1295-4272-9138-f99709370657
* Fix test_boost boost handling. Also show the number of loops per second.Thomas Martitz2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25429 a1c6a512-1295-4272-9138-f99709370657
* Clip+: remove button_hold() : we use software holdRafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25428 a1c6a512-1295-4272-9138-f99709370657
* fuzev2: enable pluginsRafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25427 a1c6a512-1295-4272-9138-f99709370657
* Boot charting support.Torne Wuff2010-04-01
| | | | | | | | | Select (B)ootchart in advanced options in configure, and logf will record timings for various stages of boot, for performance comparisons. Format logged is: BC:>function_name,123,80 where 123 is the line number, 80 is the number of ticks since boot. This can be loaded as CSV into a spreadsheet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25426 a1c6a512-1295-4272-9138-f99709370657
* Fuzev2: Scrollwheel works like a charm :)Thomas Martitz2010-04-01
| | | | | | Move scrollwheel parsing function into separate file as it's reused. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25425 a1c6a512-1295-4272-9138-f99709370657
* Move fuzev2 to unusableRafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25423 a1c6a512-1295-4272-9138-f99709370657
* Fuzev2 LCD: replace delays by calls to lcd_delay() (delays not changed)Rafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25422 a1c6a512-1295-4272-9138-f99709370657
* Try to fix problems on Clip+ (not sure why they appear randomly)Rafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25421 a1c6a512-1295-4272-9138-f99709370657
* Remove e200R from daily buildsRafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25420 a1c6a512-1295-4272-9138-f99709370657
* Promote Fuzev2 to unstableRafaël Carré2010-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25419 a1c6a512-1295-4272-9138-f99709370657
* as3525v2: assume plla is the source for pclk (verified with timer frequency)Rafaël Carré2010-04-01
| | | | | | The frequencies are correctly displayed in the debug menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25418 a1c6a512-1295-4272-9138-f99709370657
* Fix boosting on as3525v2Rafaël Carré2010-04-01
| | | | | | | | | the arm926-ejs doesn't have synchronous/asynchronous/fastbus modes, so just change CGU_PROC directly Note: we could use a lower unboosted frequency now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25417 a1c6a512-1295-4272-9138-f99709370657
* as3525*: make sure fclk is 24MHz before using it as the clock source for pclkRafaël Carré2010-04-01
| | | | | | Should fix Clip+ boot problems once for all git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25416 a1c6a512-1295-4272-9138-f99709370657
* as3525*: set up CGU_COUNT register before turning on / modifying PLLsRafaël Carré2010-04-01
| | | | | | | Write the setting before enabling the PLL Fix booting problem (black screen) with Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25415 a1c6a512-1295-4272-9138-f99709370657
* FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ↵Jeffrey Goode2010-04-01
| | | | | | before they can be switched on git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25414 a1c6a512-1295-4272-9138-f99709370657
* as3525v2: adjustable CPU freq : CGU_PROC is identical to as3525 after allRafaël Carré2010-04-01
| | | | | | | Instead of modifying CGU_PROC to get 24MHz pclk, just switch to fastbus else Clip+ wouldn't boot Tested on fuzev1/Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25413 a1c6a512-1295-4272-9138-f99709370657
* Add Gigabeat S to Rockbox Utility.Dominik Riebeling2010-03-31
| | | | | | | This adds the Beast as disabled target. Note that bootloader installation isn't implemented yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25412 a1c6a512-1295-4272-9138-f99709370657
* Add build folder cleanup on build errors and add option to keep it.Dominik Riebeling2010-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25411 a1c6a512-1295-4272-9138-f99709370657
* rbutil: Hebrew translationTomer Shalev2010-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25410 a1c6a512-1295-4272-9138-f99709370657
* rbutil: Make strings translatableTomer Shalev2010-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25409 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11152 in a cleaner way. At least on the sim, the state remained in ↵Frank Gevaerts2010-03-31
| | | | | | FMRADIO_PLAYING forever after r25403, which broke (at least) the playback mode display in skins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25408 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility: Japanese translation updatesYoshihisa Uchida2010-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25407 a1c6a512-1295-4272-9138-f99709370657
* Clip: enable recording keymap when needed (forgotten in r25390)Rafaël Carré2010-03-31
| | | | | | | | The keymap of recscreen needs serious work, and apparently there are other bugs in the settings keymap. See conversation at http://www.rockbox.org/irc/log-20100331#03:51:25 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25406 a1c6a512-1295-4272-9138-f99709370657
* Clipv2/Clip+ : use CHG_IN adc channel, it seems to work better than BVDD and ↵Rafaël Carré2010-03-31
| | | | | | | | | | | RTCSUP They're all the same when charger is unplugged, but when it's plugged: - BVDD is way too high - RTCSUP oscillates between 2 values - CHG_IN acts like RTCSUP on some models but seems to works fine on my Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25405 a1c6a512-1295-4272-9138-f99709370657
* Update german Rockbox Utility translation.Dominik Riebeling2010-03-30
| | | | | | lupdate all other translations and drop obsolete strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25404 a1c6a512-1295-4272-9138-f99709370657
* Make sure FM Tuner is stopped at initRafaël Carré2010-03-30
| | | | | | | Author: Doru Barbu Flyspray: FS#11152 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25403 a1c6a512-1295-4272-9138-f99709370657
* Fix Festival tts engine.Dominik Wenger2010-03-30
| | | | | | | Author: Delyan Kratunov Flyspray: FS#11155 part2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25402 a1c6a512-1295-4272-9138-f99709370657
* Delete tts objects after use.Dominik Wenger2010-03-30
| | | | | | | Author: Delyan Kratunov Flyspray: FS#11155 part1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25401 a1c6a512-1295-4272-9138-f99709370657
* Viewer: Implement alignment option, to provide alignment of RTL text ↵Tomer Shalev2010-03-30
| | | | | | (Hebrew, Arabic) to the right git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25400 a1c6a512-1295-4272-9138-f99709370657
* Build pitch_detector bitmaps for all targets, even those without colorRafaël Carré2010-03-30
| | | | | | (forgot to remove the condition in r25397) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25399 a1c6a512-1295-4272-9138-f99709370657
* Oops, forgot to update the header with the added name for the nyorsk ↵Mustapha Senhaji2010-03-30
| | | | | | translation too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25398 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector: fix builds on monochrome targets, remove an unused variableRafaël Carré2010-03-29
| | | | | | Add icons for Clip, copied from c200 icons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25397 a1c6a512-1295-4272-9138-f99709370657
* Update the norwegian (nynorsk) translation.Mustapha Senhaji2010-03-29
| | | | | | | | | Author: Tore Johnny Bråtveit Flyspray: FS#11145 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25396 a1c6a512-1295-4272-9138-f99709370657
* Update the norwegian (norsk) translation.Mustapha Senhaji2010-03-29
| | | | | | | | | Author: Tore Johnny Bråtveit Flyspray: FS#11142 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25395 a1c6a512-1295-4272-9138-f99709370657
* Fix bootloader red, it doesn't have backlight handling.Thomas Martitz2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25394 a1c6a512-1295-4272-9138-f99709370657
* fuzev2 FM doesn't work (yet), don't try to record from itRafaël Carré2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25393 a1c6a512-1295-4272-9138-f99709370657
* Fuzev2: Preliminary button support. Scrollwheel does not work yet.Thomas Martitz2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25392 a1c6a512-1295-4272-9138-f99709370657
* as3525v2: microphone recordingRafaël Carré2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25391 a1c6a512-1295-4272-9138-f99709370657
* as3525v2 : recording (FM only, no microphone yet)Rafaël Carré2010-03-29
| | | | | | | | | Add HAVE_AS3543 config define to differentiate the bits changed since as3514/as3517 Enable recording on Fuzev2/Clipv2/Clip+, although it was tested on Clip+ only Note: storage is still read-only so I tested by listening to headphones loopback and watching the recording level in recscreen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25390 a1c6a512-1295-4272-9138-f99709370657
* Fix strcpy from a user-supplied string to fixed size string.Frank Gevaerts2010-03-29
| | | | | | | | Author: Marcin Bukat Flyspray: FS#11151 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25389 a1c6a512-1295-4272-9138-f99709370657
* Set svn:mime-type property.Dominik Riebeling2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25388 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector plugin only works on color LCDsRafaël Carré2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25387 a1c6a512-1295-4272-9138-f99709370657
* Set missing svn:keywords property.Dominik Riebeling2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25386 a1c6a512-1295-4272-9138-f99709370657
* Add Rockbox Utility SVG window icon on Linux.Dominik Riebeling2010-03-29
| | | | | | | | Create a svg version of the clef icon for Rockbox Utility and set it as window icon on Linux; icon created from the svg logo in the manual. Addresses FS#11094. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25385 a1c6a512-1295-4272-9138-f99709370657
* Remove OSX deployment script, Qt now has macdeployqt.Dominik Riebeling2010-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25384 a1c6a512-1295-4272-9138-f99709370657