Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add an option to prevent an idle session while a call is in progress | Frédéric Brière | 2019-07-13 | -0/+1 |
| | | | | | | | | | Having the session marked as idle while a call is in progress could trigger certain actions (such as locking the screen, logging out automatically, or suspending the system) which could be undesirable in this situation. Closes #123 | |||
* | fix simple typo | lpmi-13 | 2018-11-08 | -1/+1 |
| | ||||
* | Mention that SpeexDSP is required with the main Speex library | Frédéric Brière | 2018-02-09 | -1/+1 |
| | ||||
* | Add note about ALSA often being packaged as libasound | Frédéric Brière | 2018-02-09 | -1/+1 |
| | ||||
* | Add cmake, bison and flex to the list of build dependencies | Frédéric Brière | 2018-02-09 | -0/+6 |
| | ||||
* | List which Qt submodules are actually required | Frédéric Brière | 2018-02-09 | -1/+4 |
| | | | | | | There are only three Qt submodules which we actually need and check for in CMakeLists, namely: base (Qt5Widgets), declarative (Qt5Quick) and tools (Qt5LinguistTools). | |||
* | Add libmagic and libreadline to the list of build dependencies | Frédéric Brière | 2018-02-09 | -0/+2 |
| | ||||
* | Remove remaining traces of obsolete commoncpp2 dependency | Frédéric Brière | 2016-10-03 | -1/+1 |
| | ||||
* | Port to QtQuick, drop Qt 4 support (resolves #52) | Lubos Dolezel | 2016-01-11 | -5/+2 |
| | ||||
* | Replaced Boost regex dependency with C++11 regex | Luboš Doležel | 2015-07-04 | -1/+0 |
| | ||||
* | Updated README, use Markdown syntax | Lubos Dolezel | 2015-06-21 | -0/+279 |