[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| ad2ccb31 [view] | master | 2026-04-10 06:59:58 +0300 | Alexander Golubev | [tqt] tqassistant.desktop: remove extension from Icon= Gentoo's QA system complains about that: tqassistant.desktop: error: (will be fatal in the future): value "tqassistant.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path Signed-off-by: Alexander Golubev |
| 45adc39c [view] | master | 2026-04-10 06:50:49 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: handle mouse wheel event to change the table Signed-off-by: Alexander Golubev |
| e719c2ef [view] | master | 2026-04-10 06:00:43 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: remove binary compat functions Signed-off-by: Alexander Golubev |
| 58894fe3 [view] | master | 2026-04-10 05:01:10 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: use TQStyleSheet::escape() KCharSelectTableToolTip: use TQStyleSheet::escape() instead of escaping the character manually. Signed-off-by: Alexander Golubev |
| 019b920a [view] | master | 2026-04-10 04:11:30 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: better event handling KCharSelectTable: Use content/viewport*Event handlers provided by TQScrollView instead of directly overriding basic TQWidget's event handlers. This way we won't be off by a few pixels of frame/margin. Also a funcional change: if mouse will be pressed/released outside of the table the event will be ignored (i.e passed to parent) and no signals will be sent. e.g in kcharselect program no symbol will be added to the output field. Signed-off-by: Alexander Golubev |
| 6501e9b1 [view] | master | 2026-04-09 21:55:01 +0300 | Alexander Golubev | [tqt] Remove dangling symlink: include/qwindow.h The symlink was left dangling after remove of the qwindow.{h,cpp} in 37164f987. Signed-off-by: Alexander Golubev |
| 922475a9 [view] | master | 2026-04-09 21:49:01 +0300 | Alexander Golubev | [tqt] q => tq rebranding: rename qt_* symbols in src/kernel (part 2/2) All the symbols are internal and shouldn't affect API/ABI. The rename was done with next script: grep -horE '\ sed 's!.*!s/\\<&\\>/t&/g'! > /tmp/qt-rename.sed find * -type f -exec sed -i -f /tmp/qt-rename.sed '{}' \+ With some minor manual adjustments. Signed-off-by: Alexander Golubev |
| 369b511f [view] | master | 2026-04-09 00:34:53 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: [refactoring] reuse common code from *goto() functions Signed-off-by: Alexander Golubev |
| 3700bd37 [view] | master | 2026-04-08 22:48:09 +0300 | Alexander Golubev | [tdelibs] tdeui/kcharselect: do not pregenerate ToolTips Generate tooltip text dynamically when they are shown instead of generating all 256 at the change of a page. This will increase page change speed by ~10-20%. Technically this commit breaks ABI by adding a missing destructor. Which can lead to memory leak if KCharSelectTable was created on the stack. Though it seems the class doesn't see a lot of direct use outside of tdelibs. Signed-off-by: Alexander Golubev |
| c1a7ae2c [view] | master | 2026-04-08 19:20:03 +0300 | Alexander Golubev | [tqt] q => tq rebranding: rename qt_* symbols in src/kernel (part 1/2) All the symbols are internal and shouldn't affect API/ABI. The rename was done with next script: grep -horE '\ find * -type f -exec sed -i -f /tmp/qt-rename.sed '{}' \+ Signed-off-by: Alexander Golubev |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project