1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:37:45 +00:00
serenity/Userland/Applications
Andreas Kling bf1ef6533c FileManager+FileOperation: Show byte progress of current file
What I meant for the GUI progress bars to show:

- Bytes copied of the current file
- Files copied of the total set

What it actually showed:

- Bytes copied of the total bytes
- Files copied of the total set

This patch fixes it by showing byte progress of the current file
instead of byte progress of total bytes.
2021-04-13 10:12:50 +02:00
..
About Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Browser Browser: Change value of "the latest representable date" for cookies 2021-04-12 22:37:00 +02:00
Calculator Calculator: Alt shortcuts and book title capitalization in menus 2021-04-10 16:09:23 +02:00
Calendar Calendar: Alt shortcuts and book title capitalization in menus 2021-04-10 16:11:48 +02:00
CrashReporter Kernel+CrashReporter: Add metadata about page faults to crash reports 2021-04-04 20:13:55 +02:00
Debugger Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
DisplaySettings Everywhere: Remove empty {} from GML objects 2021-03-29 09:10:23 +02:00
FileManager FileManager+FileOperation: Show byte progress of current file 2021-04-13 10:12:50 +02:00
FontEditor FontEditor: Add 'New Font' wizard to editor 2021-04-11 01:16:34 +02:00
Help Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
HexEditor Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
IRCClient Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
KeyboardMapper Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
KeyboardSettings Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
MouseSettings WindowServer+MouseSettings: Add ability to configure double-click speed (#5876) 2021-04-02 16:08:18 +02:00
Piano Everywhere: rename 'Sample' type to 'Frame' 2021-03-27 10:20:55 +01:00
PixelPaint PixelPaint: Add icon and keyboard shortcut for the "New Image" action 2021-04-10 14:58:48 +02:00
QuickShow QuickShow: Alt shortcuts and book title capitalization in menus 2021-04-10 14:58:48 +02:00
Run Everywhere: Remove empty {} from GML objects 2021-03-29 09:10:23 +02:00
Serendipity Serendipity: Paint theme agnostic banner 2021-04-12 08:56:06 +02:00
SoundPlayer SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
SpaceAnalyzer Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
Spreadsheet LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
SystemMonitor SystemMonitor: Add tab with detailed state to process properties window 2021-04-11 13:24:59 +02:00
Terminal Terminal+LibVT: Add Alt shortcuts to menu actions 2021-04-09 17:08:49 +02:00
TextEditor TextEditor: Add Alt shortcuts to menu actions 2021-04-09 17:08:49 +02:00
ThemeEditor WindowServer+LibGfx: Show menus in windows! :^) 2021-03-25 22:14:09 +01:00
CMakeLists.txt Serendipity: A new welcome app 2021-03-02 11:57:27 +01:00