[kcharselect] [Bug 402414] New: Add multiselect

2018-12-21 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=402414

Bug ID: 402414
   Summary: Add multiselect
   Product: kcharselect
   Version: 1.13
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: cf...@kde.org
  Reporter: infr...@gmail.com
  Target Milestone: ---

Use case:
I write a program and I want to strip all types of quotation marks. I write
"quot" and find all of them. I want to copy them. Now I have to copy them one
by one.

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

[frameworks-kio] [Bug 392913] NTFS mountpoints appears as hidden after mount

2018-04-25 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=392913

--- Comment #7 from Roman Inflianskas <infr...@gmail.com> ---
I sent email to the ntfs-3g devs and got the response:
https://sourceforge.net/p/ntfs-3g/mailman/ntfs-3g-devel/thread/52565157.yPRXXrU2is%40linux-iy6m/#msg36291190

As I understand they are not going to fix this because they are following
Microsoft specification.

As for fixing this from the KIO, I don't know a good way how to do this. It's
possible to check whether a directory is a mount point via /proc/mounts, but
doing this for every file is inefficient.

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

[dolphin] [Bug 171537] Windows system files visible in external ntfs partition or drive

2018-03-26 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=171537

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kio
   ||/d7cce9937d5e9af2753fadb82d
   ||11f308b58bb8fa
 Resolution|--- |FIXED

--- Comment #4 from Roman Inflianskas <infr...@gmail.com> ---
Git commit d7cce9937d5e9af2753fadb82d11f308b58bb8fa by Roman Inflianskas.
Committed on 26/03/2018 at 07:06.
Pushed by romaninflianskas into branch 'master'.

Support NTFS hidden files

Summary:
This patch implements function `isHiddenNtfs` which checks extended attribute
`HIDDEN` of files from NTFS partitions and populates `UDSEntry` with
`KIO::UDSEntry::UDS_HIDDEN`.

{F5747912}

Test Plan:
# Open Dolphin on Windows partition
# Check that "$Recycle.Bin", "MSOCache", "System Volume Information", etc. are
hidden
# Show hidden files
# Check that Windows hidden files are displayed now

Reviewers: #dolphin, #frameworks, markg, dfaure

Reviewed By: dfaure

Subscribers: dfaure, markg, elvisangelaccio, ltoscano, anthonyfieroni, broulik,
#frameworks, #dolphin

Tags: #frameworks

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

M  +44   -0src/ioslaves/file/file_unix.cpp

https://commits.kde.org/kio/d7cce9937d5e9af2753fadb82d11f308b58bb8fa

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

[dolphin] [Bug 215069] More advanced symlink handling

2018-03-18 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=215069

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/dol |https://commits.kde.org/dol
   |phin/86f4fcb8cd574f6d886627 |phin/6f05c66cc0d2416a21fd8e
   |fc5e01c9edfc84e977  |aff0ec6e7a9161d59c

--- Comment #8 from Roman Inflianskas <infr...@gmail.com> ---
Git commit 6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c by Roman Inflianskas.
Committed on 18/03/2018 at 12:08.
Pushed by romaninflianskas into branch 'master'.

Add "Show Target" into symlink context menu and file menu

Summary:
Add "Show Target" into symlink context menu and file menu

Reviewers: ngraham, elvisangelaccio

Reviewed By: ngraham, elvisangelaccio

Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin

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

M  +1-1src/dolphincontextmenu.cpp
M  +23   -19   src/dolphinmainwindow.cpp
M  +5-0src/dolphinmainwindow.h
M  +2-2src/dolphinui.rc

https://commits.kde.org/dolphin/6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c

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

[dolphin] [Bug 163306] No visible button to empty wastebin

2018-03-18 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=163306

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/dol
   ||phin/eb68fae15cdbf15e894d1a
   ||9d555c88d306261cc2
 Resolution|--- |FIXED

--- Comment #14 from Roman Inflianskas <infr...@gmail.com> ---
Git commit eb68fae15cdbf15e894d1a9d555c88d306261cc2 by Roman Inflianskas.
Committed on 18/03/2018 at 10:46.
Pushed by romaninflianskas into branch 'master'.

