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

Закрито
crtxcr хоче злити 0 комітів з wip/rearrange в master
crtxcr прокоментував(ла) 2020-09-13 21:15:13 +02:00
Власник

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 додав коментар
Author
Власник

Problems

Problems
window.cpp Застарілі
@ -126,0 +144,4 @@
QMessageBox::critical(this, "Failed to save item to favourites", e.what());
return;
}
userEntryButtons.append(createEntryButton(userConfig));
crtxcr прокоментував(ла) 2020-09-27 22:37:29 +02:00
Author
Власник

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;
crtxcr прокоментував(ла) 2020-09-27 22:44:05 +02:00
Author
Власник

Dirty

Dirty
crtxcr прокоментував(ла) 2020-09-28 19:22:23 +02:00
Author
Власник

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)");
crtxcr прокоментував(ла) 2020-09-28 19:30:12 +02:00
Author
Власник

Space

Space
crtxcr позначив обговорення завершеним
crtxcr закрив цей запит на злиття 2020-10-04 21:55:36 +02:00

Pull request closed

Підпишіться щоб приєднатися до обговорення.
Немає рецензентів
Етап відсутній
Немає виконавця
1 учасників
Сповіщення
Дата завершення
Термін дії не дійсний або знаходиться за межами допустимого діапазону. Будь ласка використовуйте формат 'yyyy-mm-dd'.

Термін виконання не встановлений.

Reference: crtxcr/qsrun#15
No description provided.