Tomer Shalev
dacbb5d22a
scramble: Make function static
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23330 a1c6a512-1295-4272-9138-f99709370657
2009-10-24 16:18:18 +00:00
Frank Gevaerts
4cc1b1f833
wps_screen is still needed for the HAVE_REMOTE_LCD case
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23292 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 17:15:12 +00:00
Frank Gevaerts
dae2b97240
compile checkwps with -Wall, to avoid accidentally breaking it again when a function prototype changes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23291 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 17:07:06 +00:00
Michael Chicoine
128b84c582
fix checkwps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23290 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 16:22:38 +00:00
Dominik Wenger
41c497025f
Initial mini2440 port.
...
Flyspray: FS#10627
Author: Bob Cousins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23265 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 18:14:27 +00:00
Tom Ross
ec2737b2c2
Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23241 a1c6a512-1295-4272-9138-f99709370657
2009-10-18 00:56:42 +00:00
Tom Ross
6d4d44caf6
Add support to genlang to sort strings based on their user. This is useful for translatable plugins. Currently, the .lng that is generated is hard-coded to only contain strings marked as core. The output of this version of genlang should be the same as non-sorting, so we don't need to change the version number.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23218 a1c6a512-1295-4272-9138-f99709370657
2009-10-17 05:24:11 +00:00
Thomas Martitz
d7757eb75c
Fix Player, checkwps and database tools
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23215 a1c6a512-1295-4272-9138-f99709370657
2009-10-16 20:34:54 +00:00
Torne Wuff
91933a3fef
Add support for detecting build version in a bzr checkout (for bzr-svn users).
...
From FS#10414 (by me)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23187 a1c6a512-1295-4272-9138-f99709370657
2009-10-15 12:38:24 +00:00
Dominik Riebeling
bc748951b9
Fix building Rockbox Utility when using newer versions of libspeex.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23164 a1c6a512-1295-4272-9138-f99709370657
2009-10-13 20:53:25 +00:00
Dave Chapman
9680079496
Add ipodnano2g
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23155 a1c6a512-1295-4272-9138-f99709370657
2009-10-13 15:33:50 +00:00
Jonas Häggqvist
b285a77be5
Change the Windows crosscompiling logic:
...
- It is now an option under (A)dvanced.
- Configure will look through PATH for a sdl-config of a crosscompiled SDL.
- It should now in theory work on other platforms besides Linux. Untested.
- Should be easy to adapt to also work for the database and checkwps tools.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23136 a1c6a512-1295-4272-9138-f99709370657
2009-10-12 18:49:29 +00:00
Teruaki Kawashima
4d900bd786
New plugin theme_remove which offers a way to remove specified theme.
...
See the manual for usage.
Flyspray: FS#10187
Author: myself, manual by David Kauffmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23130 a1c6a512-1295-4272-9138-f99709370657
2009-10-12 13:55:59 +00:00
Dave Chapman
b04a7a86e1
Make the Nano2G bootloader actually function as a bootloader. The resulting bootloader-ipodnano2g.ipod file needs to be encrypted on a target using the crypt_firmware plugin to create bootloader-ipodnano2g.ipodx, which can then be written to the firmware partition using the ipodpatcher patch at FS#10609. Dual-booting doesn't work yet - only Rockbox can be run.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23084 a1c6a512-1295-4272-9138-f99709370657
2009-10-11 01:37:12 +00:00
Karl Kurbjun
14e3faabea
M:Robe 500: Make the pre-compiled images build with vertical strides.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23050 a1c6a512-1295-4272-9138-f99709370657
2009-10-09 14:04:28 +00:00
Dominik Riebeling
21a712cba1
If available, use the systems libspeex when linking rbspeex(enc|dec) and rbutil dynamically. This is similar to FS#9233 but utilizes pkg-config.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23016 a1c6a512-1295-4272-9138-f99709370657
2009-10-08 21:26:39 +00:00
Frank Gevaerts
6b6bfc0836
Also build database.c using SIM settings, in an attempt to fix the red on b32-roolku
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22999 a1c6a512-1295-4272-9138-f99709370657
2009-10-07 18:09:04 +00:00
Frank Gevaerts
6e11572e07
Make the database tool buildable from configure.
...
Also update the checkwps makefile to make checkwps builds not break
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
2009-10-07 16:54:15 +00:00
Frank Gevaerts
9e9a913829
don't use crosscompiler options when compiling host-side things
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22995 a1c6a512-1295-4272-9138-f99709370657
2009-10-07 14:31:16 +00:00
Frank Gevaerts
702845c597
SRC is for sources, not objects
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22994 a1c6a512-1295-4272-9138-f99709370657
2009-10-07 09:49:01 +00:00
Nils Wallménius
d1a9e0c588
fix checkwps breakage caused by r229900
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
2009-10-06 22:02:06 +00:00
Nils Wallménius
dcc49194ac
Once again fix building of the database tool that gets broke over and over
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22990 a1c6a512-1295-4272-9138-f99709370657
2009-10-06 21:08:59 +00:00
Tomer Shalev
6d80565b1b
RTL support in menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 11:43:38 +00:00
Tomer Shalev
ce53dd6523
Revert usage string change from r22930.
...
Amiconn: "langv2" had nothing to do with the language version byte in the
generated .lng file, so "langv4" makes no sense. It refers to the format of the
.lang. The current, tag-based format which allows to restrict strings to
certain targets or features is called langv2 versus the old, simpler format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22939 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 06:11:00 +00:00
Tomer Shalev
2a91a9a19e
Use similiar constants in genlang and language.c.
...
- In the future, they should be united.
- Fix bug in max size calculation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22930 a1c6a512-1295-4272-9138-f99709370657
2009-10-04 22:25:52 +00:00
Dominik Riebeling
ae4025d6bf
Rockbox Utility now uses the ucl sources so include them in the tarball.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
2009-10-03 20:56:27 +00:00
Bertrik Sikken
654dcac98b
Fix 'make reconf' for Creative Zen Vision 30 GB, Creative Zen Vision 60 GB and Creative Zen Vision
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22846 a1c6a512-1295-4272-9138-f99709370657
2009-09-27 15:19:02 +00:00
Jonas Häggqvist
f2cd5ec6af
Syntax fixes and logic reversing to fix windows crosscompiling for the simulator.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22824 a1c6a512-1295-4272-9138-f99709370657
2009-09-24 23:29:18 +00:00
Dominik Riebeling
55cd14f875
Make beastpatcher build with VS2005 again.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22821 a1c6a512-1295-4272-9138-f99709370657
2009-09-24 20:46:19 +00:00
Thomas Martitz
eab9a72abd
Fix checkwps (configure actually) to compile without SDL, and add samsung YH* to targets.txt
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22794 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 09:00:44 +00:00
Dominik Wenger
dd4c1ebb47
add fuze and e200v2 to checkwps build list.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22777 a1c6a512-1295-4272-9138-f99709370657
2009-09-21 20:41:35 +00:00
Dominik Riebeling
6d1d9bed3e
Integrate mknkboot into beastpatcher.
...
Add a new option to beastpatcher to patch and upload an original firmware file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22745 a1c6a512-1295-4272-9138-f99709370657
2009-09-20 08:28:18 +00:00
Dominik Riebeling
dad3f29993
Split out file access from mknkboot handling.
...
- make main dualboot creation function work on buffers instead of files.
This is to be used in beastpatcher and simplifies error handling a bit.
- prepare for building with beastpatcher.
- export dualboot creation function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22740 a1c6a512-1295-4272-9138-f99709370657
2009-09-19 21:29:08 +00:00
Dominik Riebeling
d270452402
Refactor mknkboot in preparation for beastpatcher integration.
...
- separate patching from main function.
- improve cleaning up open files / allocated memory on errors.
- correct check for number of arguments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22723 a1c6a512-1295-4272-9138-f99709370657
2009-09-17 21:03:40 +00:00
Dave Chapman
0792eea4f2
Change the mknkboot license to BSD to enable its code to be incorporated into beastpatcher.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22710 a1c6a512-1295-4272-9138-f99709370657
2009-09-16 21:24:49 +00:00
Dave Chapman
a2c9440eed
Implement -add for 2nd gen Nano
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22701 a1c6a512-1295-4272-9138-f99709370657
2009-09-16 10:11:41 +00:00
Thomas Martitz
022463b46c
Repair build-all.sh and clean-all.sh.
...
Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete.
It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657
2009-09-13 15:24:59 +00:00
Thomas Martitz
c0f1c49178
Get rid of some of the code duplication from checkwps, it still duplicates a lot though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
2009-09-13 13:40:58 +00:00
Frank Gevaerts
c8020748bb
Fix checkwps compilation for the Player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22680 a1c6a512-1295-4272-9138-f99709370657
2009-09-11 17:58:17 +00:00
Dominik Wenger
4d86861ce5
rbutil: modify buildsystem so you can build outside of the rbutilqt directoy. (similar to the normal buildsystem). Attention: Spaces in the path will cause errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22624 a1c6a512-1295-4272-9138-f99709370657
2009-09-04 21:31:17 +00:00
Dominik Riebeling
4dd44bffb0
Explicitly set CC to prevent make trying to use cc instead. Fixes build issues on w32.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22623 a1c6a512-1295-4272-9138-f99709370657
2009-09-04 19:54:18 +00:00
Jonathan Gordon
4b4e5e9265
fix checkwps
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22619 a1c6a512-1295-4272-9138-f99709370657
2009-09-04 06:24:13 +00:00
Björn Stenberg
ffaf24674d
Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22593 a1c6a512-1295-4272-9138-f99709370657
2009-09-01 14:53:37 +00:00
Jonas Häggqvist
077ae3d7be
Add the Onda 777 to the simulators list.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
2009-09-01 08:14:06 +00:00
Maurus Cuelenaere
9680244f4a
* Fix plugin keymaps for VX777
...
* Enable plugins for VX777
* Fix VX777 simulator
All done by Aaron DeMille.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
2009-08-31 21:11:32 +00:00
Karl Kurbjun
e76110cce9
Fix Configure script (not ready for that change yet)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22567 a1c6a512-1295-4272-9138-f99709370657
2009-08-30 23:29:43 +00:00
Karl Kurbjun
8525c819cd
Fix Makefile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22566 a1c6a512-1295-4272-9138-f99709370657
2009-08-30 23:26:52 +00:00
Karl Kurbjun
d07ea9a48e
M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22565 a1c6a512-1295-4272-9138-f99709370657
2009-08-30 23:24:22 +00:00
Björn Stenberg
ccbd73cd8d
Fixed "gcc: no input files" message.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22482 a1c6a512-1295-4272-9138-f99709370657
2009-08-23 21:28:23 +00:00
Maurus Cuelenaere
8bff564a7c
Forgot a file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22457 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 20:28:26 +00:00