Looks like kontact fails to start korgac on windows automatically ([1768] kontact(1768)/libkdepim void __cdecl KPIM::ReminderClient::startDaemon(void): Couldn't find autostart/korgac.desktop! ). However, if korgac is started separately anyways, that doesn't matter.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 29 2015
Sep 28 2015
Sep 24 2015
works on windows. korgac will need to be started as part of the rest of the system by the system setup.
one way to get at least the traslations of the desktop files:
disabled the new todo actions from korganizer and removed the edit options for todos from korganizer and kmail.
it resizes, if i change the english name/discription. Unfortunatelly I'm unable to change the language in our docker setup, so I can't test that properly.
Sep 23 2015
We can also get to the old editor from korganizer by:
- creating a new task
- editing a task
We're going to completely remove access to the old todo dialog.
checked the textDocument, that looks good:
QTextEdit *edit(new QtextEdit); edit->setDocument(&document); edit->show(); QEventLoop loop; loop.exec();
The printing is quite simple:
Sep 22 2015
needs to be recompiled and tested on windows
D57 fixes this issue, but it's strange, that we need the customProperty for checkAlarms and not for dumpAlarms.
can reproduce this issue on linux, too
- korgac is not running
->run it by hand, but still no events.
Sep 21 2015
Sep 15 2015
one bug is:
Sep 14 2015
- create 2 tasks
- make a hirachy by drag&drop:
--task1 |--taks2
- both tasks are only visible once.
it is not visible in newest version, but if you move subtasks the childs are not visible (sometimes in the new tag). Workaround: restart zanshin.
the behaviour is inside src/presentation/availablepagesmodel.cpp l298ff
The open question where we what to present the differnet actions:
Sep 8 2015
upstreamed https://phabricator.kde.org/T717
upstreamed https://phabricator.kde.org/T715
upstreamed https://phabricator.kde.org/T714
upstreamed https://phabricator.kde.org/T716
Done upstream rKPd1881d6333ba668f83e02cea1a1b2702a166c033
Sep 7 2015
Sep 4 2015
Duplicate of https://git.kolab.org/T743 ?