-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
todoReminder for something to do later.Reminder for something to do later.
Description
- Implement signals and slots in QML so that appbar drawer (and eventually appbar) items can send the
command
s to the app instead of just outputting the text in the console.- Add support for
command
arguments, too, so for example the command ispin
and the argument isbatterysaver.qml
, thus pinning the page, and another one can bepin
andstorage.qml
, so then that other page gets pinned.
- Add support for
- Have the settings app be able to change settings in the config files instead of requiring a text editor to change the settings.
- I can probably use ConfigUpdater for this as mentioned in The .desktop spec requires keeping comments, so I can use a Python library that supports them listed below. #234.
- Write scripts to copy the "real" versions of libraries like
settingsReader.py
into thelibs
subfolder for each app that uses a given library instead of having to manually copy and paste each time I make a change. - Split out common code for like loading theme stuff from each app's
main.py
so it passes the correct relative path (will probably need to also addos.getcwd()
to the beginning of the relative path) to the code that loads the theme files which will be relocated to a subfolder in each app'slibs
folder (will use the script above to copy into each folder from a main copy). - Write a note saying that I'm keeping the search-related stuff in the Settings app for now whenever I'll need to start another app from Settings (unless I don't have the right code? very possible because I think it's just web browser-related, but then again, would I ever need to open the default browser from Settings? unless setting up accounts is something I'd need. yeah, I think I'll keep it and just add a note). I do need to add code to launch other apps probably eventually though, it's the way of the settings app.
Metadata
Metadata
Assignees
Labels
todoReminder for something to do later.Reminder for something to do later.