index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
base
/
utils.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
rbutil: Rework player configuration.
Dominik Riebeling
1
-3
/
+3
2020-11-14
rbutil: Rework player configuration.
Dominik Riebeling
1
-3
/
+3
2020-10-04
rbutil: Replace sysinfo filesystem cluster size with type.
Dominik Riebeling
1
-10
/
+47
2020-09-30
rbutil: Fix unnecessary implicit cast.
Dominik Riebeling
1
-2
/
+2
2020-09-27
rbutil: Fix some minor issues found by clazy.
Dominik Riebeling
1
-2
/
+1
2020-08-16
rbutil: QString::split() changed with Qt 5.14.
Dominik Riebeling
1
-0
/
+16
2020-08-16
rbutil: Fix various warnings.
Dominik Riebeling
1
-1
/
+1
2020-07-26
rbutil: Remove unnecessary (and implicit) type conversion.
Dominik Riebeling
1
-1
/
+1
2019-10-28
rbutil: add function to suspend/resume processes
Cástor Muñoz
1
-0
/
+122
2016-01-17
Return process IDs in Utils::findRunningProcess().
Dominik Riebeling
1
-21
/
+33
2016-01-17
rbutil: fix resolveDevicename() on Windows
Cástor Muñoz
1
-5
/
+6
2015-05-02
Improve update check information dialog.
Dominik Riebeling
1
-0
/
+14
2014-03-20
OS X: use FSGetVolumeParms when targeting 10.5+.
Dominik Riebeling
1
-4
/
+20
2013-11-04
Use cutelogger for Rockbox Utility internal trace.
Dominik Riebeling
1
-32
/
+33
2013-09-18
Add "FAT" as supported filesystem on Windows.
Dominik Riebeling
1
-1
/
+1
2013-06-09
Only show mountpoints containing a supported filesystem in dropdown.
Dominik Riebeling
1
-3
/
+3
2013-04-04
Extend Utils::mountpoints() to allow filtering for supported types.
Dominik Riebeling
1
-10
/
+42
2013-01-27
Replace toAscii() / fromAscii() with Latin1() functions.
Dominik Riebeling
1
-2
/
+2
2012-10-06
Fix a couple of warnings and remove an unused variable.
Dominik Riebeling
1
-0
/
+3
2012-09-16
Support "eject" on OS X.
Dominik Riebeling
1
-0
/
+39
2012-09-08
Add "Eject" button to main window.
Dominik Riebeling
1
-0
/
+60
2012-08-19
Check environment before starting installation.
Dominik Riebeling
1
-0
/
+1
2012-05-11
Don't try to resolve an empty path.
Dominik Riebeling
1
-3
/
+4
2012-02-21
Implement findProcess() on OS X.
Dominik Riebeling
1
-1
/
+28
2012-01-29
findExecutable(): cleanup log output a bit.
Dominik Riebeling
1
-2
/
+3
2012-01-22
Check running processes at startup.
Dominik Riebeling
1
-0
/
+56
2011-11-01
Show user friendly name on target mismatch.
Dominik Riebeling
1
-4
/
+4
2011-10-19
Remove svn keyword lines from sources.
Dominik Riebeling
1
-1
/
+0
2011-07-26
Take cluster size into account when calculating zip extracted size.
Dominik Riebeling
1
-3
/
+28
2011-07-17
Implement reading the volume label on OS X.
Dominik Riebeling
1
-1
/
+42
2011-07-17
Move some helper functions out of Autodetection.
Dominik Riebeling
1
-4
/
+218
2011-07-17
The mountpoint is stored with normalized separators.
Dominik Riebeling
1
-1
/
+1
2011-07-15
Show volume labels on Windows.
Dominik Riebeling
1
-1
/
+18
2011-07-15
Show the total size of the volume along with the free space.
Dominik Riebeling
1
-5
/
+31
2010-06-30
FS#11439: Fix version comparison regression.
Dominik Riebeling
1
-2
/
+14
2010-06-18
Log filesystem free value to system trace.
Dominik Riebeling
1
-0
/
+1
2010-06-18
Make System and Utils class based on QObject.
Dominik Riebeling
1
-3
/
+3
2010-06-11
Rework Rockbox Utility update version number check.
Dominik Riebeling
1
-0
/
+67
2010-04-02
Move utils.cpp functions into separate class and split it up.
Dominik Riebeling
1
-52
/
+11
2010-02-20
Update an outdated comment.
Dominik Riebeling
1
-3
/
+2
2010-01-24
rbutil: split RbSettings. use Stable/unstable status from server.
Dominik Wenger
1
-2
/
+3
2009-11-21
Use f_frsize when calculating the free disk space from the block count. Fixes...
Dominik Riebeling
1
-1
/
+1
2009-10-29
Improve a few debug logger messages.
Dominik Riebeling
1
-3
/
+3
2009-09-25
Add special handling for ipodvideo64mb when detecting the player via rockbox-...
Dominik Riebeling
1
-1
/
+5
2009-08-11
Fix Rockbox Utility build on W32.
Dominik Riebeling
1
-1
/
+1
2009-08-10
Clean up and rename Detect class.
Dominik Riebeling
1
-0
/
+43
2009-08-10
Simplify and cleanup rockbox-info.txt handling.
Dominik Riebeling
1
-10
/
+9
2009-04-29
rbutil: completely rework how tts and encoders are configured. (FS#10070)
Dominik Wenger
1
-0
/
+29
2009-04-16
Fix overflow on free space calculation (Linux / OS X).
Dominik Riebeling
1
-3
/
+3
2009-03-21
rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one...
Dominik Wenger
1
-0
/
+40
[next]