Show "Empty Trash" button inside trash directory

Summary:
Show "Empty Trash" button inside trash directory.

Test Plan: {F5734949}

Reviewers: ngraham, rkflx, markg, elvisangelaccio

Reviewed By: ngraham, markg, elvisangelaccio

Subscribers: markg, emateli, broulik, elvisangelaccio, rkflx, mmustac, ngraham,
#dolphin

Tags: #dolphin

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

M  +23   -2src/dolphinviewcontainer.cpp
M  +3-0src/dolphinviewcontainer.h

https://commits.kde.org/dolphin/eb68fae15cdbf15e894d1a9d555c88d306261cc2

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

[dolphin] [Bug 181531] Back shortcut not mapped to back key on keyboard

2018-03-15 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=181531

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Roman Inflianskas <infr...@gmail.com> ---
It seems that this issue has been fixed: now (I use KDE from the master branch
of git) I can use both back and forward keys on my mouse to navigate through
the history.

Feel free to comment on this if you think that this bug was closed prematurely.

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

[kde] [Bug 332460] Copy File, end up with "Paste URL" option in menu

2018-03-15 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=332460

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Roman Inflianskas <infr...@gmail.com> ---
It seems that this issue has been fixed: now (I use KDE from the master branch
of git) I have "Paste N item(s)" in the context menu.

Feel free to comment on this if you think that this bug was closed prematurely.

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

[kde] [Bug 332459] File notifications are often wrong.

2018-03-15 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=332459

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||infr...@gmail.com
 Resolution|--- |FIXED

--- Comment #1 from Roman Inflianskas <infr...@gmail.com> ---
It seems that this issue has been fixed: now (I use KDE from the master branch
of git) I get no notification when I create files.

Feel free to comment on this if you think that this bug was closed prematurely.

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

[kio] [Bug 332458] Dialog for dealing with name conflicts for files is riddled with errors.

2018-03-15 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=332458

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||infr...@gmail.com
 Resolution|--- |FIXED

--- Comment #3 from Roman Inflianskas <infr...@gmail.com> ---
It seems that this issue has been fixed: now (I use KDE from the master branch
of git) I cannot create a file with the same name. It just gives me an error.
No additional dialogs involved. In my opinion, it's a right behavior.

Feel free to comment on this if you think that this bug was closed prematurely.

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

[kio] [Bug 332456] Creating a new folder gives no notification but creating a file does

2018-03-15 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=332456

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||infr...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Roman Inflianskas <infr...@gmail.com> ---
It seems that this issue has been fixed: now (I use KDE from the master branch
of git) I get no notification when I create both files and folders. In my
opinion, it's a right behavior.

Feel free to comment on this if you think that this bug was closed prematurely.

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

[dolphin] [Bug 215069] More advanced symlink handling

2018-03-14 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=215069

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dol
   ||phin/86f4fcb8cd574f6d886627
   ||fc5e01c9edfc84e977

--- Comment #6 from Roman Inflianskas <infr...@gmail.com> ---
Git commit 86f4fcb8cd574f6d886627fc5e01c9edfc84e977 by Roman Inflianskas.
Committed on 14/03/2018 at 19:02.
Pushed by romaninflianskas into branch 'master'.

Add "Open symlink destination folder" into symlink's context menu

Summary:
This is not complete. I'm wondering about "Open symlink destination folder in
new tab/window".

Feature wants also "Copy symlink destination". I dislike this, because then
it's good to have "Cut symlink destination" and that's too much.

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: rkflx, ngraham, elvisangelaccio, markg, #dolphin

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

M  +4-1src/dolphincontextmenu.cpp
M  +26   -4src/dolphinmainwindow.cpp
M  +3-1src/dolphinui.rc

https://commits.kde.org/dolphin/86f4fcb8cd574f6d886627fc5e01c9edfc84e977

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

[kde] [Bug 332457] Different options for creating folders and files

