RichΛrd
a1b7e70404
Removing unneeded file
2023-02-09 12:48:11 +01:00
RichΛrd
1b71929353
Removing unneeded file
2023-02-09 12:48:11 +01:00
RichΛrd
be6a6167fe
Removing unneeded file
2023-02-09 12:48:11 +01:00
Michael Bradley, Jr
df8838703d
fix: ..types.h -> ..Types.h
...
Some OS filesystems are case-sensitive.
2023-02-09 12:48:11 +01:00
B.Melnik
fd4fc7c46d
fix: move dock clicker too other files
2023-02-09 12:48:11 +01:00
Boris Melnik
bd668c0dfe
Update README.md
2023-02-09 12:48:11 +01:00
Eric Mastro
1471e1c1a4
feat: add DockClicker event filter
...
Add an event filter to `qApp` that can detect a dock icon click (in macos) when the main window is hidden or closed.
Co-authored-by: Boris Melnik <82511785+borismelnik@users.noreply.github.com>
2023-02-09 12:48:11 +01:00
Michael Bradley, Jr
37ebdf58b9
fix: improve defensive cstring copying
...
Intended to prevent Nim from inopportunely garbage collecting cstrings passed
through signal_handler/dos_signal as they make their way back to the main
thread
2023-02-09 12:48:11 +01:00
Jacek Sieka
7793f6b6ec
long long support
...
to correctly handle `int` vs `cint` in nim
2023-02-09 12:48:11 +01:00
emizzle
a01981ed87
feat: Add QNetworkAccessManager and clearConnectionCache
2023-02-09 12:48:11 +01:00
Richard Ramos
acf240f2a6
Creating a cache for network requests
2023-02-09 12:48:11 +01:00
Richard Ramos
edb4b79e1b
Make the scheme and path prefix optional
2023-02-09 12:48:11 +01:00
Richard Ramos
c6081720e7
feat: get host, and update url
2023-02-09 12:48:11 +01:00
Richard Ramos
956f51d38a
feat: obtain url from user input
2023-02-09 12:48:11 +01:00
Richard Ramos
f2590b103f
Add function to escape html
2023-02-09 12:48:11 +01:00
Richard Ramos
895e94d5e1
Add function to strip html tags
2023-02-09 12:48:11 +01:00
Richard Ramos
7a286e548e
fix: creating a copy of signalstring
2023-02-09 12:48:11 +01:00
Richard Ramos
0b41a9b86d
feat: specify tmp dir for images
2023-02-09 12:48:11 +01:00
Richard Ramos
d613014606
feat: resize images
2023-02-09 12:48:11 +01:00
Jonathan Rainville
2dfb92a160
feat: add translation function on the engine
2023-02-09 12:48:11 +01:00
Richard Ramos
3cb8c466a4
Enable OpenGL
2023-02-09 12:48:11 +01:00
Richard Ramos
1d009fa376
print connection types
2023-02-09 12:48:11 +01:00
Richard Ramos
2d556fbc42
feat: create networkconfigurationamanager
2023-02-09 12:48:11 +01:00
Pascal Precht
f2ce61142b
feat: add clipboard support
2023-02-09 12:48:11 +01:00
Richard Ramos
0229edc410
feat: appname
2023-02-09 12:48:11 +01:00
Richard Ramos
cac8fe48b2
feat: allow setting app icon
2023-02-09 12:48:11 +01:00
Richard Ramos
18cc92e028
feat: Enable HDPI
2023-02-09 12:48:11 +01:00
Ștefan Talpalaru
e4d3e5f2bf
.gitignore: add *.dylib
2023-02-09 12:48:11 +01:00
Ștefan Talpalaru
202f5cb7d6
more CMake options
...
- generic .gitignore entries for CMake projects
- generate a pkg-config file
2023-02-09 12:48:11 +01:00
Richard Ramos
18c55c5dcf
feat: add signal handler for status-go
2023-02-09 12:48:11 +01:00
Michał Cieślak
561c60a0d0
Original dotherside repository up to 4d0d6a353c33ff2227b83562a127b3514a7e2169
2023-02-09 12:48:11 +01:00
Michał Cieślak
121c62bd9a
Remove submodule vendor/DOtherSide
2023-02-09 12:48:11 +01:00
Lukáš Tinkl
7ed5b0d0d6
fix(chat): Download image is saving to wrong folder
...
- fetch latest dotherside for the fix
- minor cleanup
Fixes #9307
2023-01-28 17:44:23 +01:00
Alex Jbanca
50b5442818
chore: bump vendor/DOtherside
2023-01-18 10:17:45 +02:00
Michał Cieślak
22da265d78
feat(Monitoring): Backend's properties and models visualization
...
Closes : #8787
Closes : #8790
2023-01-16 14:46:58 +01:00
Michał Cieślak
e3e99c6a48
feat(general): Initial setup for app monitoring tool
...
Closes : #8786
2023-01-13 13:47:08 +01:00
Lukáš Tinkl
6f1ecb9c8c
fix(StatusChatInput): improve code highlighting in code snippet/blocks
...
- make the bg/fg color follow our current Style/Theme colors
Fixes : #8649
2023-01-10 15:21:45 +01:00
mprakhov
a7a69e1320
fix(@desktop/chats): restore last opened chat during app launch
2023-01-03 18:02:42 +02:00
Lukáš Tinkl
668ea868c4
fix(notifications): The sound of notifications is harsh and annoying
...
Use logarithmic sound volume scale instead of linear when interpreting
the sound volume value
TLDR; we were literally overblowing the speakers with absolute sound
volume levels; for the whole story I recommend reading:
https://www.dr-lex.be/info-stuff/volumecontrols.html
Also play a sound preview when changing the volume in Settings
Needs https://github.com/status-im/dotherside/pull/83
Fixes #8426
2022-12-12 11:39:32 +01:00
Michał Cieślak
a6c3af97cf
chore: bump vendor/DOtherside
...
to fix the creation of many temporary QNAMs
and potential UB
Closes #8683
2022-12-08 12:12:08 +01:00
Lukáš Tinkl
9391cabcba
chore: bump vendor/DOtherside
...
to fix the QNAM memory/fd leaks
Closes #8667
2022-12-07 10:00:22 -05:00
Michal Iskierko
9ca058c6ef
chore(@desktop): Update DOtherside
...
Fix #6179
2022-11-28 10:41:27 +01:00
Jonathan Rainville
da6524b840
chore: up DOtherSide version to get Windows logs
...
Fixes #8296
2022-11-17 16:14:38 -05:00
Igor Sirotin
f022e02efe
fix(Chat): Added group/channel name to notifications title
2022-11-17 13:04:06 +03:00
Lukáš Tinkl
48f5a9d256
fix(NicknamePopup): add support for Unicode nicknames
...
- do not restrict NicknamePopup's regexp to ASCII characters
- a similar thing could be done to the user's DisplayName but currently
that's blocked on status-go side
- uses RXValidator from dotherside
Needs status-im/dotherside/pull/74
Fixes #8115
2022-11-15 11:42:33 +01:00
Lukáš Tinkl
813dbc57c0
feat: notification through notify-send on Linux
...
plus some minor UI changes in the Notifications settings; notably
toggling the exemptions was broken
Closes #2520
2022-10-13 17:28:46 +02:00
Lukáš Tinkl
50b49446f0
fix: abort startup on QML errors
...
exit() the app immediately after encountering QML errors on startup
(updates status-desktop's DOtherSide submodule to status-im/dotherside#69)
Closes #7013
2022-08-17 16:06:11 +02:00
Patryk Osmaczko
4303d674dd
feat(Makefile): add QML_DEBUG and QML_DEBUG_PORT options
...
closes : #6973
2022-08-11 19:53:08 +02:00
Patryk Osmaczko
c1872b4e1d
bump DOtherSide
2022-07-22 09:03:57 +02:00
Iuri Matias
c292956f8e
chore(@desktop): update dotherside
2022-06-14 16:44:36 -04:00