]> git.lyx.org Git - lyx.git/commit
Remove legacy code to compute geometry
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 30 Aug 2024 12:31:47 +0000 (14:31 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 30 Aug 2024 12:45:36 +0000 (14:45 +0200)
commit3c59a9a23cdcae77fd0b85dc2d66d86fe611d051
tree39b0f56ca774ae5d4da93bf519e05e66f4292d0d
parent8c14748e782d93870a7328df383403fb37da936f
Remove legacy code to compute geometry

This code is not necessary anymore after the fix to #13069.

Remove the first QString argument to createView(). Set the autoShow
parameter to false by default and rename createView(id) to
createAndShowView(id) to avoid member function overloading issues.

Remove optional <GEOMETRY> argument of window-new lfun.
Document the removal of the argument in release notes.
lib/RELEASE-NOTES
src/LyXAction.cpp
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/GuiApplication.h