2018-03-14 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=332457

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||infr...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Roman Inflianskas <infr...@gmail.com> ---
It looks like it's fixed (I'm using an unstable KDE version from git). When I
create a new directory/file I get a dialog with a unique name. Moreover, if I
choose the existing name, I get an error with no new file produced.

Feel free to comment on this if you think that the bug is not fixed.

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

[dolphin] [Bug 371822] Dolphin should not toggle the terminal panel if Konsole is not installed

2018-03-11 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=371822

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||18.04.0
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/dol
   ||phin/68a924af05e7adf1c36b81
   ||39ee33a739298fe36d

--- Comment #7 from Roman Inflianskas <infr...@gmail.com> ---
Git commit 68a924af05e7adf1c36b8139ee33a739298fe36d by Roman Inflianskas.
Committed on 11/03/2018 at 17:41.
Pushed by romaninflianskas into branch 'master'.

Show a message if Konsole part is not installed

Summary:
Show a message if Konsole part is not installed
FIXED-IN: 18.04.0

{F5749731}

Reviewers: ngraham, progwolff, elvisangelaccio

Reviewed By: ngraham, progwolff, elvisangelaccio

Subscribers: rkflx, ngraham, elvisangelaccio, broulik, progwolff, #dolphin

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

M  +29   -0src/panels/terminal/terminalpanel.cpp
M  +2-0src/panels/terminal/terminalpanel.h

https://commits.kde.org/dolphin/68a924af05e7adf1c36b8139ee33a739298fe36d

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

[dolphin] [Bug 252483] Trash icons in dolphin not properly updated after a "restore" operation

2018-03-11 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=252483

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit|http://commits.kde.org/kde- |https://commits.kde.org/dol
   |baseapps/bf7cdfca99e4d28d6f |phin/c0797e8adef58bc57254d8
   |40d019b34f7fe5679c1715  |6d6f1abaa46d732f19
 Status|CONFIRMED   |RESOLVED

--- Comment #25 from Roman Inflianskas <infr...@gmail.com> ---
Git commit c0797e8adef58bc57254d86d6f1abaa46d732f19 by Roman Inflianskas.
Committed on 11/03/2018 at 16:47.
Pushed by romaninflianskas into branch 'master'.

Update trash icon after restore operation

Summary:
After restoring all the files from the trash, the trash icon remain 'full'.
This patch fixes this.

Reviewers: elvisangelaccio

Reviewed By: elvisangelaccio

Subscribers: elvisangelaccio, #dolphin

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

M  +1-0src/trash/dolphintrash.cpp

https://commits.kde.org/dolphin/c0797e8adef58bc57254d86d6f1abaa46d732f19

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

[Spectacle] [Bug 391504] spectacle git 3b69ac3a7 fails to build, deletes a needed #include line from KSMainWindow.cpp

2018-03-07 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=391504

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/spe
   ||ctacle/941c1a517be82bed25d1
   ||254ebd735c29b0d2951c
 Resolution|--- |FIXED

--- Comment #2 from Roman Inflianskas <infr...@gmail.com> ---
Git commit 941c1a517be82bed25d1254ebd735c29b0d2951c by Roman Inflianskas.
Committed on 07/03/2018 at 09:15.
Pushed by romaninflianskas into branch 'master'.

Fix build

Summary:
3b69ac3a7aff broke the build on the CI:
  06:57:49 [ 42%] Building CXX object
src/CMakeFiles/spectacle.dir/Gui/KSWidget.cpp.o
  06:57:50 /usr/home/jenkins/workspace/Applications spectacle kf5-qt5
FreeBSDQt5.9/src/Gui/KSMainWindow.cpp:91:9: error: unknown type name
'xcb_intern_atom_cookie_t'

Reviewers: rkflx, #spectacle

Reviewed By: rkflx, #spectacle

Subscribers: rkflx

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

M  +1-0src/Gui/KSMainWindow.cpp

https://commits.kde.org/spectacle/941c1a517be82bed25d1254ebd735c29b0d2951c

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

