[dolphin] [Bug 379135] Dolphin crash when closing tab

2018-04-22 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #9 from Elvis Angelaccio  ---
*** Bug 393327 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-06-06 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #8 from Elvis Angelaccio  ---
*** Bug 380891 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-27 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

--- Comment #7 from Elvis Angelaccio  ---
Git commit 1faef1c92d168e8f22d91d968c6fe29e70674699 by Elvis Angelaccio.
Committed on 27/05/2017 at 08:28.
Pushed by elvisangelaccio into branch 'master'.

Introduce DolphinMainWindowTest

For now it contains a test case for the crash in bug #379135

Reviewers: emmanuelp, dfaure

Differential Revision: https://phabricator.kde.org/D5936

M  +1-0src/dolphinmainwindow.cpp
M  +5-0src/tests/CMakeLists.txt
A  +69   -0src/tests/dolphinmainwindowtest.cpp [License: GPL (v2+)]

https://commits.kde.org/dolphin/1faef1c92d168e8f22d91d968c6fe29e70674699

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-26 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #6 from Elvis Angelaccio  ---
*** Bug 380234 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-22 Thread Anthony Fieroni
https://bugs.kde.org/show_bug.cgi?id=379135

Anthony Fieroni  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||17.04.2
  Latest Commit||https://commits.kde.org/dol
   ||phin/43da84eefc7d68ce86cda2
   ||d353216dbe7552fc2c

--- Comment #5 from Anthony Fieroni  ---
Git commit 43da84eefc7d68ce86cda2d353216dbe7552fc2c by Anthony Fieroni.
Committed on 22/05/2017 at 17:35.
Pushed by anthonyfieroni into branch 'Applications/17.04'.

Correct searchbox, split view transitions between tabs

Differential Revision: https://phabricator.kde.org/D5864
Related: bug 380032
FIXED-IN: 17.04.2

Signed-off-by: Anthony Fieroni 

M  +22   -7src/dolphintabpage.cpp
M  +7-0src/dolphintabpage.h
M  +8-8src/dolphintabwidget.cpp
M  +7-2src/search/dolphinsearchbox.cpp

https://commits.kde.org/dolphin/43da84eefc7d68ce86cda2d353216dbe7552fc2c

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=380032

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

   Keywords||regression

--- Comment #4 from Elvis Angelaccio  ---
This is what happens:

1. The searchbox of the first tab gets disactivated (as side effect of
   disactivating its container).
2. Second tab gets closed, we call removeTab(1) in the tab widget.
3. The searchbox of the first tab gets a FocusIn event and calls
setActive(true).
4. Since it was disactivated, it emits activated() and this results in the 
   activeViewChanged() signal which causes the crash, because the
currentIndex() 
   of the tab page is still 1 but widget(1) has already been invalidated.

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-17 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #3 from Elvis Angelaccio  ---
*** Bug 379913 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-05-13 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #2 from Elvis Angelaccio  ---
*** Bug 379726 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 379135] Dolphin crash when closing tab

2017-04-24 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379135

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||[email protected],
   ||[email protected]
 Ever confirmed|0   |1

--- Comment #1 from Elvis Angelaccio  ---
Regression in
https://phabricator.kde.org/R318:6af0dad2eeba82929c2299f66ea81e5d0140a251

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