1
0
Derivar 0

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

fechada(s)
crtxcr quer integrar 0 cometimento(s) do ramo wip/rearrange no ramo master
Proprietário(a)

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 adicionou uma nova dependência 2020-09-13 21:29:18 +02:00
crtxcr adicionou uma nova dependência 2020-09-13 21:29:40 +02:00
crtxcr reviu 2020-09-27 22:38:45 +02:00
crtxcr deixou um comentário
Autor(a)
Proprietário(a)

Problems

Problems
window.cpp Obsoleta
@ -126,0 +144,4 @@
QMessageBox::critical(this, "Failed to save item to favourites", e.what());
return;
}
userEntryButtons.append(createEntryButton(userConfig));
Autor(a)
Proprietário(a)

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 marcou este diálogo como estando concluído
crtxcr reviu 2020-09-27 22:44:05 +02:00
window.cpp Obsoleta
@ -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;
Autor(a)
Proprietário(a)

Dirty

Dirty
Autor(a)
Proprietário(a)

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 reviu 2020-09-28 19:30:12 +02:00
@ -249,0 +291,4 @@
if(ret != 0)
{
qDebug() << strerror(errno);
throw std::runtime_error("Failed to save entry file( error during rename)");
Autor(a)
Proprietário(a)

Space

Space
crtxcr marcou este diálogo como estando concluído
crtxcr fechou este pedido de integração 2020-10-04 21:55:36 +02:00

Pedido de integração fechado

Inicie a sessão para participar neste diálogo.
Sem revisores
Sem etapa
Sem encarregados
1 Participantes
Notificações
Data de vencimento
A data de vencimento é inválida ou está fora do intervalo permitido. Por favor, use o formato 'aaaa-mm-dd'.

Sem data de vencimento definida.

Referência: crtxcr/qsrun#15
Nenhuma descrição fornecida.