- 8fdef40 Simulator: Emulate a period of external power after charging. by Nick Peskett · 13 years ago
- 351c8b2 move _remote_backlight_* to common header by Rafaël Carré · 13 years ago
- 7b37686 Fix charger emulation in the simulator. by Nick Peskett · 13 years ago
- 5d9759a Fix reds by implementing a few more stubs, and undefining HAVE_STORAGE_FLUSH in the sim. by Thomas Martitz · 13 years ago
- c1bd9b0 Rework powermgmt to enable code re-use on appliation and sims. by Thomas Martitz · 13 years ago
- 9cb91c0 stubs.c is only needed on SIMULATOR builds. by Thomas Martitz · 13 years ago
- 71d73fd Remove sim_tasks from the sdl application build. by Thomas Martitz · 13 years ago
- 1645c14 Simulate usb plugging on the sim better using sim_tasks. by Thomas Martitz · 13 years ago
- 539fb71 Fix simulator brightness calculation in case MIN_BRIGHTNESS_SETTING != 1 by Bertrik Sikken · 13 years ago
- 19c7494 r30706 was not the right fix - thanks to amiconn for catching the error by Michael Chicoine · 13 years ago
- 1f5c5f2 Fix w32 cross-compiled sim showing 0KB for disk size and disk free by Michael Chicoine · 13 years ago
- 03b08eb Fix warning, 'read_next:' is only used when EOVERFLOW is defined. by Andree Buschmann · 13 years ago
- af7aaae Dircache: Don't expose struct dircache_entry and pointers into the cache, use IDs instead. by Thomas Martitz · 13 years ago
- 4e8bed2 Work around missing EOVERFLOW define on cygwin/mingw. by Thomas Jarosch · 13 years ago
- a87e395 RaaA / sim: Don't abort directory read if we encounter files larger than 2 GB in a directory by Thomas Jarosch · 13 years ago
- e7f5013 Fix regression in r29715: files listed multiple times in uisimulator by Michael Hohmuth · 13 years ago
- d49d2e1 Better dircache handling in simulator by Michael Hohmuth · 13 years ago
- 4e42cd7 RaaA: Add RTC support by Thomas Jarosch · 14 years ago
- 5c73e34 Bring idle poweroff to RaaA and the sim by Thomas Jarosch · 14 years ago
- acd8bff Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android build by Thomas Jarosch · 14 years ago
- 2647d11 Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access it by Thomas Jarosch · 14 years ago
- d8f6c75 Hopefully get shutdown/exit handling on SDL/maemo right. by Thomas Martitz · 14 years ago
- 6d85de3 Implement cooperative threads on hosted platforms using C code. by Thomas Martitz · 14 years ago
- 258626f Fix the shutdown sequence for maemo, SDL and simulator builds by Thomas Jarosch · 14 years ago
- 5f037ac Initial maemo platform support by Thomas Jarosch · 14 years ago
- 992f897 Make sim build compilable under Cygwin. Fixes FS#11832. by Andree Buschmann · 14 years ago
- 87c8be4 RaaA: Improve tagcache search to make the database built. by Thomas Martitz · 14 years ago
- 2c24160 Get rid of get_user_file_path and do the path handling in wrappers for open() and friends. by Thomas Martitz · 14 years ago
- 0f274ac Fix player sim yellow by Thomas Martitz · 14 years ago
- 1ce7ba4 Make the %tr (radio RSSI) tag work as a bar tag or as a conditional. by Jonathan Gordon · 14 years ago
- 56c4e9f Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#11189 by me. by Marcin Bukat · 14 years ago
- 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
- ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
- 89dcb1c fix red. by Thomas Martitz · 14 years ago
- e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
- be17fff Move comment by Thomas Martitz · 14 years ago
- f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
- f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
- c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
- a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
- 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
- 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
- 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
- 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- 240923a Rockbox as an application: Commit current Android port progress. by Thomas Martitz · 14 years ago
- 9c0b247 Rockbox as an application: add get_user_file_path(). by Thomas Martitz · 14 years ago
- 57613ea Rename/change SIMVER to APP_TYPE in the Makefiles. by Thomas Martitz · 14 years ago
- 31b5c47 Rockbox as an application: Add an 320x240 SDL application target. by Thomas Martitz · 14 years ago
- 3982f1e Simulator: build recording code by Rafaël Carré · 14 years ago
- 251b62d sim_icons.c is actually only for charcell display simulation. by Thomas Martitz · 14 years ago
- 5d236b2 Generate C file / header for svn version string by Rafaël Carré · 14 years ago
- ba46c88 rtc_enable_alarm() needs no return value by Rafaël Carré · 14 years ago
- 6cbc701 Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target. by Thomas Martitz · 14 years ago
- 3d0cee8 - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. by Thomas Martitz · 14 years ago
- a5d8d21 fix the last of the reds, and make RDS tags actually work (and add them to the hardcoded radio skin) by Jonathan Gordon · 14 years ago
- e919b5d Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn't like mode_t there, and unsigned int should be equally correct) and check the correct bitmask in sim_open(). by Thomas Martitz · 14 years ago
- 55e4fe7 Fix the remaining reds. by Thomas Martitz · 14 years ago
- 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 14 years ago
- c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 14 years ago
- b6c12a1 Submit FS#11065. Introduce a new system setting for en-/disabling the Line-out. For now only implemented on iPod Video. This allows to save power if the user does not use the player's Line-out. On iPod 5G the saving is ~0.5 mA. by Andree Buschmann · 15 years ago
- 181e0e0 Switch to using statvfs for simulated fat_size(). This makes io.c build on opensolaris, and also removes special ifdefing for freebsd and OS X. by Jens Arnold · 15 years ago
- e9b3c90 FS#10954: fix rename under simulator by Alex Bennee by Amaury Pouly · 15 years ago
- b5e1a1c Fix red, moved around a bit to much. by Thomas Martitz · 15 years ago
- 6915340 Fix FS#10867 and a few more potential issues by imitate target scrollwheel behavior more (although that behavior is suboptimal imo). Also, default for maximum backlight brightness in the sim and move stuff into sim.h. by Thomas Martitz · 15 years ago
- 5cebdcd More tabs removed by Andree Buschmann · 15 years ago
- 5c4ef78 Simplify some expressions using the ? operator by Bertrik Sikken · 15 years ago
- 5d96c3b Enable backlight brightness in simulator by Maurus Cuelenaere · 15 years ago
- ae22ef1 UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined by Michael Chicoine · 15 years ago
- d85c3ec Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). by Thomas Martitz · 15 years ago
- a39be4b Fix red: Invert buttons in RTL mode by Tomer Shalev · 15 years ago
- f7bd725 Invert buttons in RTL mode by Tomer Shalev · 15 years ago
- c8b87d7 FS#10569 RTC driver cleanup by Nils Wallménius · 15 years ago
- 4f87976 Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef by Nils Wallménius · 15 years ago
- 275a300 initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 by Robert Kukla · 15 years ago
- b2b3f39 Remove an #ifdef SIMULATOR in favor of using a stub by Thomas Martitz · 15 years ago
- a7f4e1f Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. by Thomas Martitz · 15 years ago
- 13477a0 Set keywords and eol-style properties for the new backlight-sim.h. by Thomas Martitz · 15 years ago
- 0a5beba Move the sim stubs into a seperate file to clean backlight.c up a bit. by Thomas Martitz · 15 years ago
- 7e7d8eb Actually do the renaming of the stub. by Thomas Martitz · 16 years ago
- 4ed387d Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red. by Thomas Martitz · 16 years ago
- b61f0c6 FS#9964 take 2. Including the whole patch is a good idea. by Steve Bavin · 16 years ago
- 6eea66f FS#9964 - Fix simulator file i/o when the --root option is used. by Steve Bavin · 16 years ago
- 353ebd0 Small bit from my GSoC work: Unify the way the simulator accesses voice strings. In the future this will allow plugin menus to be translated and voiced. by Tom Ross · 16 years ago
- 3e67e3b Add a rockbox kernel thread for simulator specific tasks, and use that for calling the screendump function(s). Fixes screendump in simulators for backlight-less targets (Ondio), and reduces mixing of unrelated functionality a bit (screendump was called from backlight thread, triggered by a sim-only system wide event). by Jens Arnold · 16 years ago
- ff49851 Red build fix. by Björn Stenberg · 16 years ago
- faa01e9 Fix yellow. Don't know how I missed that testing sim build. :\ by Michael Sevakis · 16 years ago
- 33a7f3a Allow sims to shut down normally from panic code. by Michael Sevakis · 16 years ago
- 4ed78f5 Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file. by Michael Sevakis · 16 years ago
- f501cda Fix remaining red. by Nils Wallménius · 16 years ago
- 3157e13 Simplify powermgmt thread loops so it calls functions turn (no more power_thread_sleep). Do other target-friendly simplifications, generic battery switch handling and split sim-specific code. Whoever can, please verify charging on the Archos Recorder (due to change in the charger duty cycle code). by Michael Sevakis · 16 years ago
- ee46a3d Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree. by Björn Stenberg · 16 years ago
- 2f1892a stop printing "storage_sleep()" in the sim output by Jonathan Gordon · 16 years ago
- add677f Fix some red. The stubs in bootloaders are giving some trouble. by Michael Sevakis · 16 years ago
- 58eb784 Straighten out some powermanagement stuff. Give target complete control over how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. by Michael Sevakis · 16 years ago
- 819378b Renamed simulator disk directory from 'archos' to 'simdisk'. by Björn Stenberg · 16 years ago
- 99d39f5 put stubs in the proper place by Frank Gevaerts · 16 years ago
- f4d4a6a Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This make it possible to clean up some #ifdef SIMULATOR macros. by Bertrik Sikken · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 3d30be8 lcd-common.h hasn't contained code in nearly 6 years. by Michael Giacomelli · 16 years ago