[PR #657] [CLOSED] ListViewNumberSort,Fix DELIMITER #1173

Closed
opened 2026-02-27 15:53:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/657
Author: @ViCrack
Created: 4/19/2018
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

10 files changed (+127 additions, -34 deletions)

View changed files

📝 Client/Core/Commands/CommandHandler.cs (+1 -1)
📝 Server/Controls/ListViewEx.cs (+1 -1)
📝 Server/Core/Commands/CommandHandler.cs (+1 -1)
📝 Server/Core/Commands/SystemHandler.cs (+3 -3)
Server/Core/Data/FileManagerListTag.cs (+21 -0)
📝 Server/Core/Utilities/ListViewColumnSorter.cs (+49 -4)
📝 Server/Forms/FrmConnections.cs (+8 -0)
📝 Server/Forms/FrmFileManager.cs (+34 -24)
📝 Server/Forms/FrmTaskManager.cs (+8 -0)
📝 Server/Server.csproj (+1 -0)

📄 Description

Sort numbers (and files size)
Modify potentially duplicate file name (DELIMITER)

1

3

#618


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/657 **Author:** [@ViCrack](https://github.com/ViCrack) **Created:** 4/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`8a1689d`](https://github.com/quasar/Quasar/commit/8a1689d312ae4445fb4067b1449e1d5b53acc7dd) ListViewNumberSort,fix DELIMITER - [`1afd63d`](https://github.com/quasar/Quasar/commit/1afd63d4f50fbc7c7c77b7165bd2a2b1309ff178) add file - [`3f50ee3`](https://github.com/quasar/Quasar/commit/3f50ee39068d2795463d35a21187792f3431749f) Revert "add file" - [`2efd70c`](https://github.com/quasar/Quasar/commit/2efd70c84a0d3fc270860bc7394c8ab92907cb9d) Revert "Revert "add file"" ### 📊 Changes **10 files changed** (+127 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Commands/CommandHandler.cs` (+1 -1) 📝 `Server/Controls/ListViewEx.cs` (+1 -1) 📝 `Server/Core/Commands/CommandHandler.cs` (+1 -1) 📝 `Server/Core/Commands/SystemHandler.cs` (+3 -3) ➕ `Server/Core/Data/FileManagerListTag.cs` (+21 -0) 📝 `Server/Core/Utilities/ListViewColumnSorter.cs` (+49 -4) 📝 `Server/Forms/FrmConnections.cs` (+8 -0) 📝 `Server/Forms/FrmFileManager.cs` (+34 -24) 📝 `Server/Forms/FrmTaskManager.cs` (+8 -0) 📝 `Server/Server.csproj` (+1 -0) </details> ### 📄 Description Sort numbers (and files size) Modify potentially duplicate file name (DELIMITER) ![1](https://user-images.githubusercontent.com/18179821/38978268-758c2ab2-43e9-11e8-94f5-98c57d134196.png) ![3](https://user-images.githubusercontent.com/18179821/38978287-86aab908-43e9-11e8-8865-e08e85c445ae.png) #618 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1173
No description provided.