Tomasz Chabora

Results 931 comments of Tomasz Chabora

The merge might need to wait for 4.1, but the PR can be reviewed now. I did a quick test and a few remarks: - is this intended that the...

But it was already separate. The file was renamed.

> We could do something with recently opened files here Showing X recently opened files would be nice actually, but yeah, it's not that important. The empty space looks awkward...

> I added a separator between the buttons instead, maybe that is good enough. A nameless button looks awkward, but it's slightly better now. > Where is this? The file...

Ah I just noticed that the new dialog no longer allows to open multiple files. idk how many people relied on it (not me), but technically it's a functionality regression....

Keyboard navigation is broken i grid mode. Up/down move selection left/right, left/right keys have no effect.

> You want a quick open dialog to be fast, and distraction free. You have a file you want to open and want to get there the quickest way. Whether...

Each `set_step()` will emit `changed` signal, so doing it to temporarily adjust step is out of question. The expected behavior is that `custom_arrow_step` only affects the value when clicking the...

I mean rounded to the arrow step, so e.g. if arrow step is 0.1 and you click arrows, you should never see e.g. 6.999999999 like in the issue. > So...