143 Commits

Author SHA1 Message Date
emb
ecda106b19 (finally) fixing mingw console window. 2015-02-23 23:44:38 -06:00
emb
a1d1b9662e Removing console window when starting retrofe for mingw. 2015-02-23 23:18:11 -06:00
emb
4ce39766d7 Fix mingw compiler error (font was missing cstdio for memset) 2015-02-23 23:12:30 -06:00
emb
dd6571a156 Fix mingw compiler error (font was missing cstdio for memset) 2015-02-23 23:09:40 -06:00
emb
7b5ba862f7 XP support (using mingw compiler) 2015-02-23 22:15:26 -06:00
emb
2e9f82b16e Fixing text alignment issues. PageBuilder is still incorrectly calculating offsets for yOrigin on verticalList. 2015-02-23 13:00:32 -06:00
Don Honerbrink
bf7a347511 Changing menu list offsets (edited online with Bitbucket) 2015-02-20 21:19:44 +00:00
emb
54e954efcc Updated database name to match new db implementation. 2015-02-20 12:44:42 -06:00
emb
f858f55bc4 Fonts can have more than one color. Moved splash to default theme. 2015-02-19 21:59:09 -06:00
emb
750d0c6c7e Fix gcc compile error due to ScrollingList improperly calling constructor. 2015-02-19 20:43:28 -06:00
emb
0399c125d7 Merge with tween refactor 2015-02-19 16:29:37 -06:00
emb
90484cf90a Fixed ScrollingList parent class copy constructor execution. 2015-02-19 16:29:07 -06:00
emb
af451bfa81 Breaking tweens up into 4 classes for readability. Created copy constructors. ScrollingList copy constructor still causes crash when update is called. 2015-02-19 07:39:17 -06:00
Don Honerbrink
1f8441a0ce Moved implementations from header files to cpp files. Removed unused functions. 2015-02-17 16:39:13 -06:00
Don Honerbrink
86200ad731 Ran astyle to follow allman coding standard. 2015-02-17 08:41:07 -06:00
emb
6c4dfcb9af Created Copy constructor for TweenSets (for reuse). Prepare for component copy constructor. 2015-02-16 12:49:23 -06:00
emb
c74ddfb582 Moved more component implementations from header file to source. 2015-02-16 07:51:23 -06:00
emb
5d455d1174 Cleanup from old sandbox code. Moved component implementation from header file to source file. 2015-02-16 07:48:57 -06:00
emb
10b65d7021 Renamed TweenSet to TweenSets 2015-02-15 23:14:51 -06:00
emb
dafb0a9b51 Renamed TweenAttributes to TweenSets. 2015-02-15 23:12:07 -06:00
Don Honerbrink
f9410748f1 Text.cpp edited online with Bitbucket 2015-02-10 22:00:16 +00:00
Don Honerbrink
9baac1bac2 Text.cpp edited online with Bitbucket 2015-02-10 21:44:04 +00:00
Don Honerbrink
0725ef60dc Add clipping for text max width. 2015-02-10 14:58:31 -06:00
emb
9f7290bb12 Text now is a fallback option if reloadable media cannot load image. 2015-02-10 13:00:20 -06:00
emb
a4c29eeb7b Not specifying height/width uses videos native size. 2015-02-09 21:25:26 -06:00
emb
a81b1bc5ad Fixed reloadableImage issue when loading manufacturer. 2015-02-09 20:55:46 -06:00
emb
4c67820012 Missed else/if for scaling. 2015-02-09 20:19:09 -06:00
emb
6184e89e81 Fixed min/max scaling. 2015-02-09 20:03:49 -06:00
Don Honerbrink
5db3d3f174 Support for manufacturer tag. 2015-02-09 10:30:07 -06:00
emb
6ee43b6b86 Disabling submenus temporarially to support multi-menu layouts. 2015-02-05 07:53:44 -06:00
Don Honerbrink
4429b1edf5 Adding include/exclude support after porting. Lists are also alphabetical. 2015-02-04 23:47:15 -06:00
emb
ccb354e8b6 Fixed issue where animation from previous menu shows up for reloadable components. 2015-02-04 12:36:22 -06:00
emb
8df517437c Fixed updating for reloadable components when paging up/down. 2015-02-04 07:52:46 -06:00
emb
57c22451f3 Updated layout with timmybs progress (not complete). 2015-02-04 07:38:14 -06:00
emb
262114ba99 Fixed menuIndex tween sets (was not picking right xml sibling). 2015-02-03 21:35:38 -06:00
emb
6601457a8d Added menuenter and menuexit tween order based on if entering or exiting menu. 2015-02-03 18:17:15 -06:00
Don Honerbrink
9376668581 Changes to compile on linux 2015-02-03 16:34:27 -06:00
Don Honerbrink
ad0abe779e Changed menu tween precidence 2015-02-03 16:29:05 -06:00
Don Honerbrink
be1cd8165c Menu exit tweens were not using the proper index 2015-02-03 16:27:17 -06:00
emb
5a3053a99b Fixing compiler error due to nested std collections. 2015-02-02 23:18:53 -06:00
emb
5790f76f4e Support for other tweens to trigger only when specific menu is selected (using menuIndex attribute). 2015-02-02 22:08:34 -06:00
emb
4a77e3b6a1 Menu configurable scroll speed and velocity. 2015-02-01 22:05:00 -06:00
emb
2cfcf0d713 MenuIndex tag to allow for other components to have animations based on menu selection. 2015-01-31 14:51:39 -06:00
emb
08b4aaec5e Removing debug comments. 2015-01-31 00:24:10 -06:00
Don Honerbrink
a8fe5d7184 Changed default layout to use Roboto-bold as a font. 2015-01-31 05:58:18 +00:00
emb
f5ad979f9c Updated layout to use list view for sublist. Adjusted scroll speed. 2015-01-30 23:42:42 -06:00
emb
a5965e0c4e Updated layout to showcase multiple menus. Set first collection to default to Main. 2015-01-30 23:28:00 -06:00
emb
f9edb050de Prevent crashing when list was empty (or if the database files could not be found). 2015-01-30 21:43:13 -06:00
emb
68ea0d1ef9 Remove hardcoded debug path 2015-01-30 21:11:39 -06:00
emb
ab46aa8836 Fixing gcc compiler error for enumeration. 2015-01-30 18:03:37 -06:00