Jens Arnold
4f26222a9f
Fix width of the '1' to be the same as the width of the other digits. Fixes the last part of FS #2918 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18400 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 20:18:42 +00:00
Dominik Wenger
254fa65c7b
WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only colour targets for now)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 19:24:50 +00:00
Jens Arnold
ca0de82cec
Fix default font names in the settings code (FS #9358 by Thomas Schott).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18397 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 17:50:21 +00:00
Maurus Cuelenaere
f3d5700df7
... but still be compatible with OF..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 12:47:45 +00:00
Maurus Cuelenaere
aefbd6301a
* Clean up Jz4740 USB tool a bit
...
* Make IHFSsplit compile under Windows
* Change SDRAM base address + remove hack for Onda VX747
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18395 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 12:42:14 +00:00
Jens Arnold
3637513e30
Better readable small alpha.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18391 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 06:52:58 +00:00
Jens Arnold
8b43e48c06
Fix keywords and executable flags.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18390 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 23:42:32 +00:00
Jens Arnold
d6b5445611
Add some more sizes of Helvetica, plus bold variants.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18389 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 23:24:49 +00:00
Jens Arnold
f2c7a69403
Font cleanup step 3 - The Big Shuffle: Renamed all fonts to a consistent naming scheme that allows easy selection of alternatives based on size, as discussed on IRC. Adjusted themes in SVN and Makefile for the sysfont. ** Attention **: Clean up your /.rockbox/fonts folder before installing the new release, and then install a new font pack as well. Adjust font names in your custom .cfg files. A reference table can be found in fonts/README.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18388 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 22:31:11 +00:00
Frank Gevaerts
e278b4fddb
Turn off automatically after a number of backlight toggles.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18387 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 20:19:58 +00:00
Frank Gevaerts
d88094daa4
set PWRON bit to 1 so the player doesn't turn off immediately (should work on M6SL and M3, not sure about the others)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18386 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 20:19:12 +00:00
Jens Arnold
95c62a28f9
Font cleaup step 2: * Removed 00-Starmap_r400-8 - Bad unicode coverage, pretended to be a Win-1252 font, but was little more than pure ASCII, with many placeholders/ empty characters. * Removed win_crox* - broken encoding. RAWIN-R is neither Win-1251 nor ISO8859-5. * Converted jackash-16 to unicode (was CP437 in spite of what it said). * Fix several fonts to state their encoding, and change ISO8859-1 to ISO10646-1 for consistency. Fix property counts while we are at it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18385 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 20:09:47 +00:00
Dominik Wenger
c6bcb35064
commit FS#9355 by Alexander Spyridakis. Greek translation for rbutil.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18384 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 16:22:31 +00:00
Steve Bavin
8a813fdd9d
Fix FS#9352 - allow .talk clips for single-character filenames.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18383 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 08:15:44 +00:00
Frank Gevaerts
6549d312ee
enable full init code, as it seems to work
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18382 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 01:51:43 +00:00
Jens Arnold
a4124e00b9
Font cleanup step 1: * alt8x8 - completely broken encoding. * atari-small - ASCII only, not used by any theme. * clR6x8-8859-2 - integrated into rockbox_default. * courB* - not used by any theme. * Hebrew-* - bad unicode coverage, essentially unused. * ter-u??v - 'EGA/VGA bold' versions of ter-u??b, meaningless in rockbox. * timR08 - not used by any theme. * uwe_prop - proportional is a slightly improved version of that.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18381 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 00:09:19 +00:00
Maurus Cuelenaere
c9e31fba4d
Fix compiling of Jz4740 usbtool
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18380 a1c6a512-1295-4272-9138-f99709370657
2008-09-01 19:56:12 +00:00
Dominik Wenger
da207a2715
rename ARCH define because of conflict with some systems. see (FS#9321)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18379 a1c6a512-1295-4272-9138-f99709370657
2008-09-01 19:48:27 +00:00
Christian Gmeiner
736af6f33f
revert -fPIC change, as it seems to be gentoo related problem...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18378 a1c6a512-1295-4272-9138-f99709370657
2008-09-01 13:03:27 +00:00
Frank Gevaerts
903156d5d9
cleanups by William Poetra Yoga Hadisoeseno
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18377 a1c6a512-1295-4272-9138-f99709370657
2008-09-01 08:56:54 +00:00
Christian Gmeiner
07840bdd0a
add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating a DT_TEXTREL in object.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18376 a1c6a512-1295-4272-9138-f99709370657
2008-09-01 06:14:27 +00:00
Frank Gevaerts
3409e9d195
code cleanup
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18375 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 21:36:04 +00:00
Dominik Riebeling
3ed5de8980
r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too (used when copying the pdf file to the output folder).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18374 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 21:18:21 +00:00
Frank Gevaerts
6e24db0c82
fix meizu_dfu's buggy usb device id matching
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18373 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 20:50:07 +00:00
Jonas Häggqvist
1867f24189
Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as translator in the Romanian langfile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18372 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 19:50:43 +00:00
Jonas Häggqvist
75822121ee
Language updates:
...
- Polish language update and sorted by Maciej Adamczak (FS#9316)
- Small fix for Russian by Alexander Levin (FS#9307)
- Updated Romanian translation by Florin Popescu (FS#9339)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 18:20:10 +00:00
Frank Gevaerts
ab7cfd2855
revert r18327, as it introduces serious issues on non-sd players (like ipods)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18370 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 15:11:04 +00:00
Dominik Riebeling
ca588afe51
Let qmake check the Qt version and error out if its too old. Useful if you have Qt3 and Qt4 installed and forget to pick the correct one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18369 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 12:32:27 +00:00
Bertrik Sikken
b7219b7e16
Replaced TAB characters by spaces in sansapatcher
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18368 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 09:44:45 +00:00
Bertrik Sikken
9da68f9ed7
Fix missing sansa_close when scanning for sansas in sansapatcher.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18367 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 09:30:58 +00:00
Dominik Riebeling
90f92b216b
Add setting the User-Agent for http requests to HttpGet class. Make rbutil set its own user agent string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18366 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 20:51:50 +00:00
Frank Gevaerts
76a3959ac2
French language update by Clément Pit-Claudel, FS#9323
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18365 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 18:51:53 +00:00
Bertrik Sikken
0d760c156f
Apply FS#9337 - Header file in SRC in rbutil/ipodpatcher. The parttypes.h header file apparently breaks compilation on some systems and is already #included in ipodpatcher.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18364 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 09:49:00 +00:00
Miika Pekkarinen
d8bb6701e7
Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18363 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:14:58 +00:00
Frank Gevaerts
5d22e3cbdd
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:08:38 +00:00
Frank Gevaerts
cc31b1fbda
set properties...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18361 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 19:02:29 +00:00
Frank Gevaerts
e645cede2b
add Meizu M3, M6 TP, M6 SP and M6 SL dfu firmware recovery tool
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18360 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 18:53:52 +00:00
Maurus Cuelenaere
26e0a9766d
mkzenboot:
...
* Make it compile using MingW on Windows
* Add other devices
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18359 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 13:37:37 +00:00
Dave Chapman
a3a5450399
Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18358 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 12:49:38 +00:00
Frank Gevaerts
1f7b22bd37
Make usb_storage work on all targets again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18357 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 09:02:28 +00:00
Daniel Stenberg
b2655cc559
as pointed out by funman in #rockbox, doing assumptions on the size of long
...
breaks 64bit archs (like simulators) but also doing >8 bit reads from memory
addresses with assumptions on alignment without that being really sure seems a
bit error-prone too. So we use memcmp() to compare 4 bytes strings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18356 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 08:07:04 +00:00
Maurus Cuelenaere
79177edfb2
MTP:
...
* Add Win32 progress callback reporting support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18355 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 23:07:08 +00:00
Alessio Lenzi
e320446f0e
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18354 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 21:01:21 +00:00
Maurus Cuelenaere
78d44385fe
Fix TABing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18353 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 20:35:41 +00:00
Maurus Cuelenaere
944c33403c
* Commit dual-boot support for Creative ZVx family
...
* Add mkzenboot: makes it possible to integrate Rockbox bootloader with
Creative firmwares without the need of distributing binaries
* Add Tadeusz Pyś to credits, who figured out the minifs file system
* Fix bootloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 20:32:12 +00:00
Jens Arnold
109a867742
Don't include a database.ignore file in a font-only package.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18351 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 23:41:52 +00:00
Jens Arnold
96aba33d1e
Fix FS #9280 (bsd tar errors out when called with -u and the destination file doesn't exist) by using -c. This requires buildzip.pl to only call the archiver once, with the additional beneft that it's more efficient (saves a call, and allows 7zip archives to become smaller).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18350 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 23:21:20 +00:00
Antoine Cellerier
32c65bb203
Remove unused argument to the buildzip() function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18349 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 22:00:37 +00:00
Maurus Cuelenaere
62c4a2838e
Onda VX747:
...
* Overall cleanup (still needs work)
* Add preliminary USB support
* Add power off support
* Add preliminary MMU handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18348 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 21:48:49 +00:00
Antoine Cellerier
753350154e
Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing the clean target.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18347 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 21:45:22 +00:00