JakobDev

Results 127 issues of JakobDev

If a setting is boolean, set.lua will now complete true or false.

We had for almost all set Function also a get Function, but not for setTextScale(). This PR add one.

With this PR, you can directly see, which File is opened is which tab, if you have multiple files open.

This PR simple adds a -a Option to list.lua which allows you to see hidden Files, even if the list.show_hidden setting is false.

At the Moment, edit.lua will only complete global functions. But must Programs have local functions. With this PR, edit.lua will search the code of your file and add all functions...

This functions allows you to get to equipped Item. I know, this is already possible with unequip the Item, get Item Detail and reequip it. But the current methode has...

You can now Scroll through the Programlist, if the list bigger than your Screen. ![multi](https://user-images.githubusercontent.com/15185051/29084587-cd1e78f6-7c6c-11e7-8989-4320245dbbec.gif)

Please add stopSound() to speaker. If you play a music disk, you can't stop playing with the Speaker.

I have the following code: ```python from PyQt5.QtDBus import QDBusArgument, QDBusVariant, QDBusConnection, QDBusMessage, QDBusPendingCallWatcher, QDBusPendingReply from PyQt5.QtCore import QByteArray, QObject, pyqtSlot from typing import Dict, Any class DynamicLauncherPortal(QObject): def __init__(self)...

DynamicLauncher

Right now, the DynamicLauncher portal can only create launchers in the menu (~/.local/share/applications). But it is not possible to create launchers on the Desktop (XDG_DESKTOP_DIR). There are a lot of...

new api
portal: dynamic launcher
needs discussion