[ark] [Bug 357660] Progress bar and window's title change after closing Configure Toolbars dialog

2016-11-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=357660

Elvis Angelaccio  changed:

   What|Removed |Added

   Version Fixed In|16.08.0 |16.12.0
  Latest Commit|http://commits.kde.org/ark/ |http://commits.kde.org/ark/
   |c0c5d0033ba524968c596332a8f |47e45e73ea6d9559951b2e0dd2b
   |4f610f25fa75d   |8368b99f63749
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #3 from Elvis Angelaccio  ---
Git commit 47e45e73ea6d9559951b2e0dd2b8368b99f63749 by Elvis Angelaccio.
Committed on 19/11/2016 at 14:50.
Pushed by elvisangelaccio into branch 'Applications/16.12'.

part: stop changing the window title when the toolbar gets edited

KParts::ReadOnlyPart::guiActivateEvent(), which emits `setWindowCaption`
with url().toDisplayString() as argument, gets called when the toolbar
gets changed. We don't want this behavior, so we override
guiActivateEvent() with an empty implementation that does nothing.
FIXED-IN: 16.12.0

M  +6-0part/part.cpp
M  +3-0part/part.h

http://commits.kde.org/ark/47e45e73ea6d9559951b2e0dd2b8368b99f63749

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

[ark] [Bug 357660] Progress bar and window's title change after closing Configure Toolbars dialog

2016-07-19 Thread Ragnar Thomsen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357660

Ragnar Thomsen  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED
 CC||rthoms...@gmail.com

--- Comment #2 from Ragnar Thomsen  ---
The window title still changes to full path including "file://" prefix when
making a change and pressing OK in the Configure Toolbars dialog.

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


[ark] [Bug 357660] Progress bar and window's title change after closing Configure Toolbars dialog

2016-06-17 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357660

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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


[ark] [Bug 357660] Progress bar and window's title change after closing Configure Toolbars dialog

2016-06-13 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357660

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/ark/
   ||c0c5d0033ba524968c596332a8f
   ||4f610f25fa75d
   Version Fixed In||16.08.0
 Status|CONFIRMED   |RESOLVED

--- Comment #1 from Elvis Angelaccio  ---
Git commit c0c5d0033ba524968c596332a8f4f610f25fa75d by Elvis Angelaccio.
Committed on 13/06/2016 at 09:46.
Pushed by elvisangelaccio into branch 'master'.

mainwindow: use setupGUI()

This allow use to drop quite a lot of old, buggy and redundant code that is
already
provided by setupGUI() for free.

We also gain the standard "Show Toolbar" checkbox in the Settings menu.
FIXED-IN: 16.08.0

Differential Revision: D1829

M  +3-33   app/mainwindow.cpp
M  +0-3app/mainwindow.h

http://commits.kde.org/ark/c0c5d0033ba524968c596332a8f4f610f25fa75d

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