Benedek Dévényi

Results 108 issues of Benedek Dévényi

### PR Details: - Widget name: NumberEntry - Author: @rdbende ### Description An entry that takes only numbers, calculations, or **variables**, and calculates the result of the calculation ### Checklist...

TODO: - [ ] Move `tkdnd` to `Dropp` submodule - [ ] Rename `tkdnd` to `Dropp` - [ ] Improve build system (help needed) - [ ] Translate Tcl part...

help wanted
Area: libtukaan

TODO: - [ ] Messageboxes - [ ] Native dialogs when native theme is used - [ ] Custom dialogs when app is themed ([Sun-Valley-messageboxes](https://github.com/rdbende/Sun-Valley-messageboxes)) - [x] Filedialogs - [x]...

Area: widgets
Priority: high

Currently at lot of places Tukaan simply re-raises the errors thrown by Tcl, which aren't very informative, and since Tukaan covers so much of the Tk stuff, they are sonetimes...

enhancement
good first issue

# Theming in Tukaan ## System appearance information ### The `LookAndFeel` object - [x] `system_theme` - [ ] `system_colors` ```python tukaan.LookAndFeel.system_theme # LookAndFeel.system_theme returns: # - 'dark' or 'light' on...

Area: theming
Priority: high

Terminal-like widget thingy, that allows you to run basic commands. I don't want it to be a fully functional terminal, as it would require a lot of work, but it'd...

enhancement
Area: widgets
Priority: low

Would be nice to have: - [ ] Pyright checks - [x] Pytest checks (when we finally have tests lol) - [ ] Various Flake8 checks - [x] Black check...

enhancement

A scrollable frame. ```python scrollview = ScrollView( app, overflow=(False, "auto"), padding=(1, 2, 3, 4), ) ```

enhancement
Area: widgets

Ohh, I hate writing tests... But there are so much bug and I always mess up something, so it'd be useful.

Area: tests
Priority: high