Thomas Martitz 
								
							 
						 
						
							
							
							
							
								
							
							
								35e8b1429a 
								
							 
						 
						
							
							
								
								Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently).  
							
							... 
							
							
							
							The simulator defines PLATFORM_HOSTED, as RaaA will do (RaaA will not define SIMULATOR).
The new define is to (de-)select code to compile on hosted platforms generally.
Should be no functional change to targets or the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27019 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2010-06-21 16:53:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Thomas Martitz 
								
							 
						 
						
							
							
							
							
								
							
							
								71411ee83a 
								
							 
						 
						
							
							
								
								Change %mp tag to use current_playmode(). It has upto 9 values now, including recording and radio states.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23206 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2009-10-16 19:14:28 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Stenberg 
								
							 
						 
						
							
							
							
							
								
							
							
								2acc0ac542 
								
							 
						 
						
							
							
								
								Updated our source code header to explicitly mention that we are GPL v2 or  
							
							... 
							
							
							
							later. We still need to hunt down snippets used that are not. 1324 modified
files...
http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml 
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-06-28 18:10:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bertrik Sikken 
								
							 
						 
						
							
							
							
							
								
							
							
								06860eff86 
								
							 
						 
						
							
							
								
								Made global variable ff_mode local by making it static (should be accessed by status_get_ffmode() anyway).  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17179 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2008-04-20 00:04:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jens Arnold 
								
							 
						 
						
							
							
							
							
								
							
							
								0dd1f8ec11 
								
							 
						 
						
							
							
								
								Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10080 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2006-06-06 22:23:52 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kevin Ferrare 
								
							 
						 
						
							
							
							
							
								
							
							
								1a1abf25f4 
								
							 
						 
						
							
							
								
								removed old statusbar and buttonbar code  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2005-11-20 01:02:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anton Oleynikov 
								
							 
						 
						
							
							
							
							
								
							
							
								2c836341ed 
								
							 
						 
						
							
							
								
								new icons for radio status  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8002 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2005-11-19 20:45:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								7da9477bc3 
								
							 
						 
						
							
							
								
								Initial multi screen support by Kévin Ferrare (Patch  #1318081 )  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7666 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2005-10-28 00:00:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miika Pekkarinen 
								
							 
						 
						
							
							
							
							
								
							
							
								d9874b266e 
								
							 
						 
						
							
							
								
								Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.  
							
							... 
							
							
							
							Please revert back should it cause problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7371 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2005-08-21 19:17:50 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jens Arnold 
								
							 
						 
						
							
							
							
							
								
							
							
								5265edda08 
								
							 
						 
						
							
							
								
								Removed remnants of buttonbar code for units without recorder keypad.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5563 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2005-01-13 19:37:34 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jens Arnold 
								
							 
						 
						
							
							
							
							
								
							
							
								8fb336148f 
								
							 
						 
						
							
							
								
								Const policed pointer arguments to functions, part 3  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2004-08-18 01:09:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								32e27d93e8 
								
							 
						 
						
							
							
								
								The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2004-06-27 01:05:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								77936e6ec5 
								
							 
						 
						
							
							
								
								First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2004-03-16 13:44:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								0a2e2c82a9 
								
							 
						 
						
							
							
								
								Renamed the buttonbar functions  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4016 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2003-11-05 08:59:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								1e781eab6c 
								
							 
						 
						
							
							
								
								Generic F-key buttonbar functionality  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4013 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2003-11-04 13:17:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Björn Stenberg 
								
							 
						 
						
							
							
							
							
								
							
							
								942bc9449e 
								
							 
						 
						
							
							
								
								Only redraw the status line when info actually changed.  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3588 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2003-04-23 11:26:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Stenberg 
								
							 
						 
						
							
							
							
							
								
							
							
								b12797fb46 
								
							 
						 
						
							
							
								
								include time.h for the sim (the win version in fact)  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3174 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2003-01-27 15:36:48 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Björn Stenberg 
								
							 
						 
						
							
							
							
							
								
							
							
								c3fd67c6c9 
								
							 
						 
						
							
							
								
								Killed a dozen global variables  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3015 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2002-12-18 14:57:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mats Lidell 
								
							 
						 
						
							
							
							
							
								
							
							
								a87ce29bf8 
								
							 
						 
						
							
							
								
								Draw all icons for player from status_draw. Added set methods for  
							
							... 
							
							
							
							icons that isn't deduced from somewhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2660 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2002-10-15 12:53:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Braun 
								
							 
						 
						
							
							
							
							
								
							
							
								cb6bafd1f2 
								
							 
						 
						
							
							
								
								F3 now toggles global_settings.statusbar  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1768 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2002-08-15 14:12:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Braun 
								
							 
						 
						
							
							
							
							
								
							
							
								de8fbf00a8 
								
							 
						 
						
							
							
								
								Added status bar to file browser and wps  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1582 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2002-08-07 10:35:26 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Linus Nielsen Feltzing 
								
							 
						 
						
							
							
							
							
								
							
							
								7c64830317 
								
							 
						 
						
							
							
								
								First version  
							
							... 
							
							
							
							git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1405 a1c6a512-1295-4272-9138-f99709370657 
							
						 
						
							2002-07-22 22:41:32 +00:00