Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add context menu option to show the raw message | Konstantinos Sideris | 2018-09-12 | 2 | -3/+58 |
| | | | | fixes #437 | ||||
* | Small refactoring on the EditModal | Konstantinos Sideris | 2018-09-08 | 2 | -67/+80 |
| | |||||
* | Use proxy objects on lambdas instead of raw pointers | Konstantinos Sideris | 2018-09-07 | 2 | -30/+32 |
| | | | | | | | When the object is destroyed the connections will be removed automatically by Qt. fixes #433 | ||||
* | Make lambda that updates avatar a class method | Konstantinos Sideris | 2018-08-29 | 2 | -91/+91 |
| | |||||
* | Add the ability to change the room avatar | Konstantinos Sideris | 2018-08-29 | 2 | -8/+180 |
| | | | | fixes #418 | ||||
* | Show the room id in the room settings modal | Konstantinos Sideris | 2018-08-26 | 1 | -0/+19 |
| | | | | fixes #416 | ||||
* | Fix crash on logout | Konstantinos Sideris | 2018-08-13 | 1 | -0/+2 |
| | |||||
* | Install the bundled spdlog | Konstantinos Sideris | 2018-08-12 | 1 | -1/+1 |
| | |||||
* | Increase the minimum modal size | Konstantinos Sideris | 2018-08-11 | 3 | -7/+24 |
| | |||||
* | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 4 | -12/+16 |
| | |||||
* | Allow user to configure join rules for a room | Konstantinos Sideris | 2018-08-09 | 2 | -41/+188 |
| | |||||
* | Consider the scale ratio when scaling down images | Konstantinos Sideris | 2018-08-01 | 2 | -2/+2 |
| | | | | fixes #393 | ||||
* | Minor modal adjustments | Konstantinos Sideris | 2018-07-22 | 2 | -8/+3 |
| | |||||
* | Remove pixel values from modals, use pointSize instead | Konstantinos Sideris | 2018-07-22 | 10 | -81/+118 |
| | |||||
* | Add option to ignore key requests altogether | Konstantinos Sideris | 2018-07-22 | 2 | -2/+28 |
| | |||||
* | Refactor the room settings menu to look like the user profile | Konstantinos Sideris | 2018-07-22 | 2 | -191/+87 |
| | |||||
* | Reuse the profile modal & adjust its spacing relative to the font size | Konstantinos Sideris | 2018-07-21 | 2 | -18/+51 |
| | |||||
* | Show device list in user profile & add option to create 1-1 chat | Konstantinos Sideris | 2018-07-20 | 2 | -18/+148 |
| | |||||
* | Create user profile modal | Konstantinos Sideris | 2018-07-20 | 2 | -0/+206 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 22 | -55/+622 |
| | |||||
* | Properly reset the autocomplete anchor when the popup closes | Konstantinos Sideris | 2018-07-15 | 1 | -1/+1 |
| | | | | fixes #305 | ||||
* | Use MainWindow instead of QApplication::activeWindow to reference the main ↵ | Konstantinos Sideris | 2018-07-15 | 1 | -3/+11 |
| | | | | | | | | window The latter will not always return a valid pointer. fixes #363 | ||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 2 | -5/+5 |
| | |||||
* | Update CI instructions | Konstantinos Sideris | 2018-06-17 | 1 | -3/+3 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 2 | -11/+13 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -5/+95 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 2 | -48/+47 |
| | |||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 1 | -8/+14 |
| | |||||
* | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2018-05-18 | 1 | -0/+8 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -19/+41 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 1 | -40/+199 |
| | | | | fixes #235 | ||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 1 | -3/+56 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -0/+16 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 2 | -8/+6 |
| | |||||
* | Fetch user avatars while browsing the member list | Konstantinos Sideris | 2018-05-04 | 1 | -0/+7 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 2 | -8/+155 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -0/+147 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -7/+15 |
| | |||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -1/+2 |
| | |||||
* | Fix CI builds | Konstantinos Sideris | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -0/+75 |
| | | | | fixes #264 | ||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 7 | -15/+15 |
| | |||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 1 | -11/+9 |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | ||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 1 | -28/+2 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 2 | -142/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | ||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+24 |
| | |||||
* | Fix emoji as avatars issue for the receipts | Konstantinos Sideris | 2018-01-16 | 1 | -1/+2 |
| | |||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 1 | -1/+1 |
| | | | | Convert list of receipts to map<userId, timestamp> | ||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -0/+142 |
| | | | fixes #132 | ||||
* | Remove an extra colon from the receipt time | Konstantinos Sideris | 2018-01-04 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -0/+124 |
| | |||||
* | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 1 | -6/+8 |
| | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 1 | -0/+152 |
| | | | | fixes #25 | ||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -0/+149 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 1 | -8/+18 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 4 | -13/+21 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 4 | -0/+304 |