[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2021-12-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=404162

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/educ
   |kturtle/commit/036fffed7ae1 |ation/kturtle/commit/1231d7
   |a422f543c43160453db4c02c7c2 |ec0cca095d17dea5a5efedd89d6
   |6   |7024ed5

--- Comment #6 from Albert Astals Cid  ---
Git commit 1231d7ec0cca095d17dea5a5efedd89d67024ed5 by Albert Astals Cid, on
behalf of Mikhail Krutov.
Committed on 17/03/2019 at 22:55.
Pushed by aacid into branch 'arcpatch-D19769'.

Fix File/Save acts always acts like "Save as..."

Subscribers: apol, aacid, kde-edu

Tags: #kde_edu

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

M  +22   -13   src/editor.cpp

https://invent.kde.org/education/kturtle/commit/1231d7ec0cca095d17dea5a5efedd89d67024ed5

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-04-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=404162

Christoph Feck  changed:

   What|Removed |Added

 CC||giorgos...@gmail.com

--- Comment #5 from Christoph Feck  ---
*** Bug 405199 has been marked as a duplicate of this bug. ***

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-03-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=404162

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kturtle/commit/036fffed7ae1
   ||a422f543c43160453db4c02c7c2
   ||6
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Albert Astals Cid  ---
Git commit 036fffed7ae1a422f543c43160453db4c02c7c26 by Albert Astals Cid, on
behalf of Mikhail Krutov.
Committed on 17/03/2019 at 22:57.
Pushed by aacid into branch 'Applications/19.04'.

Fix File/Save acts always acts like "Save as..."

Subscribers: apol, aacid, kde-edu

Tags: #kde_edu

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

M  +21   -13   src/editor.cpp

https://invent.kde.org/kde/kturtle/commit/036fffed7ae1a422f543c43160453db4c02c7c26

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-03-14 Thread Mike Krutov
https://bugs.kde.org/show_bug.cgi?id=404162

Mike Krutov  changed:

   What|Removed |Added

 CC||mikhail.kru...@seznam.cz

--- Comment #3 from Mike Krutov  ---
I've put a small patch which fixes it for a review:
https://phabricator.kde.org/D19769

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-03-09 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=404162

Christoph Feck  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||junior-jobs
 Status|REPORTED|CONFIRMED

--- Comment #2 from Christoph Feck  ---
setCurrentUrl() is only called for non-local URLs. Adding it for the case when
saving to local URLs should be easy to add to
https://cgit.kde.org/kturtle.git/tree/src/editor.cpp#n244

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

[kturtle] [Bug 404162] File/Save acts always acts like "Save as..."

2019-02-09 Thread Alexander Wessel
https://bugs.kde.org/show_bug.cgi?id=404162

--- Comment #1 from Alexander Wessel  ---
I just realized that this happens only to *new* scripts, not to scripts that
have been opened before via "File/Open" or the Open... button.

So to reproduce:

1. File/New
2. File/Save - Dialog appears, save the file.
3. File/Save - Dialog appears again.

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