Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
projects:gsoc_2022:start [2024/01/23 08:27] – sefsef alexxconsprojects:gsoc_2022:start [2024/01/23 08:30] – [thunar] alexxcons
Line 140: Line 140:
     * A possible solution would be to create a Stack where information about file operations is kept. To undo Thunar would get the top element of the Stack and execute the reverse operation.      * A possible solution would be to create a Stack where information about file operations is kept. To undo Thunar would get the top element of the Stack and execute the reverse operation. 
     * For example, if the top element of the Stack says that a FileA was moved from DirA to DirB Thunar would need to move FileA from DirB to DirA to undo.     * For example, if the top element of the Stack says that a FileA was moved from DirA to DirB Thunar would need to move FileA from DirB to DirA to undo.
 +    * 
 +  * [[https://gitlab.xfce.org/xfce/thunar/-/issues/41|Add the option to expand folders in "Details View"]]
 +    * **[Difficulty: challenging] [Required Skills: C, Gtk] [Possible Mentors: Sergios - Anestis Kefalidis, Alexander Schwinn]**
 +    * **[Estimate time: 100h (Could be part of a 175h/350h project)]**
 +    * The goal of this project is to expand the Details View to be able to handle expanded folders like the Tree View in the sidepane does.