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
Maurus Cuelenaere
0f047836bb
Fix compiling on *BSD targets (and probably others too)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18346 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 19:38:52 +00:00
Maurus Cuelenaere
bea2ab2398
ZenUtils:
...
* add FRESC encryption
* clean up code a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18345 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 13:21:52 +00:00
Nils Wallménius
af5f8665e8
FS#9322 - Clarify the copyright and the license of nimbus-19 by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18344 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 10:43:35 +00:00
Nils Wallménius
4162e6fbe3
FS#9326 grammar fix by Clément Pit--Claudel
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18343 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 09:35:30 +00:00
Jens Arnold
1f336c7ef1
Update unifont to the latest version (5.1.20080820). This one has the filler glyphs for undefined characters, surrogates and private use area stripped from the version at http://unifoundry.com/unifont.html in order to save space. It covers the whole unicode 5.1 basic multilingual plane (53388 glyphs). Fixes FS #9241 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18342 a1c6a512-1295-4272-9138-f99709370657
2008-08-25 22:58:14 +00:00
Maurus Cuelenaere
606c798b9b
Jz4740 USB tool:
...
* Add preliminary support for NAND & ROM dump
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18341 a1c6a512-1295-4272-9138-f99709370657
2008-08-24 21:18:22 +00:00
Maurus Cuelenaere
ced10d4db1
ZenUtils:
...
* Apply FS#9311 by Jelle Geerts: fix compiling on MingW
* Make zen::find_firmware_offset() detect the offset better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18340 a1c6a512-1295-4272-9138-f99709370657
2008-08-24 21:15:29 +00:00
Jens Arnold
074e48c08c
Add euro sign, and bring back glyph names (now unicode names).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18339 a1c6a512-1295-4272-9138-f99709370657
2008-08-24 07:40:01 +00:00
Maurus Cuelenaere
1392dc2144
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 09:46:38 +00:00
Jonas Häggqvist
965d2af61f
Updated Serbian translation by Ivan Pesic (FS#9310).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18337 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 08:34:09 +00:00
Peter D'Hoye
5109882adb
This file is no longer needed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18336 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:40:18 +00:00
Peter D'Hoye
90b49aef7f
Accept FS #9276 : Updated RWPS for iriver h1x0/h3x0 remotes (128x64x1) by Marianne Arnold
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18335 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:23:58 +00:00
Jonas Häggqvist
8249c3c1c8
Apply automatic fixes to the Norwegian Nynorsk translation by copying dest strings into voice, where English uses the same value, and by mirroring empty phrases from English. In a few places, this will appear to remove translations, but these weren't used in the first place.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18334 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:03:16 +00:00
Jonas Häggqvist
5bf2120921
Updated Norwegian Nynorsk translation by Karl Ove Hufthammer (FS#9309).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18333 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 21:52:17 +00:00
Dominik Wenger
1d3b8ca7a2
rbutil: bootloader installation iaudio, create the FIRMWARE dir if it doesnt exist, or bootloader install will fail.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18332 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 17:16:45 +00:00
Jonas Häggqvist
fa41ddca92
Fix some issues with the French translation, based on FS#9298 by Manuel Dejonghe.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18331 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 21:49:36 +00:00
Michael Giacomelli
207a092ebd
Add rough estimate for iPod 4G power consumption. Probably a little off, but better then using the Archos numbers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18330 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 20:01:32 +00:00
Mustapha Senhaji
1afc6ea661
Oops fixe few mistakes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18329 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 15:18:57 +00:00
Mustapha Senhaji
c582976f25
French language update. In bonus, few improvements and fixes by Clément Pit-Claudel (taken from FS#9141).
...
Remove an empty line from the english file, while I was here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 14:56:34 +00:00
Frank Gevaerts
3dad671ef3
Use cached memory for ata_write_sectors(). This seems to finally fix FS#8663
...
Thanks to Martin Ritter for finding out that the uncached accesses were somehow causing this
SERIALIZE_WRITES can probably be removed, but this requires a bit more testing first
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18327 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 10:10:58 +00:00
Peter D'Hoye
216b7d4247
Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18326 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:57:02 +00:00
Peter D'Hoye
b4483f05af
Recording screen: show spdif samplerate on SWCODEC targets (with spdif of course). To be adapted so this also works for HWCODEC. And to be tested as I have no cable around and a broken disk in my h120....
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18325 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:33:38 +00:00
Peter D'Hoye
44d4fcd7d2
Recording screen: do not show L/R gain settings when recording mono; do not show gain (and AGC) at all when recording via spdif.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18324 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 21:38:47 +00:00
Frank Gevaerts
b3bebc73d5
properly remount the filesystem after usb disconnect with software usb
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18323 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 20:32:12 +00:00