WIP: Rearrange Pushbuttons, Deletion, Add system entries to favourites, Save #15

已关闭
crtxcr 请求将 0 次代码提交从 wip/rearrange 合并至 master
管理员

Missing

  • QIcon information loss (cannot get the icon path from it in all cases)
  • Missing assignment in Entryconfig update
  • Find next free slot in grid (next row/col) to implement "add to favoruites"
  • Deletion
Missing * [x] QIcon information loss (cannot get the icon path from it in all cases) * [x] Missing assignment in Entryconfig update * [x] Find next free slot in grid (next row/col) to implement "add to favoruites" * [x] Deletion
crtxcr 添加了一个新的依赖项 2020-09-13 21:29:18 +02:00
crtxcr 添加了一个新的依赖项 2020-09-13 21:29:40 +02:00
crtxcr 评审于 2020-09-27 22:38:45 +02:00
crtxcr 留下了一条评论
作者
管理员

Problems

Problems
window.cpp 已过期
@ -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.

This is not a complete button since inheritance is not actually applied here, causing e. g. the icon not to show.
crtxcr 标记问题为已解决
crtxcr 评审于 2020-09-27 22:44:05 +02:00
window.cpp 已过期
@ -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

Dirty
作者
管理员

Problem

  1. Add to favourites
  2. Rearrange
  3. Entry from 1 gets saved completely. Has inheritances property, but it's useless since everything will be stored.

Maybe:

Remove boolean
{ SYSTEM_ENTRY, USER_ENTRY, INHERITED_ENTRY }

INHERITED_ENTRY does not save anything beyond "inherit", "rows, "cols".

**Problem** 1. Add to favourites 2. Rearrange 3. Entry from 1 gets saved completely. Has inheritances property, but it's useless since everything will be stored. Maybe: Remove boolean { SYSTEM_ENTRY, USER_ENTRY, INHERITED_ENTRY } INHERITED_ENTRY does not save anything beyond "inherit", "rows, "cols".
crtxcr 评审于 2020-09-28 19:30:12 +02:00
entryprovider.cpp 已过期
@ -249,0 +291,4 @@
if(ret != 0)
{
qDebug() << strerror(errno);
throw std::runtime_error("Failed to save entry file( error during rename)");
作者
管理员

Space

Space
crtxcr 标记问题为已解决
crtxcr "于 2020-10-04 21:55:36 +02:00 关闭此合并请求 "

合并请求已关闭

登录 并参与到对话中。
无审核者
未选择里程碑
未指派成员
1 名参与者
通知
到期时间
到期日期无效或超出范围。请使用 'yyyy-mm-dd' 格式。

未设置到期时间。

参考:crtxcr/qsrun#15
没有提供说明。