Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
600ec278
Commit
600ec278
authored
6 years ago
by
Joe Donofry
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/redsky17/nheko
parents
341c0303
996a4c95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.ci/bintray-release.json
+3
-3
3 additions, 3 deletions
.ci/bintray-release.json
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
README.md
+5
-5
5 additions, 5 deletions
README.md
appveyor.yml
+3
-3
3 additions, 3 deletions
appveyor.yml
src/RoomInfoListItem.h
+4
-5
4 additions, 5 deletions
src/RoomInfoListItem.h
with
16 additions
and
17 deletions
.ci/bintray-release.json
+
3
−
3
View file @
600ec278
...
...
@@ -17,7 +17,7 @@
],
"package"
:
{
"desc"
:
"Desktop client for the Matrix protocol"
,
"issue_tracker_url"
:
"https://github.com/
mujx
/nheko/issues"
,
"issue_tracker_url"
:
"https://github.com/
nheko-reborn
/nheko/issues"
,
"licenses"
:
[
"GPL-3.0"
],
...
...
@@ -26,8 +26,8 @@
"public_stats"
:
true
,
"repo"
:
"matrix"
,
"subject"
:
"mujx"
,
"vcs_url"
:
"https://github.com/
mujx
/nheko"
,
"website_url"
:
"https://github.com/
mujx
/nheko"
"vcs_url"
:
"https://github.com/
nheko-reborn
/nheko"
,
"website_url"
:
"https://github.com/
nheko-reborn
/nheko"
},
"publish"
:
true
,
"version"
:
{
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
600ec278
...
...
@@ -87,7 +87,7 @@ deploy:
file
:
"
bintray-release.json"
on
:
condition
:
$DEPLOYMENT ==
1
repo
:
redsky17
/nheko
repo
:
nheko-reborn
/nheko
tags
:
true
deploy
:
-
skip_cleanup
:
true
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
5
View file @
600ec278
nheko
----
[

](https://travis-ci.org/
mujx
/nheko)
[

](https://travis-ci.org/
Nheko-Reborn
/nheko)
[

](https://ci.appveyor.com/project/redsky17/nheko/branch/master)
[

](https://github.com/
redsky17
/nheko/releases/v0.6.2)
[

](https://github.com/
redsky17
/nheko/releases/nightly)
[

](https://github.com/
Nheko-Reborn
/nheko/releases/v0.6.2)
[

](https://github.com/
Nheko-Reborn
/nheko/releases/nightly)
[

](https://matrix.to/#/#nheko-reborn:matrix.org)
[

](https://aur.archlinux.org/packages/nheko)
...
...
@@ -39,7 +39,7 @@ Specifically there is support for:
### Releases
Releases for Linux (AppImage), macOS (disk image) & Windows (x64 installer)
can be found in the
[
Github releases
](
https://github.com/
mujx
/nheko/releases
)
.
can be found in the
[
Github releases
](
https://github.com/
Nheko-Reborn
/nheko/releases
)
.
### Repositories
...
...
@@ -86,7 +86,7 @@ sudo port install nheko
-
Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
Freetype, which is essential to properly support emoji.
-
CMake 3.1 or greater.
-
[
mtxclient
](
https://github.com/
mujx
/mtxclient
)
-
[
mtxclient
](
https://github.com/
Nheko-Reborn
/mtxclient
)
-
[
LMDB
](
https://symas.com/lightning-memory-mapped-database/
)
-
[
cmark
](
https://github.com/commonmark/cmark
)
-
Boost 1.66 or greater.
...
...
This diff is collapsed.
Click to expand it.
appveyor.yml
+
3
−
3
View file @
600ec278
...
...
@@ -8,7 +8,7 @@ platform: x64
environment
:
BINTRAY_APIKEY
:
secure
:
"
hhhAH6csIrPEVH92NNQkiGCkuON6l6sfhbZk+pvzDAM3vHex7YbqFKW6v5UjAS8v
"
secure
:
"
iGl5mzE9/ta9kFELUxDw9XtlYMSCMai9xowXIkYzU8WKHz7NfW0mLwMJZvblZFXJ
"
cache
:
c:\tools\vcpkg\installed\
...
...
@@ -127,13 +127,13 @@ after_build:
-
mv nheko-installer.exe nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe
on_success
:
-
if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -u
mujx
:%BINTRAY_APIKEY% https://api.bintray.com/content/
mujx/matrix
/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/)
-
if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -u
redsky17
:%BINTRAY_APIKEY% https://api.bintray.com/content/
nheko-reborn
/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/)
deploy
:
description
:
"
Development
builds"
provider
:
GitHub
auth_token
:
secure
:
"
YqB7hcM+4482eSHhtVR7ZA7N7lE78y8BC897/7UDTBQd+NWdWFW/6S+oKDie9TT7
"
secure
:
"
ShStWeqp+TkYqJPQr7uFZb+B8ZTgC7Iwth+IkhjfRDCTLhy8gtWvlPzlQilder3E
"
artifact
:
nheko-${APPVEYOR_REPO_TAG_NAME}-installer.exe
force_update
:
true
prerelease
:
true
...
...
This diff is collapsed.
Click to expand it.
src/RoomInfoListItem.h
+
4
−
5
View file @
600ec278
...
...
@@ -47,7 +47,8 @@ class RoomInfoListItem : public QWidget
Q_PROPERTY
(
QColor
subtitleColor
READ
subtitleColor
WRITE
setSubtitleColor
)
Q_PROPERTY
(
QColor
timestampColor
READ
timestampColor
WRITE
setTimestampColor
)
Q_PROPERTY
(
QColor
highlightedTimestampColor
READ
highlightedTimestampColor
WRITE
setHighlightedTimestampColor
)
Q_PROPERTY
(
QColor
highlightedTimestampColor
READ
highlightedTimestampColor
WRITE
setHighlightedTimestampColor
)
Q_PROPERTY
(
QColor
hoverTimestampColor
READ
hoverTimestampColor
WRITE
setHoverTimestampColor
)
Q_PROPERTY
(
...
...
@@ -55,10 +56,8 @@ class RoomInfoListItem : public QWidget
Q_PROPERTY
(
QColor
highlightedSubtitleColor
READ
highlightedSubtitleColor
WRITE
setHighlightedSubtitleColor
)
Q_PROPERTY
(
QColor
hoverTitleColor
READ
hoverTitleColor
WRITE
setHoverTitleColor
)
Q_PROPERTY
(
QColor
hoverSubtitleColor
READ
hoverSubtitleColor
WRITE
setHoverSubtitleColor
)
Q_PROPERTY
(
QColor
hoverTitleColor
READ
hoverTitleColor
WRITE
setHoverTitleColor
)
Q_PROPERTY
(
QColor
hoverSubtitleColor
READ
hoverSubtitleColor
WRITE
setHoverSubtitleColor
)
Q_PROPERTY
(
QColor
btnColor
READ
btnColor
WRITE
setBtnColor
)
Q_PROPERTY
(
QColor
btnTextColor
READ
btnTextColor
WRITE
setBtnTextColor
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment