|
2010-02-05
, 19:17
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#72
|
Well the issue is GPLv3 is not compatible with GPLv2 directly. Usually the images fall under the same license and the code.
Somewhat. The easy way to look at is:
BSD/MIT licenses say Do anything you want with my work so long as you credit me (no restrictions on your license, doesn't even have to be open source)
GPL/Apache say Do what you want to as long as you release all the derivative works under the same license.
|
2010-02-05
, 19:24
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#73
|
I just can't win... I use orange and get told it conflicts with the default theme's... I use black/white to be generic and get told I need color!
I'm hoping someday I'll figure out how to pull colors from whatever theme you're using and use those. Don't know how to do that yet.. but now that I got transparent icons working (somewhat) decently then the framework is there for it.. just need a way to dynamically grab the colors.
[Colors] DefaultTextColor=#ffffff SecondaryTextColor=#bababa ActiveTextColor=#26abff DisabledTextColor=#8e8e8e PaintedTextColor=#000000 ReversedTextColor=#141414 ReversedSecondaryTextColor=#707070 ReversedActiveTextColor=#0072c2 ReversedDisabledTextColor=#949494 ReversedPaintedTextColor=#ffffff DefaultBackgroundColor=#181818 DarkerBackgroundColor=#101010 ReversedBackgroundColor=#ffffff SelectionColor=#30a8f8 ReversedSelectionColor=#68b8f8 ContentBackgroundColor=#000000 ContentFrameColor=#000000 ContentSelectionColor=#ffffff TitleTextColor=#ffffff ButtonTextColor=#ffffff ButtonTextPressedColor=#ffffff ButtonTextDisabledColor=#8c8c8c AccentColor1=#41b5ff AccentColor2=#004e80 AccentColor3=#005890 AttentionColor=#ff1919 NotificationBackgroundColor=#f8c858 NotificationTextColor=#181101 NotificationSecondaryTextColor=#4a3503
The Following User Says Thank You to daperl For This Useful Post: | ||
|
2010-02-05
, 19:25
|
Posts: 28 |
Thanked: 15 times |
Joined on Dec 2009
|
#74
|
The Following User Says Thank You to Thorprime For This Useful Post: | ||
|
2010-02-05
, 19:57
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#75
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-02-06
, 22:16
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#76
|
Here are a few issues.
1: Your current username is not pre-poplated in the username screen.
2: Clicking out of the username menu to cancel crashes the app. (Or at least it quits, not sure where the crashlogs would be if it had crashed)
Closing other menus this way such as "station/create" doesn't cause the issue.
3: White border on active buttons (probably a Qt issue you may be aware of)
4:Probably should change "Snooze" to "Sleep" or "sleep timer", as this is what it is called on most TV's, ect. (But the feature works great! Awesome)
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-02-06
, 22:34
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#77
|
|
2010-02-06
, 23:25
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#78
|
|
2010-02-07
, 03:57
|
Posts: 28 |
Thanked: 15 times |
Joined on Dec 2009
|
#79
|
The Following User Says Thank You to Thorprime For This Useful Post: | ||
|
2010-02-07
, 04:13
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#80
|
http://www.gnu.org/licenses/gpl-faq....3Compatibility
Usually the images fall under the same license and the code.
BSD/MIT licenses say Do anything you want with my work so long as you credit me (no restrictions on your license, doesn't even have to be open source)
GPL/Apache say Do what you want to as long as you release all the derivative works under the same license.
You should prob read this whole page, especially the requirement to be able to display the license to the user.
http://www.gnu.org/licenses/quick-guide-gplv3.html
Last edited by Thorprime; 2010-02-05 at 19:19.