[systemsettings] [Bug 487304] Allow inhibiting Night color while user-specified applications are running

2024-05-30 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=487304

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
Yes, the one toggle like "Disable Nigh Light on Full-screen Windows" would
cover most of the cases - Video,Games, full screen blender etc.
Is there is good way to catch Full-screen event from kwin for this?  

PS
Exclude List will be next step to achieve more flexibility.

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

[Spectacle] [Bug 474338] Base64 conversion for screenshot data

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=474338

--- Comment #3 from Serg Podtynnyi  ---
The  format for data is here 
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs

and it looks like this:

in html:


in markdown:
![Hello World](data:image/png;base64,iVBORw0KGgoAAA
ANSUhEUgUFCAYAAACNbyblHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwBJRU
5ErkJggg==)

so clipboard should have string data starting with data:image/png;base64, 
and ends with(out)  base64  paddings ==

PS
For QT it is something like this
https://doc.qt.io/qt-6/qbytearray.html#toBase64

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

[Spectacle] [Bug 474338] Base64 conversion for screenshot data

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=474338

--- Comment #2 from Serg Podtynnyi  ---
Created attachment 161525
  --> https://bugs.kde.org/attachment.cgi?id=161525=edit
smime.p7s

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

[dolphin] [Bug 389692] Changes in xattr metadara (rating, tags, etc) do not appear immediately. Auto-refresh is needed.

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=389692

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #6 from Serg Podtynnyi  ---
It might be all wrong, but some time ago I researched a little bit about  XAttr
problems in Dolphin/Baloo, and my findings points that Baloo file watcher
service  doesn't pick up the changes made by dolphin and don't fire `metadate`
update. I attached to dbus monitor and did not saw the events for xattr changes
, also it might be some inotify limitations of how many files that can be
monitored by file watcher.  Definitely this can be researched more.

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

[dolphin] [Bug 461847] dolphin slow to move files to trash - delay of a few seconds before file is moved, regardless of file size

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=461847

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[Spectacle] [Bug 474338] New: Base64 conversion for screenshot data

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=474338

Bug ID: 474338
   Summary: Base64 conversion for screenshot data
Classification: Applications
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: s...@podtynnyi.com
CC: k...@david-redondo.de
  Target Milestone: ---

>From https://invent.kde.org/graphics/spectacle/-/issues/7
```
I would like to suggest adding a button in the "Copy Image to Clipboard"
dropdown which copies the base64 of the image to the Clipboard so that it can
be easily pasted in things like markdown documents and such.
```
And add an option  in `After taking a screenshot` selection
* Copy image to clipboard (Base64)

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

[Spectacle] [Bug 439809] Add a way to save to clipboard and save to disk at the same time without losing save options

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=439809

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2023-09-09 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=472917

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 419914] Select next folder entry after deleting

2023-02-27 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=419914

Serg Podtynnyi  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst
   |em/dolphin/-/commit/36dfe57 |em/dolphin/commit/36dfe5795
   |95f3e70ad9ac4954544899bf38c |f3e70ad9ac4954544899bf38c91
   |919ca7  |9ca7

--- Comment #4 from Serg Podtynnyi  ---
Git commit 36dfe5795f3e70ad9ac4954544899bf38c919ca7 by Serg Podtynnyi.
Committed on 06/02/2023 at 03:47.
Pushed by felixernst into branch 'master'.

Selects next item in list after delete/trash actions
Related: bug 181214

M  +30   -0src/views/dolphinview.cpp
M  +6-0src/views/dolphinview.h
M  +2-0src/views/dolphinviewactionhandler.cpp

https://invent.kde.org/system/dolphin/commit/36dfe5795f3e70ad9ac4954544899bf38c919ca7

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

[dolphin] [Bug 181214] Delete an element (file/folder): next element should be selected by default

2023-02-27 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=181214

Serg Podtynnyi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/36dfe5795
   ||f3e70ad9ac4954544899bf38c91
   ||9ca7

--- Comment #11 from Serg Podtynnyi  ---
Git commit 36dfe5795f3e70ad9ac4954544899bf38c919ca7 by Serg Podtynnyi.
Committed on 06/02/2023 at 03:47.
Pushed by felixernst into branch 'master'.