[Spectacle] [Bug 378463] Use window title to suggest file names

2018-03-06 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=378463

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/spe
   ||ctacle/d47ab66eb9a2a0ce7a62
   ||dabbc3bf632898186b8e
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||18.04.0
 Resolution|--- |FIXED

--- Comment #4 from Roman Inflianskas <infr...@gmail.com> ---
Git commit d47ab66eb9a2a0ce7a62dabbc3bf632898186b8e by Roman Inflianskas.
Committed on 06/03/2018 at 16:43.
Pushed by romaninflianskas into branch 'master'.

Add optional window title to filename templates

Summary:
Add '%T' placeholder for filename pattern to insert window title.

Example filenames for pattern `%Y-%M-%D %H-%m-%S. %T`:
2018-02-21 19-11-55. romas : byobu.png
2018-02-21 19-12-20.png

Example filenames for pattern `%T`:
romas : byobu.png
Screenshot.png

Closes T8036
FIXED-IN: 18.04.0

Test Plan:
Steps:
# Go to `Configure... -> Save`.
# Enter to `Default Save Filename -> Filename` tempate `%Y-%M-%D %H-%m-%S. %T`.
# Press `OK`.
# Save screenshot.
# Observe that screenshot filename matches pattern.

Examples of filenames with empty window title:
> | Input | Result |
> | --- | --- |
> | Screenshot_%T_ProjectX | Screenshot_ProjectX |
> | %T_ProjectX | ProjectX |
> | Screenshot_%T | Screenshot |
> | %T | Screenshot |

Reviewers: rkflx, #spectacle

Reviewed By: rkflx, #spectacle

Subscribers: ngraham, rkflx

Tags: #spectacle

Maniphest Tasks: T8036

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

M  +1-0doc/index.docbook
M  +68   -13   src/ExportManager.cpp
M  +11   -0src/ExportManager.h
M  +3-1src/Gui/SettingsDialog/SaveOptionsPage.cpp
M  +1-0src/PlatformBackends/ImageGrabber.h
M  +16   -2src/PlatformBackends/X11ImageGrabber.cpp
M  +1-0src/PlatformBackends/X11ImageGrabber.h
M  +4-2src/SpectacleCore.cpp

https://commits.kde.org/spectacle/d47ab66eb9a2a0ce7a62dabbc3bf632898186b8e

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

[Spectacle] [Bug 390981] File Save As option fails if .png is not added to file name

2018-03-06 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=390981

--- Comment #6 from Roman Inflianskas <infr...@gmail.com> ---
This bug has been fixed in at least version 17.12.2. Please wait till you get
the new version from your repositories or compile it yourself.

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

[Spectacle] [Bug 390981] File Save As option fails if .png is not added to file name

2018-03-06 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=390981

--- Comment #4 from Roman Inflianskas <infr...@gmail.com> ---
I don't know what should we do with the bugs that are fixed upstream. Close
them, I guess?

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

[dolphin] [Bug 175051] mount .iso option in context menu

2018-03-03 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=175051

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com

--- Comment #14 from Roman Inflianskas <infr...@gmail.com> ---
See also kde_cdemu, a KDE client for CDEmu. It adds an option "Mount image"
into Actions context menu. After mounting plasma shows me a menu with CD
actions, just like it's a real CD.

The drawback is that it requires additional dependency and kernel module.

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

[dolphin] [Bug 340572] Expose configuration of "Empty Trash" confirmation dialogue

2018-03-02 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=340572

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dol
   ||phin/436ad965e93409e2225b3d
   ||0451e997fb655b3e87
 Resolution|--- |FIXED

--- Comment #3 from Roman Inflianskas <infr...@gmail.com> ---
Git commit 436ad965e93409e2225b3d0451e997fb655b3e87 by Roman Inflianskas.
Committed on 03/03/2018 at 05:46.
Pushed by romaninflianskas into branch 'master'.

Add an option to confirm trash emptying into settings

Summary:
Add an option to confirm trash emptying into settings.

Reviewers: #dolphin, ngraham, markg

