Summary: | Progress bar and window's title change after closing Configure Toolbars dialog | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Elvis Angelaccio <elvis.angelaccio> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rakuco, rthomsen6, simonandric5 |
Priority: | NOR | ||
Version: | 15.12.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/47e45e73ea6d9559951b2e0dd2b8368b99f63749 | Version Fixed In: | 16.12.0 |
Sentry Crash Report: |
Description
Elvis Angelaccio
2016-01-07 16:45:18 UTC
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 -3 app/mainwindow.h http://commits.kde.org/ark/c0c5d0033ba524968c596332a8f4f610f25fa75d The window title still changes to full path including "file://" prefix when making a change and pressing OK in the Configure Toolbars dialog. 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 -0 part/part.cpp M +3 -0 part/part.h http://commits.kde.org/ark/47e45e73ea6d9559951b2e0dd2b8368b99f63749 |