summaryrefslogtreecommitdiff
path: root/Applications/FileManager/PropertiesDialog.cpp
AgeCommit message (Expand)Author
2020-12-30FileManager: Use GUI::SeparatorWidget in the properties dialogAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-26LibGUI: Rename Link => LinkLabelAndreas Kling
2020-12-24FileManager: Add a button to open links in their real directoryAlex McGrath
2020-12-16FileManager: Make symlink icons show up nicely in properties dialogAndreas Kling
2020-10-05FileManager: Use new format functions.asynts
2020-08-12FileManager: Use FileIconProvider in the properties dialogAndreas Kling
2020-08-01FileManager: Build new path of renamed files correctlyTill Mayer
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19FileManager: Use new TextBox::DisplayOnly mode in the properties dialogAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-06-18FileManager: Small improvements to PropertyDialog's apply button logicTill Mayer
2020-06-18FileManager: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17FileManager: Use Core::File::read_link()Sergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-29FileManager: Fix crash when file properties has unnamed UID or GIDAndreas Kling
2020-04-28FileManager: Disable PropertiesDialog custom rename disabling logicAndres Vieira
2020-04-28FileManager: Disable permission checkboxes if user is not owner of pathAndres Vieira
2020-04-14Kernel: Don't include null terminator in sys$readlink() resultSergey Bugaev
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-05FileManager: Fix asserts on checking properties of symlinksTibor Nagy
2020-03-05FileManager: Fix group names in the file properties dialogTibor Nagy
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-05FileManager: Include limits.h for PATH_MAXjoshua stein
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-10LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModelSergey Bugaev
2019-11-20FileManager: Added properties dialogTill Mayer