Commit Graph

10 Commits

Author SHA1 Message Date
c7287c861c Merged with 0.7/4 release 2024-01-22 19:21:52 +11:00
Maze
1e61d1c538 Revet commit fd1fa516cb
Readding -name dev
2024-01-07 14:34:49 +01:00
Maze
8d82431a22 Merge branch 'autoreload-qmake' into 'main'
Use qmake-qt5 in autoreload if it exists

See merge request mx-moment/moment!27
2024-01-03 20:15:00 +00:00
Maze
fd1fa516cb Remove -name from autoreload.py
(since this argument no longer works on Moment)
2024-01-03 11:34:15 +01:00
Newbyte
132b45f670
Use qmake-qt5 in autoreload if it exists
On Fedora 39, the Qt5 qmake is installed as qmake-qt5. As such, use it
when autoreloading instead of qmake if it exists.
2024-01-02 20:28:51 -06:00
b6543b09cc Fixed indentation (w). Probably fixed redactions sometimes displaying viewing user's name in place of actor's name. Fixed room history never loading sometimes (but not missing chunks in the middle yet). 2023-10-27 20:25:20 +11:00
Newbyte
e2fa1e82f8
autoreload.py: mirage -> moment 2022-01-24 15:23:56 +01:00
miruka
2049141bfd autoreload: improve code & which files are watched 2021-03-03 17:14:55 -04:00
miruka
fda5bc0039 Add CLI arguments parsing + --start-in-tray
- Loading a QML file in place of src/gui/UI.qml is now possible via
  -l / --load-qml instead of taking the first positional argument

- New option to start application in tray without showing a window

- --help and --version
2021-03-03 17:14:55 -04:00
miruka
ddc5b8b933 Replace live-reload.sh by autoreload.py
entr is a glitchy mess that keeps restarting for no reason and prevents
pdb usage due to stdin takeover, use a python script instead that
doesn't need external utilities.
2021-03-03 17:14:55 -04:00