<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphintabwidget.h, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2025-02-06T14:32:35Z</updated>
<entry>
<title>Made style and context enhancements </title>
<updated>2025-02-06T14:32:35Z</updated>
<author>
<name>ambar chakravartty</name>
<email>amch9605@gmail.com</email>
</author>
<published>2025-02-02T04:49:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=bb163a7b3dc7857f698150460b33ba8f3f2204f9'/>
<id>urn:sha1:bb163a7b3dc7857f698150460b33ba8f3f2204f9</id>
<content type='text'>
Co-authored by: Felix Ernst</content>
</entry>
<entry>
<title>Added code for a "Rename Tab" feature.</title>
<updated>2025-02-06T14:32:35Z</updated>
<author>
<name>ambar chakravartty</name>
<email>chakravarttyambar@gmail.com</email>
</author>
<published>2025-01-27T11:20:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=625599462a8ec82f0e43267d333b3ed74a4401bf'/>
<id>urn:sha1:625599462a8ec82f0e43267d333b3ed74a4401bf</id>
<content type='text'>
BUG: 197009
</content>
</entry>
<entry>
<title>Make "open path" and "open path in new tab" scroll to the selected item</title>
<updated>2024-11-29T09:24:55Z</updated>
<author>
<name>Akseli Lahtinen</name>
<email>akselmo@akselmo.dev</email>
</author>
<published>2024-11-29T09:24:55Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=15e0c2a98f480f203ce168b6fa9a2e1f2b0ed8f8'/>
<id>urn:sha1:15e0c2a98f480f203ce168b6fa9a2e1f2b0ed8f8</id>
<content type='text'>
**Open Path**

When user clicks on "Open Path" after searching for an item,
user expects the view to show the item immediately.

We wait for the KItemListSmoothScroller to be done with its animation before the
scrollbar sizes are being changed.

**Open Path in New Tab**

When user selects "Open Path in New Tab", we open a new tab to the folder where the file is, then select and set the file current. We need to get the correct tab when opening one, so it has been added as a return value.

BUG:495613
</content>
</entry>
<entry>
<title>Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"</title>
<updated>2024-07-01T14:06:01Z</updated>
<author>
<name>Felix Ernst</name>
<email>felixernst@zohomail.eu</email>
</author>
<published>2024-06-26T10:45:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e2f316578909e4c886430110808d4681997b3cb7'/>
<id>urn:sha1:e2f316578909e4c886430110808d4681997b3cb7</id>
<content type='text'>
This reverts commit dc149ec5e52f52c514cf362603d05ba8eea506b8.

This prevents a crash. One issue identified is that the commit that
I am reverting here accesses a QDropEvent at a moment in time in
which it might have already been deleted. We cannot check if it
exists by that time because we do not control its lifetime and it
is not a QObject.
</content>
</entry>
<entry>
<title>DragAndDropHelper::updateDropAction: use StatJob for remote URLs</title>
<updated>2024-02-29T23:13:47Z</updated>
<author>
<name>Jin Liu</name>
<email>m.liu.jin@gmail.com</email>
</author>
<published>2024-02-29T23:13:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=dc149ec5e52f52c514cf362603d05ba8eea506b8'/>
<id>urn:sha1:dc149ec5e52f52c514cf362603d05ba8eea506b8</id>
<content type='text'>
When dragging onto tabs/Places from a remote URL, we don't process
the QDropEvent immediately, but start a StatJob and process the
event when it finishes.

Also, the result of the StatJob is cached for 30 seconds, to avoid
starting duplicate jobs.
</content>
</entry>
<entry>
<title>Improve DnD handling in read-only dirs</title>
<updated>2024-02-17T11:14:46Z</updated>
<author>
<name>Jin Liu</name>
<email>m.liu.jin@gmail.com</email>
</author>
<published>2024-02-17T11:14:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c9c3531c0b6da07de8f90761a3d799ace62f8e89'/>
<id>urn:sha1:c9c3531c0b6da07de8f90761a3d799ace62f8e89</id>
<content type='text'>
1. Places panel and tabbar update drag status in read-only dir
2. Don't create drop job in readonly directories
</content>
</entry>
<entry>
<title>DolphinMainWindow: autosave session</title>
<updated>2024-01-14T08:34:58Z</updated>
<author>
<name>Amol Godbole</name>
<email>amolagodbole@gmail.com</email>
</author>
<published>2023-11-09T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c035e95e1d74fecd8267b08009c616232e2c16b0'/>
<id>urn:sha1:c035e95e1d74fecd8267b08009c616232e2c16b0</id>
<content type='text'>
Currently, the session is saved only when the app quits normally. Save
the session after a fixed time interval from the last state change i.e.
anytime the url is changed, or a tab is opened or closed, or the active
view is changed.

BUG: 425627
</content>
</entry>
<entry>
<title>Fix: closing split view doesn't update tab name</title>
<updated>2024-01-13T01:47:15Z</updated>
<author>
<name>Jin Liu</name>
<email>m.liu.jin@gmail.com</email>
</author>
<published>2024-01-12T04:56:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3619e74eb17f8ed2e76dadbef9c052304decd18b'/>
<id>urn:sha1:3619e74eb17f8ed2e76dadbef9c052304decd18b</id>
<content type='text'>
BUG: 469316
</content>
</entry>
<entry>
<title>Fix a bunch of clazy warnings</title>
<updated>2023-08-29T07:18:51Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-08-28T12:39:00Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=079f903bc8691866b4aa3c3e41204a47e735c062'/>
<id>urn:sha1:079f903bc8691866b4aa3c3e41204a47e735c062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add clang-format and format code as in Frameworks</title>
<updated>2023-02-05T05:45:38Z</updated>
<author>
<name>Serg Podtynnyi</name>
<email>serg@podtynnyi.com</email>
</author>
<published>2023-02-03T17:14:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=38c34eeca315c7be58e65d4d3fb72aaf7b866719'/>
<id>urn:sha1:38c34eeca315c7be58e65d4d3fb72aaf7b866719</id>
<content type='text'>
</content>
</entry>
</feed>
