On 2025/02/22 05:30 PM, trinity--- via tde-devels wrote:
Hello,
I wrote a small patch that makes twin-deKorator take into account the sizes of the '[left|right]BottomsFrameBg.png' and '[left|right]BottomFrameBg.png' to determine the lower resize handles, since on most themes those tend to end up quite small.
This also allows having usable resize handles even if some borders are small (e.g. 1px frames, depending on the image sizes, don't automatically result in 1px small handles, enabling *box-style themes).
Best regards, Daniel
Hi Daniel, thanks for the patch. Could you follow the instructions at https://wiki.trinitydesktop.org/TDE_Gitea_Workspace#To_contribute_code_chang... and create a pull request? This improves the tracking of changes and its authors. Cheers Michele
Michele Calgaro via tde-devels schrieb am 22.02.2025 14:08 (GMT +01:00):
On 2025/02/22 05:30 PM, trinity--- via tde-devels wrote:
Hello,
I wrote a small patch that makes twin-deKorator take into account the
sizes of
the '[left|right]BottomsFrameBg.png' and '[left|right]BottomFrameBg.png' to determine the lower resize handles,
since on
most themes those tend to end up quite small.
This also allows having usable resize handles even if some borders are
small
(e.g. 1px frames, depending on the image sizes, don't automatically result in 1px small handles, enabling
*box-style
themes).
Best regards, Daniel
Hi Daniel, thanks for the patch. Could you follow the instructions at https://wiki.trinitydesktop.org/TDE_Gitea_Workspace#To_contribute_code_chang... and create a pull request? This improves the tracking of changes and its authors. Cheers Michele
tde-devels mailing list -- devels@trinitydesktop.org To unsubscribe send an email to devels-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@trinitydeskt...
Hi Michele,
truth be told, I've never really worked with git beyond 'git clone' -> get coffee -> make && make install, so I might be a bit clumsy at this -_-
I followed the wiki, and reached this:
$ git push -u origin feat/resize_handle_sizing Username for 'https://mirror.git.trinitydesktop.org': DWRL Password for 'https://DWRL@mirror.git.trinitydesktop.org': remote: Repository not found Schwerwiegend: Repository 'https://mirror.git.trinitydesktop.org/gitea/TDE/twin-style-dekorator.git/' nicht gefunden
My guess is insufficient permissions? The gitea account uses the mail trinity@dwrl.de, I assume I need your approval :) (Or I'm missing something...?)
Best regards, Daniel
Hi Michele,
truth be told, I've never really worked with git beyond 'git clone' -> get coffee -> make && make install, so I might be a bit clumsy at this -_- I followed the wiki, and reached this:
$ git push -u origin feat/resize_handle_sizing Username for 'https://mirror.git.trinitydesktop.org': DWRL Password for 'https://DWRL@mirror.git.trinitydesktop.org': remote: Repository not found Schwerwiegend: Repository 'https://mirror.git.trinitydesktop.org/gitea/TDE/twin-style-dekorator.git/' nicht gefunden
My guess is insufficient permissions? The gitea account uses the mail trinity@dwrl.de, I assume I need your approval :) (Or I'm missing something...?)
Hi Daniel, indeed your account needs to be part of the Contributors group. I have added you there, give it another try and let me know if you still encounter issues. Cheers Michele
Michele Calgaro via tde-devels schrieb am 23.02.2025 12:54 (GMT +01:00):
Hi Michele,
truth be told, I've never really worked with git beyond 'git clone' ->
get
coffee -> make && make install, so I might be a bit clumsy at this -_- I followed the wiki, and reached this:
$ git push -u origin feat/resize_handle_sizing Username for 'https://mirror.git.trinitydesktop.org':
DWRL
Password for
'https://DWRL@mirror.git.trinitydesktop.org':
remote: Repository not found Schwerwiegend: Repository
'https://mirror.git.trinitydesktop.org/gitea/TDE/twin-style-dekorator.git/'
nicht gefunden
My guess is insufficient permissions? The gitea account uses the mail trinity@dwrl.de, I assume I need your
approval
:) (Or I'm missing something...?)
Hi Daniel, indeed your account needs to be part of the Contributors group. I have added you there, give it another try and let me know if you still encounter issues. Cheers Michele
Hi Michele,
It worked like a charm and I created the pull request, thank you. While I'm still a bit shaky with git, I must admit the whole thing is quite neat :)
Best Regards, Daniel