Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-18 | Remove the code that removed paragraph tags from markdown -> html. | redsky17 | 1 | -4/+0 | |
This fixes #2, but reverts mujx#438. I do not think mujx#438 was a valid issue, as it complained about the display of valid HTML on riot, which speaks more to how Riot styles things than about an issue in nheko itself. | |||||
2019-01-16 | Update travis.yml to include webhook for posting build | Joe | 1 | -0/+7 | |
status to nheko-reborn matrix room | |||||
2019-01-16 | Fix clang-format linting issue | redsky17 | 1 | -5/+4 | |
2019-01-16 | Update the README to point to updated endpoints for the various CI | redsky17 | 4 | -12/+12 | |
projects. Update the appveyor configuration to no longer use mujx keys. Travis-CI keys still need to be updated. | |||||
2019-01-15 | Update deps CMake config to point to nheko-reborn mtxclient | Joe | 1 | -2/+2 | |
2019-01-12 | Update README to link to the room for the fork | Aaron Raimist | 1 | -4/+4 | |
2019-01-13 | Update travis ci config to point to redsky17 config and try to fix lint | redsky17 | 2 | -8/+6 | |
errors | |||||
2019-01-13 | Update README to point to redsky17 travis-ci and appveyor vs mujx. | redsky17 | 1 | -4/+4 | |
2019-01-12 | Add hover color for timestamp. | redsky17 | 5 | -2/+19 | |
Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp. | |||||
2019-01-12 | Tweak some of the colors in the CSS rules for nheko. | Joe Donofry | 3 | -8/+26 | |
Add room list hover title/subtitle color change support. | |||||
2018-10-10 | Increase the height of the roomlist items | Konstantinos Sideris | 1 | -2/+2 | |
2018-10-07 | v0.6.2 | Konstantinos Sideris | 5 | -9/+10 | |
2018-10-07 | Use a smaller font size for the timestamp | Konstantinos Sideris | 1 | -2/+4 | |
2018-10-07 | Use alignment instead of stretch | Konstantinos Sideris | 4 | -6/+7 | |
2018-10-07 | Adjustments for the minimized sidebar | Konstantinos Sideris | 12 | -46/+74 | |
2018-10-07 | Remove the bundled open sans font | Konstantinos Sideris | 15 | -220/+6 | |
2018-10-07 | Remove built-in emoji picker | Konstantinos Sideris | 36 | -794/+5 | |
2018-10-07 | Add the correct parent to scaleCombo | Konstantinos Sideris | 2 | -12/+18 | |
2018-10-06 | Remove room re-ordering option | Konstantinos Sideris | 5 | -37/+3 | |
2018-10-06 | Remove Scrollbar | Konstantinos Sideris | 4 | -117/+1 | |
2018-10-06 | Adjust the height of the bottom widgets | Konstantinos Sideris | 2 | -11/+26 | |
2018-10-06 | Remove debug logs from Windows builds | Konstantinos Sideris | 1 | -4/+9 | |
2018-10-06 | Adjust the font sizes of the welcome page | Konstantinos Sideris | 2 | -48/+29 | |
2018-10-06 | Adjust the widget size of the room list items | Konstantinos Sideris | 7 | -70/+100 | |
2018-10-04 | Derive widget sizing from the font size | Konstantinos Sideris | 4 | -25/+41 | |
2018-10-02 | Remove some unnecessary calls | Konstantinos Sideris | 2 | -4/+0 | |
2018-10-01 | Add option to configure the font size | Konstantinos Sideris | 6 | -56/+68 | |
fixes #161 | |||||
2018-09-30 | Enable debug logs | Konstantinos Sideris | 9 | -37/+49 | |
2018-09-30 | Change the minimum width for modals | Konstantinos Sideris | 5 | -10/+8 | |
2018-09-30 | Remove pixel value from fonts | Konstantinos Sideris | 29 | -108/+77 | |
2018-09-29 | Remove obsolete font/size setting | Konstantinos Sideris | 1 | -12/+4 | |
2018-09-29 | Remove pixel values from the text input widget | Konstantinos Sideris | 1 | -14/+0 | |
2018-09-29 | Make the height of the bottom bar smaller | Konstantinos Sideris | 2 | -4/+4 | |
2018-09-28 | Display tags as sorting items in the community panel (#401) | Victor Berger | 15 | -3/+234 | |
2018-09-26 | Don't enable tray by default | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-26 | Don't clear selection when a context menu is requested | Konstantinos Sideris | 2 | -0/+40 | |
2018-09-26 | Move TextLabel into its own file | Konstantinos Sideris | 6 | -111/+143 | |
2018-09-26 | Lint | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-26 | v0.6.1 | Konstantinos Sideris | 5 | -8/+19 | |
2018-09-25 | Clear text selection when focus is lost | Konstantinos Sideris | 2 | -1/+11 | |
fixes #409 | |||||
2018-09-25 | Add infinite scroll in member list | Konstantinos Sideris | 2 | -31/+6 | |
fixes #446 | |||||
2018-09-25 | Don't clear the member list when the modal is hidden | Konstantinos Sideris | 1 | -7/+0 | |
fixes #447 | |||||
2018-09-25 | ci: Update qt installer framework | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-25 | Remove bintray from the readme | Konstantinos Sideris | 1 | -2/+1 | |
2018-09-25 | Use QPushButton on the preview modal | Konstantinos Sideris | 3 | -16/+9 | |
2018-09-25 | Copy the missing cmark.dll from the deps directory | Konstantinos Sideris | 1 | -0/+3 | |
2018-09-21 | v0.6.0 | Konstantinos Sideris | 7 | -19/+29 | |
2018-09-21 | Put back github releases | Konstantinos Sideris | 2 | -0/+34 | |
2018-09-21 | Require login when the cache format changes (regression on #444) | Konstantinos Sideris | 2 | -5/+6 | |
2018-09-21 | Add close buttons to all dialogs | Konstantinos Sideris | 4 | -0/+37 | |
2018-09-21 | Center dialogs around the main window | Konstantinos Sideris | 2 | -18/+19 | |
2018-09-21 | Add method to center widgets & clean up unused headers | Konstantinos Sideris | 11 | -36/+28 | |
2018-09-20 | Close dialogs on confirmation | Konstantinos Sideris | 8 | -38/+31 | |
2018-09-20 | Use confirm as the default button | Konstantinos Sideris | 3 | -6/+6 | |
2018-09-19 | macOS: Use the native emoji picker | Konstantinos Sideris | 5 | -2/+63 | |
fixes #79 | |||||
2018-09-19 | Improvements on the system theme | Konstantinos Sideris | 35 | -413/+336 | |
2018-09-18 | ci: Don't count errors during brew upgrade | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-18 | ci: Use brew upgrade --ignore-dependencies | Konstantinos Sideris | 1 | -1/+1 | |
2018-09-18 | Replace GCC-7 with GCC-8 | Konstantinos Sideris | 1 | -16/+3 | |