summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Ooops, missed one (French typos).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22492 a1c6a512-1295-4272-9138-f99709370657
* A couple more French typos (thanks to Clément Pit-Claudel).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22491 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in French translation (thanks to Clément Pit-Claudel).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22490 a1c6a512-1295-4272-9138-f99709370657
* Bubbles: Change the saving message slightly to include saving scores.Thomas Martitz2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22489 a1c6a512-1295-4272-9138-f99709370657
* Bubbles: Have one quit item that doesn't save anything ("Quit without ↵Thomas Martitz2009-08-24
| | | | | | Saving") and one that saves everything again, partly reverting r22143 and picking up Hilton Shumway's suggestion about naming it "Quit without Saving". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22488 a1c6a512-1295-4272-9138-f99709370657
* Bubbles: Don't remove the savegame before actually resuming the saved game, ↵Thomas Martitz2009-08-24
| | | | | | as per dev mailing list discussion around the changes in r22143. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22487 a1c6a512-1295-4272-9138-f99709370657
* Move the "Status/Scrollbar" menu to Theme Settings, and add the ↵Thomas Martitz2009-08-24
| | | | | | F_THEMESETTING flag to the settings it was missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22486 a1c6a512-1295-4272-9138-f99709370657
* Slightly change parts of the previous commit to reuse existing code, and ↵Thomas Martitz2009-08-24
| | | | | | enforce enum statusbar_values instead of just int, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22485 a1c6a512-1295-4272-9138-f99709370657
* Fix redraw issues when the statusbar setting was changed with an UI ↵Thomas Martitz2009-08-23
| | | | | | viewport. Now the old statusbar area is cleared upon changing the setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22484 a1c6a512-1295-4272-9138-f99709370657
* hopefully get the widecabbie theme going again... temporary fix only thoughJonathan Gordon2009-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22474 a1c6a512-1295-4272-9138-f99709370657
* Change the "Rename failed" message to a splash.Thomas Martitz2009-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22472 a1c6a512-1295-4272-9138-f99709370657
* Bound the progress slider into the currently used viewport (which should be ↵Thomas Martitz2009-08-23
| | | | | | the ui viewport at virtually any time). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22471 a1c6a512-1295-4272-9138-f99709370657
* Remove unused definesMaurus Cuelenaere2009-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22470 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen list handling: use icon width instead of scrollbar width for the ↵Maurus Cuelenaere2009-08-22
| | | | | | 'ignoring' zone + correct comment that shouldn't be true anymore (and never was AFAIK) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22469 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen list handling: ignore presses close to the scrollbar when it's ↵Maurus Cuelenaere2009-08-22
| | | | | | on the right, this is similar as how it's handled when the scrollbar is on the left (icons) and improves user experience due to touchscreen dead zones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22467 a1c6a512-1295-4272-9138-f99709370657
* FS#10558 by Melba Sitjar: missing strings for Tagalog language added.Robert Menes2009-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22466 a1c6a512-1295-4272-9138-f99709370657
* Touchscreen list handling: fix issue where scrolling with the scrollbar ↵Maurus Cuelenaere2009-08-22
| | | | | | could bring up the context menu for an item git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22465 a1c6a512-1295-4272-9138-f99709370657
* A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere2009-08-21
| | | | | | | | Flyspray: FS#10528 Author: Amaury Pouly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22462 a1c6a512-1295-4272-9138-f99709370657
* Fix/hack checkwps + add Onda VX747/VX777 targetsMaurus Cuelenaere2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22451 a1c6a512-1295-4272-9138-f99709370657
* text editor: optimize a bit and try to reduce size.Teruaki Kawashima2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22449 a1c6a512-1295-4272-9138-f99709370657
* rockpaint: some fixes and optimization.Teruaki Kawashima2009-08-21
| | | | | | | | Clip image when pasting copied/cut rectangle. Don't use memset in load_bitmap when filling blank spaces with background color. Clear buffer when failed to load bitmap file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22448 a1c6a512-1295-4272-9138-f99709370657
* blackjack: change the way to save/load game state: save game state when quit ↵Teruaki Kawashima2009-08-21
| | | | | | plugin and load game state when plugin started. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22447 a1c6a512-1295-4272-9138-f99709370657
* Oops, source in deutsch.lang should match the english source.Thomas Martitz2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22446 a1c6a512-1295-4272-9138-f99709370657
* Add menu button to accept in yesno screen for the Cowon D2.Thomas Martitz2009-08-21
| | | | | | | | | I added the lang strings myself. Flyspray:FS#10548 Author: Johannes Boy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
* Make apps/features depend on config*.hBjörn Stenberg2009-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22444 a1c6a512-1295-4272-9138-f99709370657
* Fix displaying of the database browser's progress splash so that it works as ↵Thomas Martitz2009-08-20
| | | | | | intended (according to r16432: hide until 0.5s have passed, but never if the disk isn't spinning). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22442 a1c6a512-1295-4272-9138-f99709370657
* fix yellowNils Wallménius2009-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22441 a1c6a512-1295-4272-9138-f99709370657
* Make the formatter functions used by the settings return a pointer to avoid ↵Nils Wallménius2009-08-20
| | | | | | usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22440 a1c6a512-1295-4272-9138-f99709370657
* Fix type of variable statusbar in screens.c as global_settings.statusbar is ↵Teruaki Kawashima2009-08-20
| | | | | | integer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22439 a1c6a512-1295-4272-9138-f99709370657
* Move handling of "rockbox_default.[r]wps" into wps.c, out of the skin engine ↵Thomas Martitz2009-08-20
| | | | | | (which should be as generic as possible). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22438 a1c6a512-1295-4272-9138-f99709370657
* Change height calculation of viewport for time and date menu so that it ↵Teruaki Kawashima2009-08-20
| | | | | | doesn't break statusbar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22437 a1c6a512-1295-4272-9138-f99709370657
* update the display after getting a bit too close to the touchscreen instead ↵Jonathan Gordon2009-08-20
| | | | | | of just asking it nicely to change volume! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22436 a1c6a512-1295-4272-9138-f99709370657
* fix redNils Wallménius2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22432 a1c6a512-1295-4272-9138-f99709370657
* Slight cleanup in lcd.h: kill fixme and remove useless include, add some ↵Nils Wallménius2009-08-19
| | | | | | includes elsewhere and add a stub for sims instead of ifdef git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22431 a1c6a512-1295-4272-9138-f99709370657
* Dutch translation: be consistent w.r.t. scrollbarMaurus Cuelenaere2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22430 a1c6a512-1295-4272-9138-f99709370657
* brickmania: fix position of score in function brickmania_sleep.Teruaki Kawashima2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22429 a1c6a512-1295-4272-9138-f99709370657
* shortcuts_view: fix displaying last path segments so that plugin exactly ↵Teruaki Kawashima2009-08-19
| | | | | | | | shows what is said in the manual. fix bug it shows "Bad entry selected!" when exit right after delete last item. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22428 a1c6a512-1295-4272-9138-f99709370657
* Resort, upnumber plugin APIJeffrey Goode2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22427 a1c6a512-1295-4272-9138-f99709370657
* Delete the trivial commentAlexander Levin2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22426 a1c6a512-1295-4272-9138-f99709370657
* Combine the settings for scrollbar on/off and its position into one with ↵Alexander Levin2009-08-19
| | | | | | three possible values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22425 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in the commentAlexander Levin2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22424 a1c6a512-1295-4272-9138-f99709370657
* More comments in the settings macrosAlexander Levin2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22423 a1c6a512-1295-4272-9138-f99709370657
* hopefully fix the yellowJonathan Gordon2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22421 a1c6a512-1295-4272-9138-f99709370657
* get the skin debug output working again, add a line to say how much of the ↵Jonathan Gordon2009-08-19
| | | | | | buffer is being used to aid themers... let me know if this gets close to full on any targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22420 a1c6a512-1295-4272-9138-f99709370657
* show the skin buffer size as well as the used amount in the rockbox info screenJonathan Gordon2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22419 a1c6a512-1295-4272-9138-f99709370657
* move the statically allocated tokens array into the skin buffer. this is ↵Jonathan Gordon2009-08-19
| | | | | | done with a little bit of magic with the buffer... explanation in the comments but breifly, tokens + images are stored at the front of the buffer, everything else (constant sizes) are stored at the back, the 2 ends meet when the buffer is full. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22418 a1c6a512-1295-4272-9138-f99709370657
* conditional viewports are allowed to share labels.. so make sure they are ↵Jonathan Gordon2009-08-19
| | | | | | all toggled with %xd<label> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22417 a1c6a512-1295-4272-9138-f99709370657
* Scrollbar position: only update it when exiting the menu + FS#10539 by ↵Maurus Cuelenaere2009-08-18
| | | | | | Alexander Levin (change the order of Left/Right) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22414 a1c6a512-1295-4272-9138-f99709370657
* Add comment to the BOOL_SETTING macro; use that macro for OFFON_SETTING ↵Alexander Levin2009-08-18
| | | | | | (FS#10544) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22413 a1c6a512-1295-4272-9138-f99709370657
* A few non-translation fixes for Tagalog.Robert Menes2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22412 a1c6a512-1295-4272-9138-f99709370657