Reviewed By: #dolphin, ngraham, markg

Subscribers: markg, ngraham, rkflx, #dolphin

Tags: #dolphin

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

M  +9-0src/settings/general/confirmationssettingspage.cpp
M  +1-0src/settings/general/confirmationssettingspage.h

https://commits.kde.org/dolphin/436ad965e93409e2225b3d0451e997fb655b3e87

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

[dolphin] [Bug 156381] dolphin should open filter bar using '/' like find as type

2018-03-02 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=156381

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dol
   ||phin/bf0d259ae50d559bae9847
   ||051d3cf96b3d85076c

--- Comment #10 from Roman Inflianskas <infr...@gmail.com> ---
Git commit bf0d259ae50d559bae9847051d3cf96b3d85076c by Roman Inflianskas.
Committed on 03/03/2018 at 05:38.
Pushed by romaninflianskas into branch 'master'.

Add default shortcut "/" for opening filter panel

Summary:
Add default shortcut "/" for opening filter panel.

Reviewers: #dolphin, ngraham

Reviewed By: #dolphin, ngraham

Subscribers: ngraham, #dolphin

Tags: #dolphin

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

M  +1-1src/dolphinmainwindow.cpp

https://commits.kde.org/dolphin/bf0d259ae50d559bae9847051d3cf96b3d85076c

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

[dolphin] [Bug 175495] filter bar - ability to place on top of window, below or aside the address bar

2018-03-01 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=175495

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||jospoortvl...@gmail.com

--- Comment #11 from Roman Inflianskas <infr...@gmail.com> ---
*** Bug 304684 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 304684] show the filter bar on the right of the location bar like web browsers do

2018-03-01 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=304684

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED
 CC||infr...@gmail.com

--- Comment #12 from Roman Inflianskas <infr...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 175495 ***

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

[dolphin] [Bug 371822] Dolphin should not toggle the terminal panel if Konsole is not installed

2018-03-01 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=371822

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com

--- Comment #5 from Roman Inflianskas <infr...@gmail.com> ---
I removed Konsole, tested that I cannot launch it. I opened Dolphin and I could
open terminal panel. Does that mean that Dolphin uses some Konsole part that is
installed without Konsole itself?

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

[dolphin] [Bug 366662] Trash icon remains red until dolphin is quit even if it's empty

2018-03-01 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=32

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Roman Inflianskas <infr...@gmail.com> ---
See also  https://phabricator.kde.org/D10804

*** This bug has been marked as a duplicate of bug 252483 ***

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

[dolphin] [Bug 252483] Trash icons in dolphin not properly updated after a "restore" operation

2018-03-01 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=252483

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||sud...@sudhirkhanger.com

--- Comment #24 from Roman Inflianskas <infr...@gmail.com> ---
*** Bug 32 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 163306] No visible button to empty wastebin

2018-02-24 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=163306

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com

--- Comment #13 from Roman Inflianskas <infr...@gmail.com> ---
See https://phabricator.kde.org/D10804

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

[Spectacle] [Bug 390981] File Save As option fails if .png is not added to file name

2018-02-24 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=390981

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Roman Inflianskas <infr...@gmail.com> ---
Cannot reproduce it with the Spectacle Version 17.12.2 and Version 18.03.70.

Can you please specify the version of your Spectacle or/and try to build it
from sources?

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

[Spectacle] [Bug 378463] Use window title to suggest file names

2018-02-21 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=378463

--- Comment #3 from Roman Inflianskas <infr...@gmail.com> ---
See https://phabricator.kde.org/D10709

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

[Spectacle] [Bug 378463] Use window title to suggest file names

2018-02-20 Thread Roman Inflianskas
https://bugs.kde.org/show_bug.cgi?id=378463

Roman Inflianskas <infr...@gmail.com> changed:

   What|Removed |Added

 CC||infr...@gmail.com

--- Comment #1 from Roman Inflianskas <infr...@gmail.com> ---
I'm going to implement this. I found that one way to get active window's title
is to use xdotool. Is it OK to add additional dependency?

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