This website requires JavaScript.
Explore
Help
Register
Sign in
ModernDesktopInitiative
/
koto
Watch
4
Star
0
Fork
You've already forked koto
0
Code
Issues
17
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4cc5c6efd4
koto
/
theme
/
_button.scss
12 lines
113 B
SCSS
Raw
Normal View
History
Unescape
Escape
Implement Playlist functionality. My god... Too many changes to summarize. - Fixes #2. - Fixes #3. - Fixes #5. - Fixes #7. Start work on uncrustify config.
2021-05-07 16:45:57 +03:00
@import
"
vars
"
;
Convert from CSS to SCSS. Make a multitude of refinements to styling along the way. Remove unused glade UI file. Added CSS classes to various components. Fix some alignment issues. Renamed our albums_strip to favorites_list. Implement recursive file parsing in KotoIndexedAlbum with the intent of using it for "discs" / CD, useful for albums like Foo Fighters: In Your Honor that have 2 or more CDs. Still need to work on refining this further. Add stub function in our album view for a planned separation of the track listing so we can do it based on discs and other depth-of-3 sub-folders.
2021-02-25 18:15:36 +02:00
.
koto-button
{
&
>
image
{
margin-right
:
10
px
;
}
Implement mimetype support reporting for MPRIS, start implementation of bulk of getters. Implemented the following getters for MPRIS: - CanQuit - CanRaise - HasTrackList - Identity - DesktopEntry - SupportedUriSchemas - SupportedMimeTypes - Metadata - CanPlay / CanPause / CanSeek - CanControl - PlaybackStatus Implemented a koto_push_track_info_to_builder function that enables us to easily push KotoIndexedTrack as well as associated album and artist info to a GVariantBuilder for use in a GVariant for various getters. Implemented a koto_update_mpris_info_for_track function that emits a signal for PropertiesChanged + "Metadata" when our track info changes.
2021-04-06 10:41:15 +03:00
&
.
active
>
image
{
color
:
$green
;
}
Convert from CSS to SCSS. Make a multitude of refinements to styling along the way. Remove unused glade UI file. Added CSS classes to various components. Fix some alignment issues. Renamed our albums_strip to favorites_list. Implement recursive file parsing in KotoIndexedAlbum with the intent of using it for "discs" / CD, useful for albums like Foo Fighters: In Your Honor that have 2 or more CDs. Still need to work on refining this further. Add stub function in our album view for a planned separation of the track listing so we can do it based on discs and other depth-of-3 sub-folders.
2021-02-25 18:15:36 +02:00
}
Reference in a new issue
Copy permalink