- 09 Jun, 2019 2 commits
-
-
Weixuan Xiao authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 Jun, 2019 1 commit
-
-
Albert Vaca Cintora authored
Default to dark because it's more common (Windows, Gnome) but we need to implement a way to chose automatically between the dark and clear icon (and this is gonna be platform-specific). Note that dashes in names have a special meaning when loading icons. The new icon file names are ugly for this reason.
-
- 07 Jun, 2019 1 commit
-
-
Simon Redman authored
-
- 06 Jun, 2019 1 commit
-
-
Script Kiddy authored
-
- 05 Jun, 2019 3 commits
-
-
Simon Redman authored
## Summary LanLinkProviderTest fails on Windows. This patch fixes that. I believe the root cause is that we are using a shared UDP socket to listen for identity broadcasts both in the LanLinkProvider and in the test. Apparently this works on Linux, but on Windows the LanLinkProvider picks up its own identity packet and pairs with itself. This patch gives a parameter to LanLinkProvider to allow it to listen and broadcast on different ports, then uses that ability in the test to make the test pass on Windows. ## Test Plan ### Before: lanlinkprovider test fails, first because it can't bind its UDP listener socket, and then because Windows seems to handle shared sockets differently than Linux, so the UDP broadcasts were not reaching the test's listener. ### After: lanlinkprovider test seems to pass reliably both in my Windows VM and in the CI
-
Simon Redman authored
-
Simon Redman authored
-
- 04 Jun, 2019 2 commits
-
-
Simon Redman authored
-
Script Kiddy authored
-
- 03 Jun, 2019 3 commits
-
-
Simon Redman authored
Commit 63728537 was not properly tested
-
Simon Redman authored
-
Script Kiddy authored
-
- 02 Jun, 2019 10 commits
-
-
Simon Redman authored
-
Simon Redman authored
-
Simon Redman authored
pluginloadtest and sendfiletest are crashing. This patch fixes that by allowing Daemon::init() to be called from TestDaemon ## Test Plan ### Before: Both tests are crashing because it is not able to find any devices. It is not able to find any devices because the LanLinkProvider is not being added because Daemon::init() is not being called. ### After: pluginloadtest and sendfiletest pass
-
Nicolas Fella authored
-
Nicolas Fella authored
Whatever the problem was, this is not a fix This reverts commit c9967891.
-
Piyush Aggarwal authored
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 01 Jun, 2019 1 commit
-
-
Simon Redman authored
-
- 31 May, 2019 3 commits
-
-
Jonathan Esk-Riddell authored
-
Weixuan Xiao authored
-
Simon Redman authored
-
- 30 May, 2019 1 commit
-
-
Simon Redman authored
Also adds testing for some back-end of the SMS app
-
- 28 May, 2019 1 commit
-
-
Script Kiddy authored
-
- 27 May, 2019 1 commit
-
-
Script Kiddy authored
-
- 26 May, 2019 5 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Nicolas Fella authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 25 May, 2019 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 24 May, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 May, 2019 2 commits
-
-
Jonathan Esk-Riddell authored
-
Jonathan Esk-Riddell authored
-