- 06 Mar, 2017 3 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
-
Jonah Brüchert authored
AboutPage: version number is now a Kirigami.Heading, not a normal Label with a <h1> tag. LoginPage is only a normal Kirigami.Page now. The ListItems in the Roster page are Kirigami.SwipeListItems again and have the remove action again.
-
- 05 Mar, 2017 4 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
-
- 04 Mar, 2017 1 commit
-
-
Linus Jahn authored
This introduces the new QML-side functions: `kaidan.rosterController.addContact(jid, name)` `kaidan.rosterController.removeContact(jid)` Currently they are not used.
-
- 03 Mar, 2017 1 commit
-
-
Linus Jahn authored
-
- 02 Mar, 2017 1 commit
-
-
Linus Jahn authored
-
- 01 Mar, 2017 1 commit
-
-
Linus Jahn authored
The new JID resource is accesiable via `kaidan.jidResource` from QML. It is loaded/saved into "auth/resource" into the settings.
-
- 27 Feb, 2017 4 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
-
- 26 Feb, 2017 9 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
Currently translated at 100.0% (18 of 18 strings)
-
Weblate authored
-
Linus Jahn authored
-
Linus Jahn authored
Currently translated at 100.0% (13 of 13 strings)
-
Linus Jahn authored
-
Jonah Brüchert authored
Closes #69.
-
Linus Jahn authored
Currently translated at 100.0% (12 of 12 strings)
-
- 25 Feb, 2017 5 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
This is only a temporary solution, because `pop()` only pops one page even if I pass another empty page to the function. Currently we have maximal two pages (roster + chat page), so this 'fix' should work for the 0.1, but probably not for later versions.
-
Linus Jahn authored
-
Linus Jahn authored
-
Jonah Brüchert authored
.gitignore: Replace `bin/kaidan` with `kaidan` and add `install_manifest.txt`, because of the new changes in CMake.
-
- 24 Feb, 2017 2 commits
-
-
Linus Jahn authored
-
JBBgameich authored
Currently you can only logout with this banner, but other actions can be added later. kaidan.getResourcePath() now returns a "file://"-path. Closes #25.
-
- 23 Feb, 2017 2 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
Now cmake will only update ts-files after the first build, if the CPP/QML file have been touched. At the first build cmake assumes the ts-files are up-to-date. With `make ts-update` you can update all ts-files (lupdate).
-
- 22 Feb, 2017 4 commits
-
-
Linus Jahn authored
-
Linus Jahn authored
-
Linus Jahn authored
This is because we can't bundle CC BY-SA files with GPL'd code/binary. And that is because the CC licenses are (of course) not GPL compatible.
-
Linus Jahn authored
They were added without reasons and then Qt thought Kaidan is installed in /usr/share/KaidanIM/kaidan/ <- not what we want, so I removed it. But this also makes all configs uncompatible. They're now in: ~/.config/kaidan/kaidan.conf and ~/.local/share/kaidan/messages.sqlite3 I hope that was the last time for the next time to change config names.
-
- 21 Feb, 2017 3 commits
-
-
Linus Jahn authored
The new cmake option is `-DSAILFISH_OS=1`.
-
Linus Jahn authored
-
Linus Jahn authored
-