Compare commits

...

173 Commits

Author SHA1 Message Date
itdominator 2f47614eaf Merge pull request 'develop' (#13) from develop into master
Reviewed-on: #13
2023-11-12 06:51:23 +00:00
itdominator 2de4de6b22 Restructuring src folder 2023-11-12 00:49:16 -06:00
itdominator 39959dc947 Upated pictures 2023-11-12 00:37:48 -06:00
itdominator ce0f45e168 fixed some memory leaking issues; added event pause/resume functionality 2023-10-19 21:06:20 -05:00
itdominator 8862a80eea Small IPC fixes 2023-10-18 21:51:24 -05:00
itdominator 6fe4db7c63 In effect addeed socket recovery logic; removed endpoint registery 2023-10-18 21:23:45 -05:00
itdominator a5f864b802 Merge pull request 'develop' (#12) from develop into master
Reviewed-on: #12
2023-09-30 19:36:35 +00:00
itdominator 153cc450d9 Fixed missing plugin parts removed by .gitignore 2023-09-30 14:33:47 -05:00
itdominator 457bf09b52 Added settings file back for shellfm; fixed config load 2023-09-29 23:15:14 -05:00
itdominator 43f56b283c Resolved notebook selection on startup 2023-09-28 00:12:20 -05:00
itdominator 39aa0eeea4 extending builder; format cleanup; dereference attempt 2023-09-27 21:03:49 -05:00
itdominator 8046fec794 Moved background paint setting tomanager; fixed reference 2023-09-25 23:22:47 -05:00
itdominator fd282a6595 Transitioned to using async for icon generation 2023-09-22 23:04:03 -05:00
itdominator 5e9fe86cd6 Merge pull request 'develop' (#11) from develop into master
Reviewed-on: #11
2023-09-19 01:11:23 +00:00
itdominator 9b9fa2d122 Fixed unmapped menu options 2023-09-17 21:39:23 -05:00
itdominator d13d23dcf0 Cleaned up imports; added config setting 2023-09-16 15:19:04 -05:00
itdominator df688d919e Fixed search failing in some dirs; fixed pathbar autofilling with one found path 2023-09-16 01:18:36 -05:00
itdominator b5d1bbeccd Trying to reduce reference count to grid_store 2023-09-13 23:19:45 -05:00
itdominator 64514b04af Added pyright conf, upfated readme, classe exception added 2023-08-22 20:24:08 -05:00
itdominator ee3e042b1b Updated ytdlp version 2023-08-13 20:13:21 -05:00
itdominator 5264103f31 Internalized default settings 2023-08-05 20:02:51 -05:00
itdominator b12d9375ee Post settings restructuring cleanup 2023-07-30 00:49:46 -05:00
itdominator 826b58cfc4 Restructured settings logic and loading; translate fix 2023-07-29 23:42:59 -05:00
itdominator 60bfa52af6 Updated readme issue list 2023-05-16 21:30:15 -05:00
itdominator f84e879141 added images to plugin menu options, added testing for generators, attempted mitigation of memory leak 2023-05-16 21:26:00 -05:00
itdominator b62b5040c7 Trying to insure eventual gc cleanup 2023-04-30 23:18:41 -05:00
itdominator 3a6f0f7478 added debugging feature; fixed dnd problem, cleaning 2023-04-30 18:43:12 -05:00
itdominator 33cde33e6f Added debugger setup, cleanup 2023-04-29 09:44:22 -05:00
itdominator f82541b37a Big fixes 2023-03-27 20:54:52 -05:00
itdominator ca61d5348f Added Singleton class to inherit as needed 2023-03-27 20:07:17 -05:00
itdominator 4b69622cc6 WIP implimentig new files widget attempt 2; keybindings fixed prior commits 2023-03-05 15:42:11 -06:00
itdominator 66cfe8caec Cleaning up message widgets 2023-03-04 23:50:47 -06:00
itdominator 3c72ad2801 Cleanup of widgets, fixing or updating plugins 2023-03-04 21:45:29 -06:00
itdominator cbcdeaa037 WIP implimentig new files widget, updated settings, broke keybindings 2023-02-23 23:03:29 -06:00
itdominator c508bcffe6 Changed how deb packaging is setup, deleted unused dirs, updated readme 2023-02-21 14:23:39 -06:00
itdominator f5dd0e9ff0 Updated Launcher, made ShellFM Settings more generic 2023-02-21 13:16:53 -06:00
itdominator 3ad9e1c7bb Plugin cleanup and tweaks 2023-02-20 19:18:45 -06:00
itdominator 372e4ff3dc Shellfm updates 2023-02-09 20:55:21 -06:00
itdominator d9b471cbaa Icon generation improvements 2023-02-08 17:52:33 -06:00
itdominator 6e3bf63465 IPC attempted thread fix 2023-02-04 23:38:44 -06:00
itdominator 639f14df5e Thumbnail work, added locals setting, cleanup 2023-02-04 17:03:27 -06:00
itdominator f440ff3d96 Import cleanup and thubnailer logic changes 2023-01-29 00:10:09 -06:00
itdominator 9e7dbb4245 Added event system functionality 2023-01-22 19:51:45 -06:00
itdominator 81a88a73db Limiting thread spawns 2023-01-07 14:15:06 -06:00
itdominator 95076afb6a Moved core.ui to core.widgets, added wip plugin reloading, refactoring 2022-12-08 23:33:04 -06:00
itdominator 9eeb24e19a WIP separating fs actions 2022-12-06 23:36:10 -06:00
itdominator 6d4279c871 Cleanedup controller data 2022-12-06 18:41:52 -06:00
itdominator a9ab9e95d8 Fixed double click issue when initially one selected 2022-12-06 16:05:06 -06:00
itdominator b488c989b2 Fixed trasher alert dialog issue, moved import lines 2022-12-04 20:47:32 -06:00
itdominator 22b22958de Moved widgets to core, externalized load_save 2022-12-04 19:43:32 -06:00
itdominator da70244a54 Merge pull request 'Externalized items to new glade files and classes' (#10) from develop into master
Reviewed-on: #10
2022-12-04 08:49:44 +00:00
itdominator a237757e5e Moved remaining popups to classes and some cleanup 2022-12-04 02:45:26 -06:00
itdominator f5eac69c20 Moved popups to theor on class sans glade file 2022-12-04 00:52:02 -06:00
itdominator 0e0802a375 Moved appchooser dialogue to class and new glade file 2022-12-04 00:02:36 -06:00
itdominator 59adbe58da Moved about dialogue to class and new glade file 2022-12-03 23:10:25 -06:00
itdominator 0d01030be3 Refactored externalized widgets, cleanup and subtle bug fixes 2022-12-03 22:03:05 -06:00
itdominator 8ed011ab8c Moved file exists functionality to class and new glade file 2022-12-03 18:22:20 -06:00
itdominator ba0cf50ad5 Moved rename functionality to class a new glade file 2022-12-03 17:00:54 -06:00
itdominator d91266886f Focus window if opening uri from IPC 2022-12-02 22:59:02 -06:00
itdominator 8c595bdf0c Fixed dnd when just folder in target dir but not highlighted causing incorrect drop target 2022-12-02 22:10:41 -06:00
itdominator b84fd38523 Added yt_dlp directly, added rename format options, added xclip clipboard subproc, added copy name context menu option 2022-12-02 20:00:51 -06:00
itdominator e4e5e08cb4 Made searcher grep more like wrapper, addeed timestamp ignore 2022-11-29 22:34:25 -06:00
itdominator c01e81af27 Merge pull request 'Merge Stable Changesto Master' (#9) from develop into master
Reviewed-on: #9
2022-11-29 04:58:09 +00:00
itdominator f2090a7d46 Changing to pythonic imports, restructured mixins layout 2022-11-28 22:50:37 -06:00
itdominator 9bd5697677 Moved code to widgets 2022-11-28 17:20:32 -06:00
itdominator dfce2f0125 Fixed status check and button show logic 2022-11-27 17:26:49 -06:00
itdominator da9a8c024b Fixing move async, small cleanup 2022-11-27 16:38:39 -06:00
itdominator 95f790a7a4 Fix ctrl+a and box select all l-click dnd 2022-11-26 16:40:06 -06:00
itdominator 8a3146fd03 Added multiselect dnd with just left click 2022-11-26 15:14:35 -06:00
itdominator f51a860de5 Added IO ui to stop move or copy, enhanced favorites plugin 2022-11-25 23:12:43 -06:00
itdominator 4f9fe37613 added disable plugin load arg, added disk usage plugin, updated icon gen 2022-11-25 00:45:52 -06:00
itdominator 9cde8345cf Tab dnd between windows (state not preserved, yet), plugin fix 2022-11-02 22:06:30 -05:00
itdominator ee123c4916 Added better type hinting 2022-10-27 21:26:58 -05:00
itdominator eeef0a4330 Search changes, plugin changes 2022-10-27 17:23:27 -05:00
itdominator d0612a2b37 Building context menu from config file 2022-10-26 19:47:54 -05:00
itdominator 9697e8ca16 Moving to use ContextMenu 2022-10-25 23:27:21 -05:00
itdominator efa42a301c small refactoring 2022-10-22 23:53:33 -05:00
itdominator 75da08d081 Added dirty start check, added images to plugin buttons, cleanup 2022-10-20 22:23:14 -05:00
itdominator 49ed89201a Externalized archiver to plugin 2022-10-09 21:56:12 -05:00
itdominator e96d9e682d Rewired settings, improved plugin structural coupling, cleanedup session file generation n load 2022-10-09 20:59:44 -05:00
itdominator 206f67f2f0 Finally resolved UI thread overloads 2022-10-06 20:48:44 -05:00
itdominator e929e9b742 searcher - updated timings 2022-10-04 22:58:27 -05:00
itdominator 0dece2cec9 More searcher plugin updates, added additional file settings 2022-10-04 02:30:46 -05:00
itdominator 982e586936 Restructured searcher layout 2022-10-03 22:14:18 -05:00
itdominator 867c651a04 Changed search plugin IPC logic 2022-10-03 20:50:38 -05:00
itdominator f48d84a004 Reworked the search logic 2022-10-03 00:52:50 -05:00
itdominator dc9cae6d38 Fixed keyboard events, updated exception types 2022-10-01 22:12:14 -05:00
itdominator 72f0236e58 Added submodule search logic 2022-10-01 19:08:05 -05:00
itdominator da63e6e44e Moved trash logic to plugin structure 2022-10-01 16:04:46 -05:00
itdominator d3e42b3ae0 Added PIL support for images like webp; changed emit name 2022-09-30 23:30:38 -05:00
itdominator bdd532060a Dgata arg check 2022-09-29 17:32:35 -05:00
itdominator ded86b81ec Event system logic rework 2022-09-29 17:22:33 -05:00
itdominator a7fbc6eadb Updated .gitignore, renamed plugins file 2022-09-24 15:40:21 -05:00
itdominator 41f39ba8cc Merge pull request 'Plugin rework/fixes' (#8) from develop into master
Reviewed-on: #8
2022-09-06 02:24:35 +00:00
itdominator 51a565a79d Plugin rework/fixes 2022-09-05 21:21:04 -05:00
itdominator bebe0c7cba Merge pull request 'plugin work' (#7) from develop into master
Reviewed-on: #7
2022-09-05 06:09:39 +00:00
itdominator 43fe513bb1 Added trailer link, added custom errors, updated keybinding 2022-09-05 01:01:51 -05:00
itdominator 3d0a714106 Plugin work 2022-09-04 22:35:30 -05:00
itdominator 74d53690e2 Merge pull request 'Updated VOD Thumbnailer, added icon gen logic' (#6) from develop into master
Reviewed-on: #6
2022-09-03 22:03:24 +00:00
itdominator aabcd46d75 Updated VOD Thumbnailer, added icon gen logic 2022-09-03 17:01:41 -05:00
itdominator 061dbf19ad Merge pull request 'develop' (#5) from develop into master
Reviewed-on: #5
2022-09-03 05:46:08 +00:00
itdominator 247f1a1165 Added favorites plugin, addedplugin logic, updated confs 2022-09-03 00:43:25 -05:00
itdominator 09d8170953 Added enter option on file creation 2022-09-02 20:15:20 -05:00
itdominator 1798213bfc Merge pull request 'develop' (#4) from develop into master
Reviewed-on: #4
2022-09-02 03:25:44 +00:00
itdominator bff54995fd Reworked plugin manifest; decoupled event system and ipc 2022-08-12 22:54:16 -05:00
itdominator b058dc3667 Global threading decorators; Endpoint registry creation 2022-08-09 20:10:25 -05:00
itdominator 3f5664da5b Updated READNE, added searcher plugin, cleanup 2022-07-20 23:57:06 -05:00
itdominator 7abbee9182 Addec compilation to binary using Nuitka 2022-07-19 16:46:38 -05:00
itdominator 6bd4d97db2 Merge pull request 'Bringing to latest changes' (#3) from develop into master
Reviewed-on: #3
2022-07-16 19:14:29 +00:00
itdominator 92d8069f3a Implimented chmod, chown logic 2022-07-16 13:29:19 -05:00
itdominator b1bf8785c6 Perliminary properties viewer plugin 2022-07-16 02:33:25 -05:00
itdominator bcc04dda3c Plugin permission additions 2022-07-07 12:51:51 -05:00
itdominator 8f64066049 Restructured plugin system and examples 2022-07-06 23:19:41 -05:00
itdominator 111c535876 Small fixes 2022-06-18 22:27:17 -05:00
itdominator 793621745a Update logging, update event system, update plugin structure 2022-06-14 23:03:04 -05:00
itdominator ee086f67f4 IPC changes, further externalizing settings 2022-06-14 17:12:25 -05:00
itdominator e4656c771a IPC updates, module rename and repath 2022-06-10 20:13:57 -05:00
itdominator 9442453d43 Changed execute logic 2022-04-02 23:23:33 -05:00
itdominator 0539fa41f0 begin enforcing types better; glade updates 2022-03-24 22:15:08 -05:00
itdominator 2278cdc0c3 Dialog window changes, copy/paste changes, thread change 2022-03-17 01:39:03 -05:00
itdominator 22c9fa301b Fixed ipc new tab 2022-03-13 18:53:43 -05:00
itdominator 1fc1609b0a Renamed file, cleanup 2022-03-13 18:42:00 -05:00
itdominator 09a85abb79 Fixed initial loaded start tab, cleanup 2022-03-13 18:21:06 -05:00
itdominator 51ac26048c improved thubnailing logic, fixed new tab logic 2022-03-13 17:32:37 -05:00
itdominator c3f637b5fd Changed keyboard control events 2022-03-07 19:18:55 -06:00
itdominator 45ca8abbdd Finalized keybinding inferastructure 2022-03-07 17:52:43 -06:00
itdominator 4aeaffdd44 Mostly integrated keybindings setup 2022-03-06 21:27:47 -06:00
itdominator 8eccdfce7c Fixing missing empty init files 2022-03-03 16:45:37 -06:00
itdominator 8e242f5475 Converted to use unix socket 2022-03-03 01:24:59 -06:00
itdominator 32f061ff76 Updated readme, fixed save session as 2022-03-02 19:30:35 -06:00
itdominator 8f1c1848fd PEP8 small cleanup 2022-02-26 03:03:50 -06:00
itdominator 7e5d603eb9 Slightly better key mapping 2022-02-26 02:30:14 -06:00
itdominator 674dac5918 Nameing update, start structure changed, refactoring 2022-02-25 17:58:11 -06:00
itdominator bddcc8e3e6 Plugin sys changes, glade changes 2022-02-25 01:29:37 -06:00
itdominator 56b8ee6117 Import refactor, deb build update, docstring additions 2022-02-20 01:32:51 -06:00
itdominator 312a782a87 Slight Pep8 fixes, import cleanup 2022-02-20 00:28:34 -06:00
itdominator 7b4bbd7c2b Cleaning up unused imports 2022-02-19 23:15:02 -06:00
itdominator f79aa4e852 template fix, logic fix, file monitor change 2022-02-19 22:46:54 -06:00
itdominator 918eec1053 Small logic fixes 2022-02-17 10:13:27 -06:00
itdominator 07714c9cd4 Fixing hide hidden toggle 2022-02-15 17:52:07 -06:00
itdominator 2622600e92 Adding signals, resolving broken signals 2022-02-14 21:27:58 -06:00
itdominator 6eed25efd6 Shellfm update, refactors to support update 2022-02-11 00:58:49 -06:00
itdominator eafc8613e6 Bug fixes 2022-02-04 18:25:41 -06:00
itdominator f77becc21c UI changes, added save_as 2022-02-04 18:14:11 -06:00
itdominator 67c13d264a Fleshed out session load 2022-02-04 17:46:03 -06:00
itdominator 52aa14dcb4 Added initial save/load logic 2022-02-01 23:31:49 -06:00
itdominator 7534bf141e Added initial save/load logic 2022-02-01 23:29:42 -06:00
itdominator ca855712b1 Moved custom exception hook; added some doc strings 2022-02-01 21:08:02 -06:00
itdominator 95c6f79627 further plugin work, refactoring 2022-02-01 01:43:09 -06:00
itdominator a863dbc586 Plugin work on socket/plug 2022-01-31 00:13:43 -06:00
itdominator 7737e3ad6d Merge pull request 'develop' (#2) from develop into master
Reviewed-on: #2
2022-01-31 02:34:18 +00:00
itdominator 628740fd31 Added glade updates for last commit 2022-01-30 20:31:33 -06:00
itdominator ed2a27ed9a Added example, further plugin work 2022-01-30 20:29:57 -06:00
itdominator 3bedd83793 Refactoring and plugin work 2022-01-30 18:09:00 -06:00
itdominator ad70e8c819 removed build zip 2022-01-29 22:13:51 -06:00
itdominator ecfb586f53 added diff compare on duplicate found 2022-01-29 22:11:03 -06:00
itdominator b0991cb776 Added glade update for last commit 2022-01-29 19:35:20 -06:00
itdominator 3d719ad6f6 fixed new file ui 2022-01-29 19:32:56 -06:00
itdominator 3c914e64dd Merge pull request 'develop' (#1) from develop into master
Reviewed-on: #1
2022-01-30 00:22:36 +00:00
itdominator 63c41d5e2a deb update, improved dnd 2022-01-29 18:18:21 -06:00
itdominator 2a0fe9eb15 Fix dnd same zone issues 2022-01-29 16:47:42 -06:00
itdominator a380c01573 Path handling and settings changes 2022-01-29 15:14:50 -06:00
itdominator a1c27792ee Added back proper gif thumbnailing 2022-01-27 21:56:16 -06:00
itdominator 353ee2a966 Restructuring Plugins pipe. Changed settings stuff 2022-01-26 22:29:22 -06:00
itdominator 8a0057f78e Added plugin pipeing 2022-01-26 19:47:59 -06:00
itdominator f2314500b7 reverts and refactors 2022-01-24 10:24:55 -06:00
itdominator 2c258d470b Resolving root path issues 2022-01-20 21:21:04 -06:00
itdominator 59d67874ad New trace debug flag for when using trace module 2022-01-19 23:49:19 -06:00
itdominator bee66ee001 Updated signals on glade file 2022-01-19 20:48:43 -06:00
itdominator 5bf6d04fdd file rename 2022-01-19 20:14:44 -06:00
itdominator 216cc9d34c Thumbnail speed improvements 2022-01-19 16:10:43 -06:00
itdominator 5a9fa8253b Thumbnail generation changes 2022-01-19 12:09:01 -06:00
itdominator 9b578859e0 Fixed broken execute flow 2021-12-31 19:10:29 -06:00
1677 changed files with 236321 additions and 15961 deletions

5
.gitignore vendored
View File

@ -1,3 +1,7 @@
docs/
.idea/
*.zip
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
@ -137,4 +141,3 @@ dmypy.json
# Cython debug symbols
cython_debug/

View File

@ -1,24 +1,35 @@
# SolarFM
# SolarFM
SolarFM is a Gtk+ Python file manager.
# Notes
<b>Still Work in progress! Use at own risk!</b>
Additionally, if not building a .deb then just move the contents of user_config to their respective folders.
Copy the share/solarfm folder to your user .config/ directory too.
`pyrightconfig.json`
<p>The pyrightconfig file needs to stay on same level as the .git folders in order to have settings detected when using pyright with lsp functionality.</p>
<h6>Install Setup</h6>
```
sudo apt-get install python3.8 wget python3-setproctitle python3-gi ffmpegthumbnailer steamcmd
sudo apt-get install xclip python3.8 python3-setproctitle python3-gi wget ffmpegthumbnailer steamcmd
```
# Known Issues
<ul>
<li>The memory leak has now been mostly mitigated in that it doesn't balloon to 2GB'. Still working out where the smaller one(s) is/are.</li>
<li>Doing Ctrl+D when in Terminator (maybe other terminals too) somehow propagates the signal to SolarFM too.
A selected file in the active quad-pane will move to trash since it is the default key-binding for that action.</li>
</ul>
# TODO
<ul>
<li>Add simpleish plugin system to run bash/python scripts.</li>
<li>Add DnD context awareness for over folder drop.</li>
<li>Add simpleish preview plugin for various file types.</li>
<li>Add simpleish bulk-renamer.</li>
</ul>
# Images
![1 SolarFM single pane. ](images/pic1.png)
![2 SolarFM double pane. ](images/pic2.png)
![3 SolarFM triple pane. ](images/pic3.png)
![4 SolarFM quad pane. ](images/pic4.png)
![4 SolarFM quad pane. ](images/pic4.png)

View File

@ -1 +0,0 @@
Remove me...

6
debs/chown_all.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
function main() {
sudo chown -R "${USER}":"${USER}" .
}
main;

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Note: postrm (script executed after uninstalling the package)
# set -e
if [ -f /bin/solarfm ]; then
rm /bin/solarfm
fi
if [ -f /opt/solarfm.zip ]; then
rm /opt/solarfm.zip
fi

View File

@ -0,0 +1,17 @@
#!/bin/bash
# . CONFIG.sh
# set -o xtrace ## To debug scripts
# set -o errexit ## To exit on error
# set -o errunset ## To exit if a variable is referenced but not set
function main() {
call_path=`pwd`
cd "${call_path}"
echo "Working Dir: " $(pwd)
python /opt/solarfm.zip "$@"
}
main "$@";

View File

@ -0,0 +1 @@
Place the zipped up solarfm zip here amnd run the build script.

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Name=SolarFM
GenericName=File Manager
Comment=A file manager built with Python and GObject introspection.
Exec=/bin/solarfm %F
Icon=/usr/share/solarfm/icons/solarfm.png
Type=Application
StartupNotify=true
Categories=System;FileTools;Utility;Core;GTK;FileManager;
MimeType=inode/directory;inode/mount-point;x-scheme-handler/ssh;x-scheme-handler/smb;x-scheme-handler/nfs;x-scheme-handler/ftp;x-scheme-handler/ptp;x-scheme-handler/mtp;x-scheme-handler/webdav;x-scheme-handler/http;x-scheme-handler/https;
Terminal=false

View File

@ -0,0 +1,968 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-save-as</property>
</object>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-file</property>
</object>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-justify-center</property>
</object>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-save</property>
</object>
<object class="GtkImage" id="image5">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-execute</property>
</object>
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-redo</property>
</object>
<object class="GtkImage" id="image7">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-justify-center</property>
</object>
<object class="GtkImage" id="io_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-stop</property>
</object>
<object class="GtkImage" id="tggl_notebook_1_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-apply</property>
<property name="icon_size">3</property>
</object>
<object class="GtkImage" id="tggl_notebook_2_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-apply</property>
<property name="icon_size">3</property>
</object>
<object class="GtkImage" id="tggl_notebook_3_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-apply</property>
<property name="icon_size">3</property>
</object>
<object class="GtkImage" id="tggl_notebook_4_img">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="stock">gtk-apply</property>
<property name="icon_size">3</property>
</object>
<object class="GtkBox" id="core_widget">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="orientation">vertical</property>
<property name="baseline-position">top</property>
<child>
<object class="GtkBox" id="main_menu_bar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkMenuBar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">_File</property>
<property name="use-underline">True</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-new</property>
<property name="name">create</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">New File/Folder...</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-open</property>
<property name="name">open</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">Open...</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">Reload Plugins</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="image">image6</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="reload_plugins" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">Terminal</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="image">image5</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="open_terminal" swapped="no"/>
</object>
</child>
<child>
<object class="GtkMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Session</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkImageMenuItem">
<property name="label">Save Session</property>
<property name="name">save_session</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">New File/Folder...</property>
<property name="image">image4</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">Save Session As</property>
<property name="name">save_session_as</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">New File/Folder...</property>
<property name="image">image1</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">Load Session</property>
<property name="name">load_session</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="tooltip-text" translatable="yes">New File/Folder...</property>
<property name="image">image2</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Debug</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkImageMenuItem">
<property name="label">Show Errors</property>
<property name="name">messages_popup</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="image">image3</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">Show Interactive Debugger</property>
<property name="name">ui_debug</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="image">image7</property>
<property name="use-stock">False</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-quit</property>
<property name="name">tear_down</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">_Edit</property>
<property name="use-underline">True</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-cut</property>
<property name="name">cut</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-copy</property>
<property name="name">copy</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-paste</property>
<property name="name">paste</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkMenuItem">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">_Help</property>
<property name="use-underline">True</property>
<child type="submenu">
<object class="GtkMenu">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkImageMenuItem">
<property name="label">gtk-about</property>
<property name="name">about_page</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="use-underline">True</property>
<property name="use-stock">True</property>
<signal name="button-release-event" handler="do_action_from_menu_controls" swapped="no"/>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButtonBox" id="main_menu_bttn_box_bar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">5</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton" id="plugins_button">
<property name="label" translatable="yes">Plugins</property>
<property name="name">plugins_popup</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<signal name="released" handler="do_action_from_menu_controls" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkToggleButton" id="tggl_notebook_1">
<property name="name">tggl_notebook_1</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">tggl_notebook_1_img</property>
<property name="always-show-image">True</property>
<signal name="released" handler="toggle_notebook_pane" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkToggleButton" id="tggl_notebook_2">
<property name="name">tggl_notebook_2</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">tggl_notebook_2_img</property>
<property name="always-show-image">True</property>
<signal name="released" handler="toggle_notebook_pane" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkToggleButton" id="tggl_notebook_3">
<property name="name">tggl_notebook_3</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">tggl_notebook_3_img</property>
<property name="always-show-image">True</property>
<signal name="released" handler="toggle_notebook_pane" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkToggleButton" id="tggl_notebook_4">
<property name="name">tggl_notebook_4</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">tggl_notebook_4_img</property>
<property name="always-show-image">True</property>
<signal name="released" handler="toggle_notebook_pane" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="io_button">
<property name="label" translatable="yes">I/O</property>
<property name="name">io_popup</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="image">io_img</property>
<property name="always-show-image">True</property>
<signal name="released" handler="do_action_from_menu_controls" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">5</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="label" translatable="yes"> </property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can-focus">False</property>
<property name="focus-on-click">False</property>
<property name="receives-default">False</property>
<property name="double-buffered">False</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkBox" id="path_menu_bar">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkButton" id="go_home">
<property name="label">gtk-home</property>
<property name="name">go_home</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
<signal name="released" handler="do_action_from_bar_controls" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="create_tab">
<property name="label">gtk-add</property>
<property name="name">create_tab</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
<signal name="released" handler="do_action_from_bar_controls" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="go_up">
<property name="label">gtk-go-up</property>
<property name="name">go_up</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
<signal name="released" handler="do_action_from_bar_controls" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="path_entry">
<property name="name">path_entry</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="placeholder-text" translatable="yes">Path...</property>
<signal name="changed" handler="do_action_from_bar_controls" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkButton" id="refresh_tab">
<property name="label">gtk-refresh</property>
<property name="name">refresh_view</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
<signal name="released" handler="do_action_from_bar_controls" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkPaned" id="pane_master">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="orientation">vertical</property>
<property name="wide-handle">True</property>
<child>
<object class="GtkPaned" id="pane_top">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="margin-bottom">5</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="wide-handle">True</property>
<child>
<object class="GtkNotebook" id="window_1">
<property name="name">notebook1</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="can-default">True</property>
<property name="margin-left">5</property>
<property name="margin-right">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="show-border">False</property>
<property name="scrollable">True</property>
<property name="group-name">sfm_windows</property>
<signal name="create-window" handler="on_tab_dnded" swapped="no"/>
<signal name="page-reordered" handler="on_tab_reorder" swapped="no"/>
<signal name="switch-page" handler="on_tab_switch_update" swapped="no"/>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child type="action-start">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
<child type="action-end">
<object class="GtkSearchEntry" id="win1_search_field">
<property name="name">window_1</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="primary-icon-name">edit-find-symbolic</property>
<property name="primary-icon-activatable">False</property>
<property name="primary-icon-sensitive">False</property>
<property name="placeholder-text" translatable="yes">Search...</property>
<signal name="changed" handler="do_file_search" swapped="no"/>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">False</property>
</packing>
</child>
<child>
<object class="GtkNotebook" id="window_2">
<property name="name">notebook2</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="can-default">True</property>
<property name="margin-left">5</property>
<property name="margin-right">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="show-border">False</property>
<property name="scrollable">True</property>
<property name="group-name">sfm_windows</property>
<signal name="create-window" handler="on_tab_dnded" swapped="no"/>
<signal name="page-reordered" handler="on_tab_reorder" swapped="no"/>
<signal name="switch-page" handler="on_tab_switch_update" swapped="no"/>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child type="action-start">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
<child type="action-end">
<object class="GtkSearchEntry" id="win2_search_field">
<property name="name">window_2</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="primary-icon-name">edit-find-symbolic</property>
<property name="primary-icon-activatable">False</property>
<property name="primary-icon-sensitive">False</property>
<property name="placeholder-text" translatable="yes">Search...</property>
<signal name="changed" handler="do_file_search" swapped="no"/>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">True</property>
<property name="shrink">True</property>
</packing>
</child>
<child>
<object class="GtkPaned" id="pane_bottom">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="margin-top">5</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="wide-handle">True</property>
<child>
<object class="GtkNotebook" id="window_3">
<property name="name">notebook3</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="can-default">True</property>
<property name="margin-left">5</property>
<property name="margin-right">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="show-border">False</property>
<property name="scrollable">True</property>
<property name="group-name">sfm_windows</property>
<signal name="create-window" handler="on_tab_dnded" swapped="no"/>
<signal name="page-reordered" handler="on_tab_reorder" swapped="no"/>
<signal name="switch-page" handler="on_tab_switch_update" swapped="no"/>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child type="action-start">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
<child type="action-end">
<object class="GtkSearchEntry" id="win3_search_field">
<property name="name">window_3</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="primary-icon-name">edit-find-symbolic</property>
<property name="primary-icon-activatable">False</property>
<property name="primary-icon-sensitive">False</property>
<property name="placeholder-text" translatable="yes">Search...</property>
<signal name="changed" handler="do_file_search" swapped="no"/>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">False</property>
</packing>
</child>
<child>
<object class="GtkNotebook" id="window_4">
<property name="name">notebook4</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="can-default">True</property>
<property name="margin-right">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="show-border">False</property>
<property name="scrollable">True</property>
<property name="group-name">sfm_windows</property>
<signal name="create-window" handler="on_tab_dnded" swapped="no"/>
<signal name="page-reordered" handler="on_tab_reorder" swapped="no"/>
<signal name="switch-page" handler="on_tab_switch_update" swapped="no"/>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child type="tab">
<placeholder/>
</child>
<child type="action-start">
<object class="GtkButtonBox">
<property name="can-focus">False</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="use-stock">True</property>
<property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
<child type="action-end">
<object class="GtkSearchEntry" id="win4_search_field">
<property name="name">window_4</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="primary-icon-name">edit-find-symbolic</property>
<property name="primary-icon-activatable">False</property>
<property name="primary-icon-sensitive">False</property>
<property name="placeholder-text" translatable="yes">Search...</property>
<signal name="changed" handler="do_file_search" swapped="no"/>
</object>
<packing>
<property name="tab-fill">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">False</property>
<property name="shrink">False</property>
</packing>
</child>
</object>
<packing>
<property name="resize">True</property>
<property name="shrink">True</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</interface>

View File

@ -0,0 +1,19 @@
{
"Open Actions": {
"Open": ["STOCK_OPEN", "open"],
"Open With": ["STOCK_OPEN", "open_with"],
"Execute": ["STOCK_EXECUTE", "execute"],
"Execute in Terminal": ["STOCK_EXECUTE", "execute_in_terminal"]
},
"File Actions": {
"New": ["STOCK_ADD", "create"],
"Rename": ["STOCK_EDIT", "rename"],
"Cut": ["STOCK_CUT", "cut"],
"Copy": ["STOCK_COPY", "copy"],
"Copy Name": ["STOCK_COPY", "copy_name"],
"Copy Path": ["STOCK_COPY", "copy_path"],
"Copy Path+Name": ["STOCK_COPY", "copy_path_name"],
"Paste": ["STOCK_PASTE", "paste"]
},
"Plugins": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 858 B

View File

Before

Width:  |  Height:  |  Size: 850 B

After

Width:  |  Height:  |  Size: 850 B

Some files were not shown because too many files have changed in this diff Show More