aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Another batch of "extra" files outside the minimum XDG spec.Ken Moore2017-04-12
|
* Get almost all the status icons implemented. Good enough to use since the ↵Ken Moore2017-04-12
| | | | others are not needed by Lumina right now (networking/email stuff)
* Add some more action icons (additional to the minimum required)Ken Moore2017-04-12
|
* Add some of the "status" icons.Ken Moore2017-04-12
|
* Add a new trash icon to the places (was on the status list)Ken Moore2017-04-12
|
* Get the "places" cateogory all set up. Only missing a "start-here" icon (not ↵Ken Moore2017-04-12
| | | | used by Lumina - so it is a low priority).
* Add an additional icon search fallback for mimetype icons (use the ↵Ken Moore2017-04-12
| | | | *-x-generic icon)
* Some rearranging of the icons. The folder-* icons need to be in the places ↵Ken Moore2017-04-12
| | | | directory - not actions.
* Some more icons/adjustments.Ken Moore2017-04-12
|
* Add a bunch more mimetype icons.Ken Moore2017-04-12
|
* Add in all the required mimetypesKen Moore2017-04-11
| | | | (lots more can still be added though - look at the oxygen icon theme for examples of other mimetypes).
* Add almost all the "devices" category. Only a few still missing - might need ↵Ken Moore2017-04-11
| | | | to get a few made up to fill these gaps.
* Finish up the "categories.list" by adding icons into the "applications" dir.Ken Moore2017-04-11
|
* Add in all the application category icons. The "preferences-" icons in the ↵Ken Moore2017-04-11
| | | | list will be put into the "categories" folder with the other ones like that.
* Now add all the icons for specific applications by name.Ken Moore2017-04-11
| | | | These all came from the "Templarian" material design icons
* Finish up the required applications/ files.Ken Moore2017-04-11
|
* Finish up the "actions" category.Ken Moore2017-04-11
|
* Another large batch of "action" files.Ken Moore2017-04-10
|
* Another batch of icons for the actions category.Ken Moore2017-04-10
|
* Add a bunch of the emote icons (face-*)Ken Moore2017-04-10
|
* Add a bunch more of the "action" icons.Ken Moore2017-04-10
|
* Merge branch 'master' of https://www.github.com/trueos/luminaJoe Maloney2017-04-10
|\
| * Start putting together the material-icons-light theme:Ken Moore2017-04-10
| | | | | | | | This renames a lot of the google-material-design-icons to match the XDG naming standards
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-04-10
| |\
| * | Clean up another couple "nullptr" uses.Ken Moore2017-04-10
| | |
* | | Remove broken oxygen icons depend. We will forge ahead with our own icons.Joe Maloney2017-04-10
| |/ |/|
* | Remove 0 from port dependJoe Maloney2017-04-10
| |
* | Working TOC fix (finally)Tim Moore2017-04-10
| |
* | Oxygen icons have moved. Update location.Joe Maloney2017-04-10
| |
* | Try again: TOC internal link fix (experiment)Tim Moore2017-04-10
| |
* | Fix internal TOC references.Tim Moore2017-04-10
| |
* | Update README.mdTim Moore2017-04-10
| | | | | | Add TOC for existing Lumina information.
* | Update README.mdTim Moore2017-04-10
| | | | | | Add general project info.
* | add commented out method for icon size in vertical taskmanagerq5sys2017-04-09
|/
* Get the drag and drop functionality moved over to the left-click (when ↵Ken Moore2017-04-07
| | | | dragged off-widget is now when the drag starts).
* Add the ability to select an area of the screen for taking a snapshot.Ken Moore2017-04-07
|
* Fix the 2-pixel height difference between the font/size boxes manually.Ken Moore2017-04-07
|
* Finish up the drag and drop support for tabs within LTE:Ken Moore2017-04-06
| | | | | Drags will start on *middle click + drag*, and utilities the standardized uri-list mimetype for transfer to other applications with support it. NOTE: In testing, the return code for a successful drop/accept on another applications still seems to return the "ignore" action rather than the move action. This may be a problem in Qt 5.7.1 - not sure yet.
* Start the prep-work for making the tabwidget drag-and-drop capable.Ken Moore2017-04-06
|
* Couple more tweaks for the lumina-mediaplayer.Ken Moore2017-04-06
|
* Add the ability to change the tab bar position/side in Lumina textedit.Ken Moore2017-04-06
|
* Add a tray popup message when the tray first becomes visible.Ken Moore2017-04-06
| | | | This ensures that the user is notified when a file operation is currently running via the tray.
* Start prepping the "local" side of lumina-mediaplayer.Ken Moore2017-04-06
|
* another batch of update for the lumina-mediaplayer pandora streaming ↵Ken Moore2017-04-05
| | | | functionality.
* Couple tweaks for the Pandora process.Ken Moore2017-04-05
| | | | Found out that changing the /usr/local/etc/libau.conf to have "default_driver=oss" was required for non-distorted audio output on my laptop.
* Merge pull request #407 from denmu/masterKen Moore2017-04-04
|\ | | | | added font size box
| * added font size boxDenis Mulalic2017-04-04
| |
* | Another large batch of work on lumina-mediaplayer. The Pandora streaming ↵Ken Moore2017-04-04
| | | | | | | | capabilities are almost completely done (just missing the interactive search for creating new stations) and very functional right now. Also get the system tray icon functional for the app too.
* | Update lumina-mediaplayer a bit more - get the UI starting to reflect the ↵Ken Moore2017-04-03
| | | | | | | | Pandora info, and hook up the station changing buttons.
* | Fix the man page location for lumina-desktop.8.gzKen Moore2017-04-03
| |
bgstack15