1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:01:00 +00:00
serenity/Applications
Tibor Nagy 63b11e094d QuickShow: Miscellaneous improvements
Major changes are:

The layout and mouse handling has been rewritten to always center
images in the window.

QuickShow now accepts multiple images on drag and drop. The first
image gets opened in the current window, further images are opened in
new processes.

QSWidget now loads images on its own with QSWidget::load_from_file().

An on_drop callback has been introduced for QSWidget.

Added an open menu.

Added an about box and placeholder icons to the application.

QuickShow now starts without loading the sunset-retro wallpaper.
2020-04-06 09:04:15 +02:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Calculator LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Calendar LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
ChanViewer AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
DisplayProperties LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
FileManager FileManager: Add properties action to directory context menu 2020-04-05 16:02:07 +02:00
FontEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Help LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
HexEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
IRCClient IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini 2020-04-05 15:29:48 +02:00
PaintBrush LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Piano LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
QuickShow QuickShow: Miscellaneous improvements 2020-04-06 09:04:15 +02:00
SoundPlayer LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
SystemMenu SystemMenu: Sort applications alphabetically 2020-03-29 14:58:26 +02:00
SystemMonitor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Taskbar Taskbar: Show default window icons when no icons are set 2020-03-30 10:52:09 +02:00
Terminal LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
TextEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00