WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save #15
1 參與者
通知
截止日期
未設定截止日期。
先決於
#6 GUI: Allow adding existing .desktop files
crtxcr/qsrun
#7 GUI: Rearrange entries in the GUI
crtxcr/qsrun
參考: crtxcr/qsrun#15
新增問題並參考
封鎖使用者
刪除分支「wip/rearrange」
刪除分支是永久的。雖然被刪除的分支可能會在實際移除前繼續存在一段時間,但在大多數情況下無法撤銷。是否繼續?
Missing
Problems
@@ -126,0 +144,4 @@QMessageBox::critical(this, "Failed to save item to favourites", e.what());return;}userEntryButtons.append(createEntryButton(userConfig));This is not a complete button since inheritance is not actually applied here, causing e. g. the icon not to show.
@@ -126,0 +134,4 @@userConfig.inherit = button.getEntryConfig().entryPath;QFileInfo fi{button.getEntryConfig().entryPath};QString entryName = fi.completeBaseName() + ".qsrun";userConfig.entryPath = this->settingsProvider->userEntriesPaths()[0] + "/" + entryName;Dirty
Problem
Maybe:
Remove boolean
{ SYSTEM_ENTRY, USER_ENTRY, INHERITED_ENTRY }
INHERITED_ENTRY does not save anything beyond "inherit", "rows, "cols".
@@ -249,0 +291,4 @@if(ret != 0){qDebug() << strerror(errno);throw std::runtime_error("Failed to save entry file( error during rename)");Space
關閉合併請求