summaryrefslogtreecommitdiff
path: root/uisimulator (follow)
Commit message (Collapse)AuthorAge
...
* Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing2004-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4962 a1c6a512-1295-4272-9138-f99709370657
* Removed annoying debug outputLinus Nielsen Feltzing2004-07-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4943 a1c6a512-1295-4272-9138-f99709370657
* New way of defining menus and options allows to declare them static const, ↵Jörg Hohensohn2004-07-23
| | | | | | which saves the code to runtime-assemble them. Rockbox just got 6 KB smaller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4931 a1c6a512-1295-4272-9138-f99709370657
* Somewhat better key combination handlingLinus Nielsen Feltzing2004-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4930 a1c6a512-1295-4272-9138-f99709370657
* Brushed up, made it more like the win32 makefileLinus Nielsen Feltzing2004-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4928 a1c6a512-1295-4272-9138-f99709370657
* The win32 simulator window is now shown in the task bar, and the tick ↵Linus Nielsen Feltzing2004-07-22
| | | | | | resolution is more correct, thanks to BlueChip git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4915 a1c6a512-1295-4272-9138-f99709370657
* Added dependency on the plugin libraryLinus Nielsen Feltzing2004-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4910 a1c6a512-1295-4272-9138-f99709370657
* Forgot to remove all traces of the obsolete repeat mask functionsLinus Nielsen Feltzing2004-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4909 a1c6a512-1295-4272-9138-f99709370657
* Added raw button reading functionalityLinus Nielsen Feltzing2004-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4907 a1c6a512-1295-4272-9138-f99709370657
* Player LCD simulation no longer writes outside the frame bufferLinus Nielsen Feltzing2004-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4899 a1c6a512-1295-4272-9138-f99709370657
* Simplified the win32 sim makefile a littleLinus Nielsen Feltzing2004-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4898 a1c6a512-1295-4272-9138-f99709370657
* Removed some whitespaceLinus Nielsen Feltzing2004-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4850 a1c6a512-1295-4272-9138-f99709370657
* Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing2004-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4849 a1c6a512-1295-4272-9138-f99709370657
* The win32 open() was called with the wrong flagsLinus Nielsen Feltzing2004-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4845 a1c6a512-1295-4272-9138-f99709370657
* Fixed the FM sim buildLinus Nielsen Feltzing2004-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4830 a1c6a512-1295-4272-9138-f99709370657
* Added FM radio simulation, with a good station at 99.4MHzLinus Nielsen Feltzing2004-07-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4823 a1c6a512-1295-4272-9138-f99709370657
* New screen dump feature for recordersLinus Nielsen Feltzing2004-06-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4817 a1c6a512-1295-4272-9138-f99709370657
* Added reset_poweroff_timer(), which can be used to prevent idle poweroff. ↵Linus Nielsen Feltzing2004-06-22
| | | | | | This is also available in the plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4787 a1c6a512-1295-4272-9138-f99709370657
* extended the clean target to remove the libplugin and the rockbox.zipDaniel Stenberg2004-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4781 a1c6a512-1295-4272-9138-f99709370657
* provide libplugin supportDaniel Stenberg2004-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4779 a1c6a512-1295-4272-9138-f99709370657
* infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2004-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4778 a1c6a512-1295-4272-9138-f99709370657
* wrong functions have been hereJörg Hohensohn2004-06-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4773 a1c6a512-1295-4272-9138-f99709370657
* Added backlight_off to simulator stubs.Kjell Ericson2004-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4770 a1c6a512-1295-4272-9138-f99709370657
* Fixed a warning (unused variable)Jens Arnold2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4760 a1c6a512-1295-4272-9138-f99709370657
* removed silly debug outputsDaniel Stenberg2004-06-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4757 a1c6a512-1295-4272-9138-f99709370657
* The plugin lib now works in the win32 simulatorLinus Nielsen Feltzing2004-06-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4747 a1c6a512-1295-4272-9138-f99709370657
* Create files with proper permissons on unix/linux, make open() and creat()Daniel Stenberg2004-06-14
| | | | | | | warn and return -1 if the file name doesn't start with slash. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4746 a1c6a512-1295-4272-9138-f99709370657
* translate from rockbox's open() options to the options used by the hostDaniel Stenberg2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4745 a1c6a512-1295-4272-9138-f99709370657
* Fixed VC++ build.Hardeep Sidhu2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4739 a1c6a512-1295-4272-9138-f99709370657
* Previous change breaks VC++ build, reverting.Hardeep Sidhu2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4738 a1c6a512-1295-4272-9138-f99709370657
* Finally, the archos directory sandbox works in the same way for both X11 and ↵Linus Nielsen Feltzing2004-06-10
| | | | | | win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
* Added filetypes.c to VC project. Fixed compiler warning.Hardeep Sidhu2004-05-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4708 a1c6a512-1295-4272-9138-f99709370657
* Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
* remove_thread() stubbed for the simulator, but this is a "make it compile" ↵Jörg Hohensohn2004-05-01
| | | | | | hack. It should rather do the real thing, I just don't know how. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4572 a1c6a512-1295-4272-9138-f99709370657
* Added missing newlineJens Arnold2004-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4537 a1c6a512-1295-4272-9138-f99709370657
* Fixed win32 sim errors/warningsHardeep Sidhu2004-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4526 a1c6a512-1295-4272-9138-f99709370657
* Fixed win32 sim errorLinus Nielsen Feltzing2004-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4525 a1c6a512-1295-4272-9138-f99709370657
* Removed some X11 simulator warningsLinus Nielsen Feltzing2004-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4524 a1c6a512-1295-4272-9138-f99709370657
* Reworked the time get/set functionsLinus Nielsen Feltzing2004-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4522 a1c6a512-1295-4272-9138-f99709370657
* Sim warning, as usualLinus Nielsen Feltzing2004-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4514 a1c6a512-1295-4272-9138-f99709370657
* Added rmdir() for the x11 simulatorLinus Nielsen Feltzing2004-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4511 a1c6a512-1295-4272-9138-f99709370657
* talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 ↵Jörg Hohensohn2004-04-10
| | | | | | extension git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4485 a1c6a512-1295-4272-9138-f99709370657
* my usual simulator postfixJörg Hohensohn2004-04-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4472 a1c6a512-1295-4272-9138-f99709370657
* warning and simulator build fixJörg Hohensohn2004-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4466 a1c6a512-1295-4272-9138-f99709370657
* my usual simulator postfixJörg Hohensohn2004-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4441 a1c6a512-1295-4272-9138-f99709370657
* another sim fix, I just _love_ to break these buildsJörg Hohensohn2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4417 a1c6a512-1295-4272-9138-f99709370657
* missing stub broke the sim buildJörg Hohensohn2004-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4415 a1c6a512-1295-4272-9138-f99709370657
* First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn2004-03-14
| | | | | | in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
* OK, no HIGHEST_IRQ_LEVEL defined for the sim. I use a number again, the code ↵Jörg Hohensohn2004-03-13
| | | | | | here is pointless anyhow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4375 a1c6a512-1295-4272-9138-f99709370657
* We had a few set_irq_level(15) left in the code, instead of the new ↵Jörg Hohensohn2004-03-13
| | | | | | set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4374 a1c6a512-1295-4272-9138-f99709370657