summaryrefslogtreecommitdiffstats
path: root/uisimulator/common
AgeCommit message (Expand)AuthorFilesLines
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-2/+4
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-1/+1
2009-10-05Invert buttons in RTL modeTomer Shalev1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-12/+4
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius1-0/+4
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-3/+0
2009-05-05Remove an #ifdef SIMULATOR in favor of using a stubThomas Martitz2-0/+6
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz5-51/+156
2009-04-26Set keywords and eol-style properties for the new backlight-sim.h.Thomas Martitz1-1/+1
2009-04-26Move the sim stubs into a seperate file to clean backlight.c up a bit.Thomas Martitz1-0/+68
2009-03-17Actually do the renaming of the stub.Thomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-1/+1
2009-02-27FS#9964 take 2. Including the whole patch is a good idea.Steve Bavin1-104/+21
2009-02-27FS#9964 - Fix simulator file i/o when the --root option is used.Steve Bavin1-22/+19
2009-02-27Small bit from my GSoC work: Unify the way the simulator accesses voice strin...Tom Ross1-4/+0
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold3-0/+96
2009-01-10Red build fix.Björn Stenberg1-0/+5
2009-01-08Fix yellow. Don't know how I missed that testing sim build. :\Michael Sevakis1-0/+1
2009-01-08Allow sims to shut down normally from panic code.Michael Sevakis1-2/+2
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+10
2009-01-03Fix remaining red.Nils Wallménius2-4/+6
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2-0/+161
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-8/+10
2008-12-04stop printing "storage_sleep()" in the sim outputJonathan Gordon1-1/+0
2008-12-03Fix some red. The stubs in bootloaders are giving some trouble.Michael Sevakis1-17/+22
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-2/+13
2008-11-24Renamed simulator disk directory from 'archos' to 'simdisk'.Björn Stenberg1-3/+3
2008-11-02put stubs in the proper placeFrank Gevaerts1-20/+16
2008-07-03Implement FS#8947 - Add a stub in the simulator for ata_disk_is_active. This ...Bertrik Sikken1-0/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg10-20/+40
2008-06-14lcd-common.h hasn't contained code in nearly 6 years.Michael Giacomelli2-38/+0
2008-05-29Fix red while keeping menu item.Michael Sevakis1-0/+7
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold1-0/+5
2008-04-07Best use C, not C++Steve Bavin1-7/+7
2008-04-07Remove some more simulator debugging output.Steve Bavin1-8/+7
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-1/+1
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-1/+1
2008-03-24The blit functions shouldn't exist for the simulator.Jens Arnold1-11/+0
2008-03-24Oops, fix red.Jens Arnold1-1/+1
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-2/+2
2007-12-03Simulate the effects of sector caching a bit. Bypass I/O yield if a byte coun...Michael Sevakis1-9/+21
2007-12-03Simplify the uisimulator I/O routine and let the rockbox thread calling the f...Michael Sevakis1-106/+21
2007-11-08Code police; trailing spaces mainly.Steve Bavin1-14/+14
2007-11-08Add --root option to allow overriding of simulator root menu.Steve Bavin1-11/+20
2007-11-07compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon1-47/+0
2007-11-02Fix sims: sim_codec_load_ram() needed an updateNicolas Pennequin1-15/+2
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-18/+2
2007-10-17Remove some dead codeDave Chapman3-299/+0
2007-10-13Fixes a problem where the sim would try to start the WPS on HAVE_RTC_ALARM si...Jonathan Gordon1-1/+3