[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-05-05 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Elvis Angelaccio changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-05-05 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #16 from Elvis Angelaccio --- (In reply to Antonio Rojas from comment #15) > Patch works fine here. It seems to create some excessive margin to the left > of the buttons, but no big deal. Yeah, there was an unnecessary horizontal spacer in

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-05-05 Thread Antonio Rojas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #15 from Antonio Rojas --- Patch works fine here. It seems to create some excessive margin to the left of the buttons, but no big deal. -- You are receiving this mail because: You are watching all bug changes.

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-05-05 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Elvis Angelaccio changed: What|Removed |Added CC||elvis.angelac...@kdemail.ne

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-04-11 Thread Andreas Eckstein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #13 from Andreas Eckstein --- Fix works for me (coming from bug #361594), thanks! -- You are receiving this mail because: You are watching all bug changes.

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-04-10 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Christoph Feck changed: What|Removed |Added CC||andreas.eckst...@gmx.net --- Comment #12 from

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-04-09 Thread cpon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 cpon changed: What|Removed |Added CC||cpigat...@gmail.com -- You are receiving this mail beca

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-20 Thread Michael Palimaka via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Michael Palimaka changed: What|Removed |Added CC||kensing...@gentoo.org -- You are receiving

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #10 from Rex Dieter --- None that I'm aware of (yet) -- You are receiving this mail because: You are watching all bug changes.

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-19 Thread Bob Wya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #11 from Bob Wya --- Created attachment 97973 --> https://bugs.kde.org/attachment.cgi?id=97973&action=edit Rex Dieter's patch : kcalc don't set a zero minimum size Thanks Rex. The Attachment button (cough) it's a thing... :-) -- You ar

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-19 Thread Bob Wya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Bob Wya changed: What|Removed |Added CC||bob.mt@gmail.com -- You are receiving this mail

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-19 Thread Heiko Becker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #9 from Heiko Becker --- (In reply to Rex Dieter from comment #8) > Here's a hack/workaround to use in the meantime (until Qt's minimumSize > behaves itself): Is there a Qt bug report to track this? -- You are receiving this mail because

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-18 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #8 from Rex Dieter --- Here's a hack/workaround to use in the meantime (until Qt's minimumSize behaves itself): diff -up kcalc-15.12.3/kcalc.cpp.qt56 kcalc-15.12.3/kcalc.cpp --- kcalc-15.12.3/kcalc.cpp.qt562016-03-09 17:12:50.00

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-18 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 d...@kaosx.us changed: What|Removed |Added CC||d...@kaosx.us -- You are receiving this mail be

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-12 Thread Niels Ole Salscheider via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #7 from Niels Ole Salscheider --- Please ignore what I said. The real problem is that the window is not visible because of setFixedSize(minimumSize()); where minimumSize() returns (0, 0). -- You are receiving this mail because: You are wat

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-12 Thread Niels Ole Salscheider via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Niels Ole Salscheider changed: What|Removed |Added CC||niels_ole@salscheider-onlin

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-08 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #5 from Rex Dieter --- hrm, to rule out glib event loop, here's when running with QT_NO_GLIB=1 Thread 3 (Thread 0x7fd75967f700 (LWP 28730)): #0 0x7fd771f31fdd in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x7fd76fe92272 i

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-08 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 --- Comment #4 from Rex Dieter --- Fwiw, while apparently hung, here's a backtrace , While apparently hung, gdb reports: Thread 3 (Thread 0x7f8118e42700 (LWP 28639)): #0 0x7f81316f0fdd in poll () at ../sysdeps/unix/syscall-template.S:84 #1 0x000

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-08 Thread Robin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Robin changed: What|Removed |Added CC||robin.mthawanji+kde@gmail.c |

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-07 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Rex Dieter changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-07 Thread Heiko Becker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Heiko Becker changed: What|Removed |Added CC||heire...@exherbo.org -- You are receiving this

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-07 Thread Raymond Wooninck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Raymond Wooninck changed: What|Removed |Added CC||tittiatc...@gmail.com --- Comment #1 from Ra

[kcalc] [Bug 360105] Doesn't start with Qt 5.6

2016-03-06 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360105 Christoph Feck changed: What|Removed |Added CC||cf...@kde.org -- You are receiving this mail