Selects next item in list after delete/trash actions
Related: bug 419914

M  +30   -0src/views/dolphinview.cpp
M  +6-0src/views/dolphinview.h
M  +2-0src/views/dolphinviewactionhandler.cpp

https://invent.kde.org/system/dolphin/commit/36dfe5795f3e70ad9ac4954544899bf38c919ca7

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

[dolphin] [Bug 465489] Can no longer unassign "space" from activating selection mode

2023-02-12 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=465489

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 465344] Full line highlight is disabled after selecting two items

2023-02-11 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=465344

--- Comment #7 from Serg Podtynnyi  ---
I just found the bug, when you have selected multiple items via shift + mouse
and after you add some items with ctrl + mouse (toggle and untoggle) the shift
+ mouse selection stopped working for me.

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

[dolphin] [Bug 465344] Full line highlight is disabled after selecting two items

2023-02-07 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=465344

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 181214] Delete an element (file/folder): next element should be selected by default

2023-02-07 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=181214

--- Comment #10 from Serg Podtynnyi  ---
(In reply to Patrick Silva from comment #9)
> On neon unstable, the next item is not selected after deleting by pressing
> delete key.

Should be in next 23.04 version

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

[dolphin] [Bug 181214] Delete an element (file/folder): next element should be selected by default

2023-02-07 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=181214

Serg Podtynnyi  changed:

   What|Removed |Added

   Version Fixed In||23.04

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

[dolphin] [Bug 181214] Delete an element (file/folder): next element should be selected by default

2023-02-07 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=181214

Serg Podtynnyi  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Serg Podtynnyi  ---
Done in current branch

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

[dolphin] [Bug 419914] Select next folder entry after deleting

2023-02-07 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=419914

Serg Podtynnyi  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Serg Podtynnyi  ---
Done in current branch

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

[dolphin] [Bug 410310] Dolphin Create New doesn't create file

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=410310

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #16 from Serg Podtynnyi  ---
>From above comments as I understood issue happens when there is a heavy IO
workload involved, transcoding(writing) big file in the same directory  or
something similar. Maybe Dolphin(or dependent KDE libs) trying query /size the
direcetory but it's somehow locked/delayed. Will try to reproduce on my setup.
PS
Also what file system are you using?

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

[dolphin] [Bug 393367] Make it possible to quickly duplicate files/folders

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=393367

--- Comment #6 from Serg Podtynnyi  ---
Great, Wilco.

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

[dolphin] [Bug 374561] Additional Information -> Document -> pages

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=374561

Serg Podtynnyi  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/a9ac1f125
   ||21f6dcac287766e6ee5ed5c643e
   ||88e7
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Serg Podtynnyi  ---
Git commit a9ac1f12521f6dcac287766e6ee5ed5c643e88e7 by Serg Podtynnyi.
Committed on 04/02/2023 at 15:14.
Pushed by meven into branch 'master'.

Add Page count and Publisher columns

M  +4-0src/kitemviews/kfileitemmodel.cpp
M  +1-1src/kitemviews/kfileitemmodel.h
M  +2-0src/kitemviews/private/kbaloorolesprovider.cpp

https://invent.kde.org/system/dolphin/commit/a9ac1f12521f6dcac287766e6ee5ed5c643e88e7

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

[dolphin] [Bug 238300] WISH : Please add suggest new name button to rename dialog

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=238300

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
For multiple files renamve it's available, now also Dolphin has inline rename
feature for single item

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

[dolphin] [Bug 159992] descriptive date of file

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=159992

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #6 from Serg Podtynnyi  ---
It's currently possible to show dates in Relative and Absolute style(can be set
in Settings)

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

[dolphin] [Bug 343259] wishlist: extra detailed columns for sorting pictues/video clips by either HEIGHT or WIDTH + by DATE PICTURE/MOVIE CLIP TAKEN (from exif metadata)

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=343259

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
Individual columns for height and width are now present and can be used for
sorting

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

