[okteta] [Bug 462703] Starting window size

2024-09-06 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=462703

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/okteta/-/commit/109b0
   ||29fc6f56fafe2c3cd5f07303945
   ||863f773a
   Version Fixed In||0.26.17
 Resolution|--- |FIXED

--- Comment #12 from Friedrich W. H. Kossebau  ---
Git commit 109b029fc6f56fafe2c3cd5f07303945863f773a by Friedrich W. H.
Kossebau.
Committed on 06/09/2024 at 12:12.
Pushed by kossebau into branch '0.26'.

Fix initial too large window size

Adding all the dock widgets next to each other on the right dock area at
initialization results in an initial minimal size of the main window that
is quite large vertically (e.g. > 2000 px). As KXmlGuiWindow::setupGUI()
first tries to restore the size before trying to restore the positions of
the dock widgets, any stored size will be minimally bounded by that large
initial minimal size. As the stored size usually was smaller, due to users
typically hiding or stacking dock widgets for some usable window size
(similar also the default state set in OktetaMainWindow constructor), this
effectively discards the stored size, also results in a vertical start
size which does not fit on most typical consumer screens.
On KWin/X11 this effect was shadowed a bit by (assumingly) the window
manager trying to fit the window on start into the screen, at which stage
the dock widgets positions had already been restored and thus the minimal
size being typically small enough again to fit into the screen.

Not adding the widgets to the dock area initially does not prevent them
from being correctly restored later if the stored config asks for it.
Because setting the main window as parent widget to the dock widget makes
it known to the dock widget system.
FIXED-IN: 0.26.17

M  +6-1libs/kasten/gui/shell/shellwindow_p.cpp

https://invent.kde.org/utilities/okteta/-/commit/109b029fc6f56fafe2c3cd5f07303945863f773a

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-08-16 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=462703

Adam Fontenot  changed:

   What|Removed |Added

 CC||adam.m.fontenot+kde@gmail.c
   ||om

--- Comment #11 from Adam Fontenot  ---
I managed to fix the starting size issue under Wayland, one-line patch here:
https://invent.kde.org/utilities/okteta/-/merge_requests/27

The only remaining issue for me on KF6 + Wayland is that the
ByteArrayColumnView doesn't respond to click events! I can scroll it just fine,
and using the arrow keys to change the selected byte (along with shift to
select multiple) works fine as well. Just click events.

This works with `okteta -platform xcb`, so it's a Wayland specific issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-08-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462703

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #10 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/okteta/-/merge_requests/27

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462703

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=462703

--- Comment #9 from Friedrich W. H. Kossebau  ---
Dear Paul, thanks for trying to help. But please do not resolve all bugs as
duplicate because of the same phenomenon. There might be different reasons in
different context. Your help does not help me sadly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Paul McQuade
https://bugs.kde.org/show_bug.cgi?id=462703

Paul McQuade  changed:

   What|Removed |Added

 CC||krap...@mail.ru

--- Comment #8 from Paul McQuade  ---
*** Bug 167769 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Paul McQuade
https://bugs.kde.org/show_bug.cgi?id=462703

Paul McQuade  changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

--- Comment #7 from Paul McQuade  ---
*** Bug 486919 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Paul McQuade
https://bugs.kde.org/show_bug.cgi?id=462703

Paul McQuade  changed:

   What|Removed |Added

 CC||aapo.rantalai...@gmail.com

--- Comment #6 from Paul McQuade  ---
*** Bug 336936 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-07-28 Thread Paul McQuade
https://bugs.kde.org/show_bug.cgi?id=462703

Paul McQuade  changed:

   What|Removed |Added

 CC||paulmcq...@gmail.com

--- Comment #5 from Paul McQuade  ---
*** Bug 490938 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-05-27 Thread Colin Snover
https://bugs.kde.org/show_bug.cgi?id=462703

Colin Snover  changed:

   What|Removed |Added

 CC||bugs.kde@zetafleet.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-04-07 Thread Yaroslav Sidlovsky
https://bugs.kde.org/show_bug.cgi?id=462703

Yaroslav Sidlovsky  changed:

   What|Removed |Added

 CC||zawer...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-01-24 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=462703

--- Comment #4 from Friedrich W. H. Kossebau  ---
(In reply to Friedrich W. H. Kossebau from comment #3)
> https://bugreports.qt.io/browse/QTBUG-120191might perhaps be related here,
> though only reported for Qt6.

Ah, seems that was for X11, my bad (had wrong memories and too quickly copied
the url from my browser history). I might have thought of something else, will
have to wait until I rediscover that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-01-24 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=462703

--- Comment #3 from Friedrich W. H. Kossebau  ---
https://bugreports.qt.io/browse/QTBUG-120191might perhaps be related here,
though only reported for Qt6.

Myself had recently only shortly looked at the issue, but for now only resorted
to update the existing hack (which seems to only work on X11 by what I saw
meanwhile) ->
https://invent.kde.org/utilities/okteta/-/commit/debc06113cfa8ec4c245c8924855201dbbee3a46

No leading ideas myself where things are broken when it comes to Wayland, also
given that quite some things there seem to be developing, so not yet invested
there myself.

Hoping myself to solve this with a new generic approach to tool views started
locally as part of the Qt6 port, sadly currently still stuck in the port away
from QtScripts (no longer in Qt6).

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2024-01-24 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=462703

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 CC||eamonn...@protonmail.com

--- Comment #2 from Friedrich W. H. Kossebau  ---
*** Bug 480289 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[okteta] [Bug 462703] Starting window size

2023-04-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462703

jackyzy...@gmail.com changed:

   What|Removed |Added

 CC||jackyzy...@gmail.com

--- Comment #1 from jackyzy...@gmail.com ---
I've experienced same bug here and 
https://bugs.kde.org/show_bug.cgi?id=336936.

After some test , i found it worked under X11 with normal height , but failed
in Wayland.

Another problem is that in Wayland the window size is not remembered (in X11
windows size is remembered) .

-- 
You are receiving this mail because:
You are watching all bug changes.