lp://qastaging/gmidimonitor
- Get this branch:
- bzr branch lp://qastaging/gmidimonitor
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://repo.or.cz/gmidimonitor.git.
Last successful import was .
Recent revisions
- 98. By Andreas Müller <email address hidden>
-
main.c: remove deprected an unnecessaty g_thread_init
| ../git/main.c: In function 'main':
| ../git/main.c: 324:3: warning: 'g_thread_init' is deprecated [-Wdeprecated- declarations]
| 324 | g_thread_init(NULL) ;
| | ^~~~~~~~~~~~~Signed-off-by: Andreas Müller <email address hidden>
- 97. By Andreas Müller <email address hidden>
-
Replace deprecated g_string_sprintf by g_string_printf
Fixes warnings as:
| ../git/sysex.c: In function 'decode_sysex':
| ../git/sysex.c: 88:13: warning: g_string_printf
| 88 | g_string_sprintf(
| | ^~~~~~~~~
| ../git/sysex.c: 117:13: warning: g_string_printf
| 117 | g_string_sprintf(
| | ^~~~~~~~~
| ../git/sysex.c: 167:13: warning: g_string_printf
| 167 | g_string_sprintf(
| | ^~~~~~~~~Signed-off-by: Andreas Müller <email address hidden>
- 96. By Andreas Müller <email address hidden>
-
Port to GTK3
Signed-off-by: Andreas Müller <email address hidden>
- 95. By Andreas Müller <email address hidden>
-
Set HAVE_ compile flags
Am no waf expert but that waf seems to set these without further ado
Signed-off-by: Andreas Müller <email address hidden>
- 94. By Andreas Müller <email address hidden>
-
Add desktop files / icon
And change to 4 spaces indentation
Signed-off-by: Andreas Müller <email address hidden>
- 93. By Andreas Müller <email address hidden>
-
install missing gmidimonitor.ui
Rework gmidimonitor_
datadir meaning: default is /usr/share/ gmidimonitor Signed-off-by: Andreas Müller <email address hidden>
- 92. By Andreas Müller <email address hidden>
-
Add meson build
Old waf does not build properly in python2-less environments so add meson build.
Signed-off-by: Andreas Müller <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)