[dolphin] [Bug 393367] Make it possible to quickly duplicate files/folders

2023-02-04 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=393367

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #3 from Serg Podtynnyi  ---
Duplicate here is available for single and multiple items

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

[kwin] [Bug 442386] Prefer EGL to GLX for GL support also on X11

2023-01-30 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=442386

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #5 from Serg Podtynnyi  ---
JFYI, I have to add 
export QT_XCB_GL_INTEGRATION=xcb_egl
to kwin.sh to make composing work (arch, intel with modesetting, x11, plasma
5.26.5 )

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

[kwin] [Bug 456372] kwin_x11 (EGL): Creating the OpenGL rendering failed: "Invalid QOpenGLContext::globalShareContext()"

2023-01-30 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=456372

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 412676] Opening an item with the delete key held down deletes it and opens it

2023-01-29 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=412676

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
Actual behaviorc changed, now it opens new  Selecton Mode

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

[dolphin] [Bug 246028] wish for being able to save "sessions" (with multiple tabs)

2023-01-29 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=246028

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #7 from Serg Podtynnyi  ---
It looks like it's possible now and working.

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

[dolphin] [Bug 181214] Delete an element (file/folder): next element should be selected by default

2023-01-29 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=181214

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 419914] Select next folder entry after deleting

2023-01-28 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=419914

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 412354] List view content drawn underneath table header

2023-01-28 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=412354

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #1 from Serg Podtynnyi  ---
Is it still happens? Looks like fixed long ago

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

[dolphin] [Bug 456447] Dolphin clears filter when pressing "Back" after opening a folder from the filtered list

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=456447

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 267909] dolphin filter does not retain history

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=267909

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 430727] Filter by selecting file types from list

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=430727

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 183391] Lynx like motion how in mc

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=183391

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

-- 
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

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=175495

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 423478] Allow keyboard shortcuts to apply to selected file in files view while filter bar is active

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=423478

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
Another possible workaround,  just enter the filter text, then hit Enter and
focus will go to the file view where you can Ctrl+A and Ctrl+C the items.
So CTRL+I + Filter Text + Enter + CTRL+A for select filtered items. 

Maybe the option like "Always select filtered items"  in Settings  Misc section
would be nice to eliminate the CTRL+A step.

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

[dolphin] [Bug 259382] Make clicking the current folder in places list reset filter bar

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=259382

Serg Podtynnyi  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/96323e049
   ||c700fcd63d93f00c5b92a8ddfe0
   ||cb27
 Resolution|--- |FIXED

--- Comment #7 from Serg Podtynnyi  ---
Git commit 96323e049c700fcd63d93f00c5b92a8ddfe0cb27 by Serg Podtynnyi.
Committed on 25/01/2023 at 11:37.
Pushed by felixernst into branch 'master'.

Clear filter bar on clicking current folder in places

Reset the filter bar when user clicks on the current folder in places
list, also rename slot function to be more clear.

M  +2-0src/dolphinmainwindow.cpp
M  +6-1src/dolphinviewcontainer.cpp
M  +1-0src/dolphinviewcontainer.h
M  +1-1src/filterbar/filterbar.cpp
M  +1-1src/filterbar/filterbar.h

https://invent.kde.org/system/dolphin/commit/96323e049c700fcd63d93f00c5b92a8ddfe0cb27

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

[dolphin] [Bug 347259] When renaming inline, tab key should begin renaming the next file rather than inserting a tab character

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=347259

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

--- Comment #2 from Serg Podtynnyi  ---
It looks like it is working as it should now, pressing tab while renaming
inline switches to the next item.
Version 22.12.1

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

[dolphin] [Bug 227745] Add option to display permissions in numerical format ("777") rather than textually ("rwxrwxrwx")

2023-01-25 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=227745

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[dolphin] [Bug 259382] Make clicking the current folder in places list reset filter bar

2023-01-23 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=259382

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2023-01-10 Thread Serg Podtynnyi
https://bugs.kde.org/show_bug.cgi?id=432103

Serg Podtynnyi  changed:

   What|Removed |Added

 CC||s...@podtynnyi.com

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