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 |
|
Don Honerbrink
|
e84f70673b
|
Fixing scrollingList (commit error).
|
2015-01-30 17:27:38 -06:00 |
|
Don Honerbrink
|
49d2d1b9ac
|
Fixed scrolldirection namespace issue for linux.
|
2015-01-30 17:23:46 -06:00 |
|
Don Honerbrink
|
105c40976f
|
One last namespacing issue (need to setup branching strategy eventually).
|
2015-01-30 17:20:52 -06:00 |
|
Don Honerbrink
|
7084ee270a
|
Missed last namespacing issue with tweens.
|
2015-01-30 17:18:34 -06:00 |
|
Don Honerbrink
|
2632250ca8
|
Fixed class/namespacing issue with tweens.
|
2015-01-30 17:16:56 -06:00 |
|
Don Honerbrink
|
6728e44bb5
|
Adding missed pragma once for viewinfo.
|
2015-01-30 17:13:29 -06:00 |
|
Don Honerbrink
|
eb671042c9
|
Cleaning up cppcheck issues.
|
2015-01-30 17:11:37 -06:00 |
|
Don Honerbrink
|
16b3a7e7d9
|
Updating all files with licensing information.
|
2015-01-30 16:38:04 -06:00 |
|
Don Honerbrink
|
d77756d1d4
|
Remove quotes from controls documentation
|
2015-01-30 20:36:36 +00:00 |
|
Don Honerbrink
|
7b3a216e54
|
Edited layout documentation to support new menu tweens.
|
2015-01-30 20:32:44 +00:00 |
|
Don Honerbrink
|
77de279b26
|
Updated configuration
|
2015-01-30 20:22:46 +00:00 |
|
Don Honerbrink
|
3c40572929
|
Update documentation for directory structure
|
2015-01-30 20:11:23 +00:00 |
|
emb
|
da7766f79e
|
Merge with multiple menus
|
2015-01-30 12:54:22 -06:00 |
|