summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqdesktopwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* TQDesktopWidget: backport changes from Qt4Alexander Golubev12 hours1-0/+1
| | | | | | | | | | | | | | | | | | The class was little changed during lifetime of Qt4, so it was possible to relatively easy backport them. This changeset is based on Qt4.8.7. The changes include: * This fixes several issues on "old-school multihead" X11 setups (with several screens per display i.e. when DISPLAY has form ":x.y" also known as "TDE_MULTIHEAD" or "Zaphod mode"). In particular: * fix graphical drag&drop problems across displays. * fix menus being displayed outside of the screen. * add screenCountChanged() signal * emit resized() signal See-also: https://github.com/qt/qt/blob/v4.8.7/src/gui/kernel/qdesktopwidget_x11.cpp Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-281-0/+100
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>