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
合并请求已关闭