index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-12-14
rbutil: Change style to Fusion on Windows.
Dominik Riebeling
2020-11-19
rbutil: Modernize code to use C++11 nullptr.
Dominik Riebeling
2020-11-07
rbutil: Enable HiDPI support on recent Qt versions.
Dominik Riebeling
2020-08-08
rbutil: Update CuteLogger to most recent upstream.
Dominik Riebeling
2020-08-08
rbutil: Drop Qt4 support.
Dominik Riebeling
2020-07-26
rbutil: Call QLocale::setDefault() with QLocale.
Dominik Riebeling
2019-11-09
rbutil: fix windows cross compile (via M cross environment)
Franklin Wei
2015-12-18
Fix static compilation with Qt5.
Cástor Muñoz
2013-11-04
Use cutelogger for Rockbox Utility internal trace.
Dominik Riebeling
2013-02-08
Create Qt5 compatible version of trace event handler.
Dominik Riebeling
2013-01-27
Update Qt includes for compatibility with Qt5.
Dominik Riebeling
2011-10-19
Remove svn keyword lines from sources.
Dominik Riebeling
2011-10-02
Rockbox Utility: listen to translation change events.
Dominik Riebeling
2010-06-15
Remove ugly RTL writing direction hack.
Dominik Riebeling
2010-04-07
Fix layout special case for hebrew failing for system language (FS#11180).
Dominik Riebeling
2009-10-19
rbutil: Change layout to RTL if Hebrew language is used
Tomer Shalev
2009-08-15
rbutil: add a errorlog function into rbutil and the possibility to save a log...
Dominik Wenger
2008-10-13
rbutil: include the qt accessible plugin into the mac bundle. (Enables screen...
Dominik Wenger
2008-08-13
Fix translator for Qt strings overwriting the application translator (FS#9268).
Dominik Riebeling
2008-07-31
Install a second translator for using the internal translation of Qt's widget...
Dominik Riebeling
2008-07-25
Make rbutil check the system language and try to use the correct translation....
Dominik Riebeling
2008-02-10
Untie rbutil core logic from QtGui for cli:
Dominik Riebeling
2007-10-07
Use i10n for numbers using QLocale.
Dominik Riebeling
2007-09-03
- rework language selection a bit: use language string as key instead of lang...
Dominik Riebeling
2007-08-22
add project file for including accessibility plugin when building static bina...
Dominik Riebeling
2007-08-09
small simplification.
Dominik Riebeling
2007-07-29
support for translating rbutil. Translation files (*.qm) can be in the binary...
Dominik Riebeling
2007-07-25
First stab at porting rbutil to Qt4. Currently only installing a current or a...
Dominik Riebeling