This commit is contained in:
Leandro Afonso
2025-09-27 18:39:59 +01:00
commit f0cdef9259
1220 changed files with 77975 additions and 0 deletions

60
GIMP/3.0/action-history Normal file
View File

@@ -0,0 +1,60 @@
# GIMP action-history
(history-item "layers-mask-show" 0)
(history-item "layers-mask-disable" 4)
(history-item "images-raise-views" 2)
(history-item "layers-lock-alpha" 0)
(history-item "layers-lock-content" 0)
(history-item "layers-lock-position" 1)
(history-item "layers-visible" 3)
(history-item "view-show-selection" 2)
(history-item "layers-mask-edit" 3)
(history-item "drawable-visible" 0)
(history-item "drawable-lock-content" 0)
(history-item "drawable-lock-position" 1)
(history-item "layers-edit" 0)
(history-item "layers-scale" 1)
(history-item "file-overwrite" 1)
(history-item "image-color-profile-use-srgb" 0)
(history-item "view-dot-for-dot" 0)
(history-item "view-color-management-enable" 0)
(history-item "view-display-black-point-compensation" 0)
(history-item "view-show-layer-boundary" 0)
(history-item "view-show-canvas-boundary" 0)
(history-item "view-show-guides" 0)
(history-item "view-show-sample-points" 0)
(history-item "view-snap-to-guides" 0)
(history-item "view-show-menubar" 0)
(history-item "view-show-rulers" 0)
(history-item "view-show-scrollbars" 0)
(history-item "view-show-statusbar" 0)
(history-item "edit-copy" 0)
(history-item "edit-paste" 0)
(history-item "file-quit" 1)
(history-item "windows-hide-docks" 0)
(history-item "layers-alpha-remove" 0)
(history-item "layers-flatten-image" 0)
(history-item "layers-merge-layers" 0)
(history-item "file-open" 0)
(history-item "edit-fill-bg" 0)
(history-item "layers-mask-add" 0)
(history-item "dockable-show-button-bar" 0)
(history-item "dockable-preview-size-tiny" 0)
(history-item "dockable-preview-size-medium" 0)
(history-item "dockable-tab-style-icon" 0)
(history-item "dockable-tab-style-preview" 0)
(history-item "dockable-view-type-list" 0)
(history-item "dock-show-image-menu" 0)
(history-item "dock-auto-follow-active" 0)
(history-item "dock-move-to-screen-wayland-0" 0)
(history-item "channels-lock-content" 0)
(history-item "channels-lock-position" 0)
(history-item "image-convert-non-linear" 0)
(history-item "view-rotate-other" 0)
(history-item "layers-blend-space-auto" 0)
(history-item "layers-composite-space-auto" 0)
(history-item "layers-composite-mode-auto" 0)
(history-item "paths-lock-content" 0)
(history-item "paths-lock-position" 0)
# end of action-history

8
GIMP/3.0/colorrc Normal file
View File

@@ -0,0 +1,8 @@
# GIMP colorrc
#
# This file holds a list of recently used colors.
(color-history
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of colorrc

18
GIMP/3.0/contextrc Normal file
View File

@@ -0,0 +1,18 @@
# GIMP user context
(tool "gimp-move-tool")
(paint-info "gimp-paintbrush")
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(mybrush "100% Opaque")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(font "Sans-serif")
(tool-preset "Core Pointer")
# end of user context

40
GIMP/3.0/controllerrc Normal file
View File

@@ -0,0 +1,40 @@
# GIMP controllerrc
#
# This file will be entirely rewritten each time you exit.
(GimpControllerInfo "Main Mouse Wheel"
(icon-name "gimp-controller-wheel")
(enabled yes)
(debug-events no)
(controller "GimpControllerWheel")
(mapping
(map "scroll-down-shift-primary" "tools-aspect-decrease")
(map "scroll-down-shift-primary-alt" "tools-spacing-decrease")
(map "scroll-up-shift-alt" "tools-angle-increase")
(map "scroll-down-shift-alt" "tools-angle-decrease")
(map "scroll-down-primary-alt" "tools-size-decrease")
(map "scroll-up-shift-primary" "tools-aspect-increase")
(map "scroll-up-shift-primary-alt" "tools-spacing-increase")
(map "scroll-down-alt" "tools-opacity-decrease")
(map "scroll-up-primary-alt" "tools-size-increase")
(map "scroll-up-alt" "tools-opacity-increase")))
(GimpControllerInfo "Main Keyboard"
(icon-name "gimp-controller-keyboard")
(enabled yes)
(debug-events no)
(controller "GimpControllerKeyboard")
(mapping
(map "cursor-right-alt" "tools-size-increase")
(map "cursor-left-shift" "view-scroll-page-left")
(map "cursor-right-shift" "view-scroll-page-right")
(map "cursor-up-shift" "view-scroll-page-up")
(map "cursor-up-primary" "view-scroll-top-border")
(map "cursor-down-primary" "view-scroll-bottom-border")
(map "cursor-up-alt" "tools-size-increase-skip")
(map "cursor-left-alt" "tools-size-decrease")
(map "cursor-down-shift" "view-scroll-page-down")
(map "cursor-right-primary" "view-scroll-right-border")
(map "cursor-left-primary" "view-scroll-left-border")
(map "cursor-down-alt" "tools-size-decrease-skip")))
# end of controllerrc

93
GIMP/3.0/devicerc Normal file

File diff suppressed because one or more lines are too long

4
GIMP/3.0/dockrc Normal file
View File

@@ -0,0 +1,4 @@
# recently closed docks
# end of recently closed docks

6
GIMP/3.0/extensionrc Normal file
View File

@@ -0,0 +1,6 @@
# GIMP extensionrc
(GimpExtension "org.gimp.extension.goat-exercises"
(active yes))
# end of extensionrc

37
GIMP/3.0/gimprc Normal file
View File

@@ -0,0 +1,37 @@
# GIMP gimprc
#
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc:
# /etc/gimp/3.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.
(prev-language "European Portuguese")
(config-version "3.0.4")
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(monitor-xresolution 142)
(monitor-yresolution 141)
(fill-options
(style fg-color)
(custom-style solid-color)
(antialias yes)
(feather no)
(feather-radius 10))
(stroke-options
(style fg-color)
(custom-style solid-color)
(antialias yes)
(feather no)
(feather-radius 10)
(method line)
(width 6)
(unit pixels)
(cap-style butt)
(join-style miter)
(miter-limit 10)
(dash-offset 0)
(dash-info 0)
(emulate-brush-dynamics no))
# end of gimprc

View File

@@ -0,0 +1,4 @@
GIMP Gradient
Name: Custom
1
0 0.5 1 0 0 0 1 1 1 1 1 0 0 1 3

7
GIMP/3.0/modifiersrc Normal file
View File

@@ -0,0 +1,7 @@
# GIMP modifiersrc
#
# This file stores modifiers configuration. You are not supposed to edit it
# manually, but of course you can do. The modifiersrc will be entirely
# rewritten every time you quit GIMP. If this file isn't found, defaults are
# used.

6
GIMP/3.0/parasiterc Normal file
View File

@@ -0,0 +1,6 @@
# GIMP parasiterc
#
# This file will be entirely rewritten each time you exit.
# end of parasiterc

View File

@@ -0,0 +1,4 @@
# settings
# end of settings

4447
GIMP/3.0/pluginrc Normal file

File diff suppressed because it is too large Load Diff

92
GIMP/3.0/sessionrc Normal file
View File

@@ -0,0 +1,92 @@
# GIMP sessionrc
#
# This file takes session-specific info (that is info, you want to keep
# between two GIMP sessions). You are not supposed to edit it manually, but
# of course you can do. The sessionrc will be entirely rewritten every time
# you quit GIMP. If this file isn't found, defaults are used.
(session-info "toplevel"
(factory-entry "gimp-empty-image-window")
(position 200 100)
(size 640 480))
(session-info "toplevel"
(factory-entry "gimp-single-image-window")
(position 0 0)
(size 1920 1022)
(monitor 0)
(open-on-exit)
(aux-info
(left-docks-width "188")
(right-docks-width "221")
(maximized "yes"))
(gimp-toolbox
(side left)
(book
(current-page 2)
(dockable "gimp-tool-options"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-device-status"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-undo-history"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-image-list"
(tab-style icon)
(aux-info
(show-button-bar "true")))))
(gimp-dock
(side right)
(book
(current-page 0)
(dockable "gimp-brush-grid"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-pattern-grid"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-font-list"
(tab-style icon)
(aux-info
(show-button-bar "true")))
(dockable "gimp-document-list"
(tab-style icon)
(aux-info
(show-button-bar "true"))))
(book
(position 587)
(current-page 0)
(dockable "gimp-layer-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true")))
(dockable "gimp-channel-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true")))
(dockable "gimp-vectors-list"
(tab-style icon)
(preview-size 32)
(aux-info
(show-button-bar "true"))))))
(session-info "toplevel"
(factory-entry "gimp-file-open-dialog")
(position 45 45)
(size 1124 822)
(monitor 0))
(hide-docks no)
(single-window-mode yes)
(show-tabs yes)
(tabs-position 0)
(last-tip-shown 0)
# end of sessionrc

1129
GIMP/3.0/shortcutsrc Normal file

File diff suppressed because it is too large Load Diff

4479
GIMP/3.0/tags.xml Normal file

File diff suppressed because it is too large Load Diff

638
GIMP/3.0/templaterc Normal file
View File

@@ -0,0 +1,638 @@
# GIMP templaterc
#
# This file will be entirely rewritten each time you exit.
(GimpTemplate "A0 (300 ppi)"
(width 9933)
(height 14043)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A1 (300 ppi)"
(width 7016)
(height 9933)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A2 (300 ppi)"
(width 4960)
(height 7016)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A3 (300 ppi)"
(width 3508)
(height 4960)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A4 (300 ppi)"
(width 2480)
(height 3508)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A5 (300 ppi)"
(width 1748)
(height 2480)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A6 (300 ppi)"
(width 1240)
(height 1748)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "A7 (300 ppi)"
(width 874)
(height 1240)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B4 (300 ppi)"
(width 2953)
(height 4169)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B5 (300 ppi)"
(width 2079)
(height 2953)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "B5-Japan (300 ppi)"
(width 2150)
(height 3035)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "US Letter (300 ppi)"
(width 2550)
(height 3300)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "US Legal (300 ppi)"
(width 2550)
(height 4200)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "88.9×50.8 US Business Card"
(icon-name "gimp-business-card")
(width 1050)
(height 600)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "85×55 Western Europe Business Card"
(icon-name "gimp-business-card")
(width 1004)
(height 650)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "90×50 Eastern Europe Business Card"
(icon-name "gimp-business-card")
(width 1063)
(height 591)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "90×55 Business Card (AU, IN etc.)"
(icon-name "gimp-business-card")
(width 1063)
(height 650)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Toilet paper (US, 300 ppi)"
(icon-name "gimp-toilet-paper")
(width 1350)
(height 1350)
(unit inches)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "CD cover (300 ppi)"
(icon-name "media-optical")
(width 1417)
(height 1417)
(unit millimeters)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web profile / avatar / icon 512×512"
(icon-name "gimp-web")
(width 512)
(height 512)
(unit pixels)
(xresolution 150)
(yresolution 150)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner leaderboard 728×90"
(icon-name "gimp-web")
(width 728)
(height 90)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner half page 300×600"
(icon-name "gimp-web")
(width 300)
(height 600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner medium rectangle 300×250"
(icon-name "gimp-web")
(width 300)
(height 250)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner wide skyscraper 160×600"
(icon-name "gimp-web")
(width 160)
(height 600)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Web banner mobile leaderboard 320×50"
(icon-name "gimp-web")
(width 320)
(height 50)
(unit pixels)
(xresolution 72)
(yresolution 72)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1024×768 (XGA)"
(icon-name "gimp-display")
(width 1024)
(height 768)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1152×864 (XGA+)"
(icon-name "gimp-display")
(width 1152)
(height 864)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 1600×1200 (UXGA)"
(icon-name "gimp-display")
(width 1600)
(height 1200)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 4:3 - 2048×1536 (QXGA)"
(icon-name "gimp-display")
(width 2048)
(height 1536)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 1680×1050 (WSXGA+)"
(icon-name "gimp-display")
(width 1680)
(height 1050)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 1920×1200 (WUXGA)"
(icon-name "gimp-display")
(width 1920)
(height 1200)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 2560×1600 (WQXGA)"
(icon-name "gimp-display")
(width 2560)
(height 1600)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:10 - 3840×2400 (WQUXGA)"
(icon-name "gimp-display")
(width 3840)
(height 2400)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 1280×720 (HD 720p)"
(icon-name "gimp-video")
(width 1280)
(height 720)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 1920×1080 (Full HD 1080p)"
(icon-name "gimp-video")
(width 1920)
(height 1080)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 3840×2160 (4K UHD)"
(icon-name "gimp-video")
(width 3840)
(height 2160)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 16:9 - 7680×4320 (8K UHD)"
(icon-name "gimp-video")
(width 7680)
(height 4320)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 17:9 - 2048×1080 (DCI 2K)"
(icon-name "gimp-video")
(width 2048)
(height 1080)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Display - 17:9 - 4096×2160 (DCI 4K)"
(icon-name "gimp-video")
(width 4096)
(height 2160)
(unit pixels)
(xresolution 300)
(yresolution 300)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 18.5:9 - 1440×2960"
(icon-name "gimp-smartphone")
(width 1440)
(height 2960)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 19:9 - 1440×3040"
(icon-name "gimp-smartphone")
(width 1440)
(height 3040)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 19.5:9 - 1440×3120"
(icon-name "gimp-smartphone")
(width 1440)
(height 3120)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
(GimpTemplate "Phone - 20:9 - 1440×3200"
(icon-name "gimp-smartphone")
(width 1440)
(height 3200)
(unit pixels)
(xresolution 500)
(yresolution 500)
(resolution-unit inches)
(image-type rgb)
(precision u8-non-linear)
(color-profile NULL)
(simulation-profile NULL)
(simulation-bpc no)
(simulation-intent relative-colorimetric)
(fill-type background))
# end of templaterc

16
GIMP/3.0/theme.css Normal file
View File

@@ -0,0 +1,16 @@
/* GIMP theme.css
*
* This file is written on GIMP startup and on every theme change.
* It is NOT supposed to be edited manually. Edit your personal
* gimp.css file instead (/home/leo/.config/GIMP/3.0/gimp.css).
*/
@import url("file:///usr/share/gimp/3.0/themes/Default/gimp-dark.css");
@import url("file:///etc/gimp/3.0/gimp.css");
* { -gtk-icon-style: symbolic; }
/* prefer-dark-theme */
/* end of theme.css */

View File

@@ -0,0 +1,15 @@
# GIMP gimp-airbrush-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-airbrush-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-align-tool options
# end of gimp-align-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-brightness-contrast-tool options
# end of gimp-brightness-contrast-tool options

View File

@@ -0,0 +1,11 @@
# GIMP gimp-bucket-fill-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-bucket-fill-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-by-color-select-tool options
# end of gimp-by-color-select-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-cage-tool options
# end of gimp-cage-tool options

View File

@@ -0,0 +1,14 @@
# GIMP gimp-clone-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-clone-tool options

View File

@@ -0,0 +1,8 @@
# GIMP gimp-color-picker-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-color-picker-tool options

View File

@@ -0,0 +1,14 @@
# GIMP gimp-convolve-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-convolve-tool options

View File

@@ -0,0 +1,9 @@
# GIMP gimp-crop-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(pattern "Pine")
# end of gimp-crop-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-curves-tool options
# end of gimp-curves-tool options

View File

@@ -0,0 +1,13 @@
# GIMP gimp-dodge-burn-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-dodge-burn-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-ellipse-select-tool options
# end of gimp-ellipse-select-tool options

View File

@@ -0,0 +1,13 @@
# GIMP gimp-eraser-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-eraser-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-flip-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-flip-tool options

View File

@@ -0,0 +1,8 @@
# GIMP gimp-foreground-select-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-foreground-select-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-free-select-tool options
# end of gimp-free-select-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-fuzzy-select-tool options
# end of gimp-fuzzy-select-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-gegl-tool options
# end of gimp-gegl-tool options

View File

@@ -0,0 +1,11 @@
# GIMP gimp-gradient-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(gradient "FG to BG (RGB)")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-gradient-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-handle-transform-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-handle-transform-tool options

View File

@@ -0,0 +1,14 @@
# GIMP gimp-heal-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-heal-tool options

View File

@@ -0,0 +1,11 @@
# GIMP gimp-ink-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-ink-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-iscissors-tool options
# end of gimp-iscissors-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-levels-tool options
# end of gimp-levels-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-measure-tool options
# end of gimp-measure-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-move-tool options
# end of gimp-move-tool options

View File

@@ -0,0 +1,14 @@
# GIMP gimp-mypaint-brush-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(mybrush "100% Opaque")
(pattern "Pine")
(brush-size 51)
(brush-hardness 0.5)
(radius 3.0099999904632568)
(hardness 0.94999998807907104)
# end of gimp-mypaint-brush-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-offset-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-offset-tool options

View File

@@ -0,0 +1,8 @@
# GIMP gimp-operation-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-operation-tool options

View File

@@ -0,0 +1,15 @@
# GIMP gimp-paintbrush-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-paintbrush-tool options

View File

@@ -0,0 +1,15 @@
# GIMP gimp-pencil-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-pencil-tool options

View File

@@ -0,0 +1,14 @@
# GIMP gimp-perspective-clone-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-perspective-clone-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-perspective-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-perspective-tool options

View File

@@ -0,0 +1,5 @@
# GIMP gimp-rect-select-tool options
(feather-radius 67)
# end of gimp-rect-select-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-rotate-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-rotate-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-scale-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-scale-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-shear-tool options
# end of gimp-shear-tool options

View File

@@ -0,0 +1,15 @@
# GIMP gimp-smudge-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
(brush-size 51)
(brush-hardness 0.5)
# end of gimp-smudge-tool options

View File

@@ -0,0 +1,8 @@
# GIMP gimp-text-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(palette "Color History")
(font "Sans-serif")
# end of gimp-text-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-threshold-tool options
# end of gimp-threshold-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-transform-3d-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-transform-3d-tool options

View File

@@ -0,0 +1,6 @@
# GIMP gimp-unified-transform-tool options
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
# end of gimp-unified-transform-tool options

View File

@@ -0,0 +1,13 @@
# GIMP gimp-vector-tool options
(foreground
(color "R'G'B'A u8" 4 "\377\377\377\377" 0))
(background
(color "R'G'B'A float" 16 "\1\0\200\77\1\0\200\77\1\0\200\77\0\0\200\77" 0))
(brush "2. Hardness 050")
(dynamics "Pressure Size")
(pattern "Pine")
(gradient "FG to BG (RGB)")
(palette "Color History")
# end of gimp-vector-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-warp-tool options
# end of gimp-warp-tool options

View File

@@ -0,0 +1,4 @@
# GIMP gimp-zoom-tool options
# end of gimp-zoom-tool options

185
GIMP/3.0/toolrc Normal file
View File

@@ -0,0 +1,185 @@
# GIMP toolrc
(file-version 1)
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-move-tool")
(children
(GimpToolInfo "gimp-move-tool"
(icon-name "gimp-tool-move")
(visible yes))
(GimpToolInfo "gimp-align-tool"
(icon-name "gimp-tool-align")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-rect-select-tool")
(children
(GimpToolInfo "gimp-rect-select-tool"
(icon-name "gimp-tool-rect-select")
(visible yes))
(GimpToolInfo "gimp-ellipse-select-tool"
(icon-name "gimp-tool-ellipse-select")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-free-select-tool")
(children
(GimpToolInfo "gimp-free-select-tool"
(icon-name "gimp-tool-free-select")
(visible yes))
(GimpToolInfo "gimp-iscissors-tool"
(icon-name "gimp-tool-iscissors")
(visible yes))
(GimpToolInfo "gimp-foreground-select-tool"
(icon-name "gimp-tool-foreground-select")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-fuzzy-select-tool")
(children
(GimpToolInfo "gimp-fuzzy-select-tool"
(icon-name "gimp-tool-fuzzy-select")
(visible yes))
(GimpToolInfo "gimp-by-color-select-tool"
(icon-name "gimp-tool-by-color-select")
(visible yes))))
(GimpToolInfo "gimp-crop-tool"
(icon-name "gimp-tool-crop")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-unified-transform-tool")
(children
(GimpToolInfo "gimp-unified-transform-tool"
(icon-name "gimp-tool-unified-transform")
(visible yes))
(GimpToolInfo "gimp-rotate-tool"
(icon-name "gimp-tool-rotate")
(visible yes))
(GimpToolInfo "gimp-scale-tool"
(icon-name "gimp-tool-scale")
(visible yes))
(GimpToolInfo "gimp-shear-tool"
(icon-name "gimp-tool-shear")
(visible yes))
(GimpToolInfo "gimp-flip-tool"
(icon-name "gimp-tool-flip")
(visible yes))
(GimpToolInfo "gimp-perspective-tool"
(icon-name "gimp-tool-perspective")
(visible yes))
(GimpToolInfo "gimp-transform-3d-tool"
(icon-name "gimp-tool-transform-3d")
(visible yes))
(GimpToolInfo "gimp-handle-transform-tool"
(icon-name "gimp-tool-handle-transform")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-warp-tool")
(children
(GimpToolInfo "gimp-warp-tool"
(icon-name "gimp-tool-warp")
(visible yes))
(GimpToolInfo "gimp-cage-tool"
(icon-name "gimp-tool-cage")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-bucket-fill-tool")
(children
(GimpToolInfo "gimp-bucket-fill-tool"
(icon-name "gimp-tool-bucket-fill")
(visible yes))
(GimpToolInfo "gimp-gradient-tool"
(icon-name "gimp-tool-gradient")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-paintbrush-tool")
(children
(GimpToolInfo "gimp-paintbrush-tool"
(icon-name "gimp-tool-paintbrush")
(visible yes))
(GimpToolInfo "gimp-pencil-tool"
(icon-name "gimp-tool-pencil")
(visible yes))
(GimpToolInfo "gimp-airbrush-tool"
(icon-name "gimp-tool-airbrush")
(visible yes))
(GimpToolInfo "gimp-ink-tool"
(icon-name "gimp-tool-ink")
(visible yes))
(GimpToolInfo "gimp-mypaint-brush-tool"
(icon-name "gimp-tool-mypaint-brush")
(visible yes))))
(GimpToolInfo "gimp-eraser-tool"
(icon-name "gimp-tool-eraser")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-clone-tool")
(children
(GimpToolInfo "gimp-clone-tool"
(icon-name "gimp-tool-clone")
(visible yes))
(GimpToolInfo "gimp-perspective-clone-tool"
(icon-name "gimp-tool-perspective-clone")
(visible yes))
(GimpToolInfo "gimp-heal-tool"
(icon-name "gimp-tool-heal")
(visible yes))))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-smudge-tool")
(children
(GimpToolInfo "gimp-smudge-tool"
(icon-name "gimp-tool-smudge")
(visible yes))
(GimpToolInfo "gimp-convolve-tool"
(icon-name "gimp-tool-blur")
(visible yes))
(GimpToolInfo "gimp-dodge-burn-tool"
(icon-name "gimp-tool-dodge")
(visible yes))))
(GimpToolInfo "gimp-vector-tool"
(icon-name "gimp-tool-path")
(visible yes))
(GimpToolInfo "gimp-text-tool"
(icon-name "gimp-tool-text")
(visible yes))
(GimpToolGroup "tool group"
(visible yes)
(active-tool "gimp-color-picker-tool")
(children
(GimpToolInfo "gimp-color-picker-tool"
(icon-name "gimp-tool-color-picker")
(visible yes))
(GimpToolInfo "gimp-measure-tool"
(icon-name "gimp-tool-measure")
(visible yes))))
(GimpToolInfo "gimp-zoom-tool"
(icon-name "gimp-tool-zoom")
(visible yes))
(GimpToolInfo "gimp-brightness-contrast-tool"
(icon-name "gimp-tool-brightness-contrast")
(visible no))
(GimpToolInfo "gimp-threshold-tool"
(icon-name "gimp-tool-threshold")
(visible no))
(GimpToolInfo "gimp-levels-tool"
(icon-name "gimp-tool-levels")
(visible no))
(GimpToolInfo "gimp-curves-tool"
(icon-name "gimp-tool-curves")
(visible no))
(GimpToolInfo "gimp-offset-tool"
(icon-name "gimp-tool-offset")
(visible no))
(GimpToolInfo "gimp-gegl-tool"
(icon-name "gimp-gegl")
(visible no))
# end of toolrc

39
GIMP/3.0/unitrc Normal file
View File

@@ -0,0 +1,39 @@
# GIMP units
#
# This file contains the user unit database. You can edit this list with the
# unit editor. You are not supposed to edit it manually, but of course you
# can do.
# This file will be entirely rewritten each time you exit.
(unit-info "centimeters"
(factor 2.54)
(digits 2)
(symbol "cm")
(abbreviation "cm"))
(unit-info "meters"
(factor 0.025399999999999999)
(digits 4)
(symbol "m")
(abbreviation "m"))
(unit-info "feet"
(factor 0.083333000000000004)
(digits 4)
(symbol "'")
(abbreviation "ft"))
(unit-info "yards"
(factor 0.027778000000000001)
(digits 4)
(symbol "yd")
(abbreviation "yd"))
(unit-info "typogr. points"
(factor 72.269999999999996)
(digits 0)
(symbol "tpt")
(abbreviation "tpt"))
(unit-info "typogr. picas"
(factor 6.0225)
(digits 1)
(symbol "tpc")
(abbreviation "tpc"))
# end of units

1989
GodotPCKExplorer/log_c.txt Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,8 @@
i18n.locale
ide.experimental.ui
true
idea.plugins.compatible.build
moved.to.new.ui
true

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,151 @@
{
"groups" : [ {
"id" : "mp.event.log",
"builds" : [ ],
"versions" : [ {
"from" : "1"
} ],
"rules" : {
"event_id" : [ "{enum#__event_id}" ],
"event_data" : {
"code" : [ "{regexp#integer}" ],
"error" : [ "{enum:SEND|NOT_PERMITTED_SERVER|NOT_PERMITTED_USER|ERROR_IN_CONFIG|NOT_PERMITTED_TIMEOUT|NOTHING_TO_SEND|SENT_WITH_ERRORS|EXCEPTION_OCCURRED|NO_ARGUMENTS|NO_APPLICATION_CONFIG|IDE_NOT_CLOSING|ERROR_ON_SEND|NO_DEVICE_ID|NO_MACHINE_ID|INVALID_BUCKET|INVALID_REVISION|NO_LOG_FILES}", "{enum:EMPTY_CONTENT|INVALID_JSON|UNKNOWN|EMPTY_SERVICE_URL|UNREACHABLE_SERVICE|EMPTY_RESPONSE_BODY|ERROR_ON_LOAD}", "{enum:NO_LOGS|NO_UPLOADER|NO_LIBRARIES|NO_TEMP_FOLDER}", "{util#class_name}" ],
"error_ts" : [ "{regexp#integer}" ],
"errors" : [ "{regexp#integer}" ],
"external" : [ "{enum#boolean}" ],
"failed" : [ "{regexp#integer}" ],
"paths" : [ "{regexp#hash}" ],
"plugin" : [ "{util#plugin}" ],
"plugin_type" : [ "{util#plugin_type}" ],
"plugin_version" : [ "{util#plugin_version}" ],
"send" : [ "{regexp#integer}" ],
"send_ts" : [ "{regexp#integer}" ],
"stage" : [ "{enum:LOADING|PARSING}" ],
"succeed" : [ "{enum#boolean}", "{regexp#integer}" ],
"total" : [ "{regexp#integer}" ],
"version" : [ "{regexp#version}" ]
},
"enums" : {
"__event_id" : [ "external.send.finished", "metadata.load.failed", "external.send.started", "metadata.updated", "external.send.command.creation.started", "logs.send", "metadata.loaded", "metadata.update.failed", "external.send.command.creation.finished", "loading.config.failed" ]
}
},
"anonymized_fields" : [ {
"event" : "logs.send",
"fields" : [ "paths" ]
} ]
}, {
"id" : "mp.plugin.manager",
"builds" : [ ],
"versions" : [ {
"from" : "8"
} ],
"rules" : {
"event_id" : [ "{enum#__event_id}" ],
"event_data" : {
"acceptance_result" : [ "{enum:ACCEPTED|DECLINED|AUTO_ACCEPTED}" ],
"enabled_state" : [ "{enum:ENABLED|DISABLED}" ],
"group" : [ "{enum:BUNDLED_UPDATE|UPDATE|INSTALLING|INSTALLED|SEARCH_INSTALLED|SEARCH|STAFF_PICKS|NEW_AND_UPDATED|TOP_DOWNLOADS|TOP_RATED|CUSTOM_REPOSITORY|INTERNAL|SUGGESTED}" ],
"index" : [ "{regexp#integer}" ],
"localSearchFeatures.isBundled" : [ "{enum#boolean}" ],
"localSearchFeatures.isDisabled" : [ "{enum#boolean}" ],
"localSearchFeatures.isDownloaded" : [ "{enum#boolean}" ],
"localSearchFeatures.isEnabled" : [ "{enum#boolean}" ],
"localSearchFeatures.isInvalid" : [ "{enum#boolean}" ],
"localSearchFeatures.isUpdateNeeded" : [ "{enum#boolean}" ],
"localSearchFeatures.tagFiltersCount" : [ "{regexp#integer}" ],
"localSearchFeatures.vendorFiltersCount" : [ "{regexp#integer}" ],
"localSearchFeatures.withAttributes" : [ "{enum#boolean}" ],
"marketplaceSearchFeatures.customRepositoryCount" : [ "{regexp#integer}" ],
"marketplaceSearchFeatures.experimentGroup" : [ "{regexp#integer}" ],
"marketplaceSearchFeatures.experimentVersion" : [ "{regexp#integer}" ],
"marketplaceSearchFeatures.isOrderedByML" : [ "{enum#boolean}" ],
"marketplaceSearchFeatures.isStaffPicks" : [ "{enum#boolean}" ],
"marketplaceSearchFeatures.isSuggested" : [ "{enum#boolean}" ],
"marketplaceSearchFeatures.isUserInternal" : [ "{enum#boolean}" ],
"marketplaceSearchFeatures.marketplaceCustomRepositoryCount" : [ "{regexp#integer}" ],
"marketplaceSearchFeatures.sortBy" : [ "{enum:UPDATE_DATE|DOWNLOADS|RATING|NAME|RELEVANCE}" ],
"marketplaceSearchFeatures.tagsListFilter" : [ "{util#mp_tags_list}" ],
"marketplaceSearchFeatures.vendorsListFilter" : [ "{util#mp_vendors_list}" ],
"plugin" : [ "{util#plugin}" ],
"plugin_type" : [ "{util#plugin_type}" ],
"plugin_version" : [ "{util#plugin_version}" ],
"previous_version" : [ "{util#plugin_version}" ],
"resultsFeatures.isEmpty" : [ "{enum#boolean}" ],
"resultsFeatures.reportLimit" : [ "{regexp#integer}" ],
"resultsFeatures.results.byJetBrains" : [ "{enum#boolean}" ],
"resultsFeatures.results.date" : [ "{regexp#integer}" ],
"resultsFeatures.results.daysSinceLatestUpdate" : [ "{regexp#integer}" ],
"resultsFeatures.results.downloads" : [ "{regexp#integer}" ],
"resultsFeatures.results.isPaid" : [ "{enum#boolean}" ],
"resultsFeatures.results.marketplaceId" : [ "{regexp#integer}" ],
"resultsFeatures.results.marketplaceInfo.date" : [ "{regexp#integer}" ],
"resultsFeatures.results.marketplaceInfo.downloads" : [ "{regexp#integer}" ],
"resultsFeatures.results.marketplaceInfo.isPaid" : [ "{enum#boolean}" ],
"resultsFeatures.results.marketplaceInfo.marketplaceId" : [ "{regexp#integer}" ],
"resultsFeatures.results.marketplaceInfo.marketplaceRating" : [ "{regexp#float}" ],
"resultsFeatures.results.marketplaceRating" : [ "{regexp#float}" ],
"resultsFeatures.results.mlScore" : [ "{regexp#float}" ],
"resultsFeatures.results.nameLength" : [ "{regexp#integer}" ],
"resultsFeatures.results.plugin" : [ "{util#plugin}" ],
"resultsFeatures.results.plugin_type" : [ "{util#plugin_type}" ],
"resultsFeatures.results.plugin_version" : [ "{util#plugin_version}" ],
"resultsFeatures.results.prefixExact" : [ "{enum#boolean}" ],
"resultsFeatures.results.prefixGreedyScore" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixGreedyWithCaseScore" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixMatchedLastWord" : [ "{enum#boolean}" ],
"resultsFeatures.results.prefixMatchedWordsRelative" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixMatchedWordsScore" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixMatchedWordsWithCaseRelative" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixMatchedWordsWithCaseScore" : [ "{regexp#float}" ],
"resultsFeatures.results.prefixMatchingType" : [ "{enum:START_WITH|WORDS_FIRST_CHAR|GREEDY_WITH_CASE|GREEDY|UNKNOWN}" ],
"resultsFeatures.results.prefixSameStartCount" : [ "{regexp#integer}" ],
"resultsFeatures.results.prefixSkippedWords" : [ "{regexp#integer}" ],
"resultsFeatures.total" : [ "{regexp#integer}" ],
"searchIndex" : [ "{regexp#integer}" ],
"sessionId" : [ "{regexp#integer}" ],
"signature_check_result" : [ "{enum:INVALID_SIGNATURE|MISSING_SIGNATURE|WRONG_SIGNATURE|SUCCESSFUL}" ],
"source" : [ "{enum:MARKETPLACE|CUSTOM_REPOSITORY|FROM_DISK}" ],
"userQueryFeatures.isEmptyQuery" : [ "{enum#boolean}" ],
"userQueryFeatures.queryContainsAbbreviations" : [ "{enum#boolean}" ],
"userQueryFeatures.queryContainsPath" : [ "{enum#boolean}" ],
"userQueryFeatures.queryContainsSpaces" : [ "{enum#boolean}" ],
"userQueryFeatures.queryIsAllLowercase" : [ "{enum#boolean}" ],
"userQueryFeatures.queryIsAllUppercase" : [ "{enum#boolean}" ],
"userQueryFeatures.queryIsCamelCase" : [ "{enum#boolean}" ],
"userQueryFeatures.queryLength" : [ "{regexp#integer}" ],
"userQueryFeatures.withHANSymbols" : [ "{enum#boolean}" ],
"userQueryFeatures.wordCharsAndDelimitersOnly" : [ "{enum#boolean}" ],
"userQueryFeatures.wordsNumber" : [ "{regexp#integer}" ]
},
"enums" : {
"__event_id" : [ "plugin.install.third.party.check", "plugin.search.card.opened", "plugin.signature.warning.shown", "plugin.state.changed", "search.reset", "plugin.installation.finished", "plugin.signature.check.result", "marketplace.tab.search", "plugin.installation.started", "installed.tab.search", "plugin.was.removed" ]
}
}
} ],
"rules" : {
"enums" : {
"boolean" : [ "true", "false", "TRUE", "FALSE", "True", "False" ],
"plugin_type" : [ "JVM_CORE", "PLATFORM", "JB_BUNDLED", "JB_NOT_BUNDLED", "LISTED", "NOT_LISTED", "JB_UPDATED_BUNDLED", "UNKNOWN", "FROM_SOURCES" ]
},
"regexps" : {
"count" : "\\d+K?M?\\+?",
"date_YYYY-MM-DD_HH" : "^[12][0-9]{3}-(0[0-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])_(([0-1][0-9]|2[0-3]))?$",
"date_short_hash" : "[0-9]{2}[01][0-9][0123][0-9]-(([0-9A-Fa-f]{12})|undefined)",
"double" : "-?\\d+(\\.\\d+)?(E\\-?\\d+)?",
"float" : "-?\\d+(\\.\\d+(E\\-?\\d+)?)?",
"float_unit" : "0?(\\.\\d+)?(E\\-\\d+)?|1(\\.0+)?|[1-9](\\.\\d+)?E\\-\\d+",
"hash" : "([0-9A-Fa-f]{40,64})|undefined",
"int_pw_of_2" : "-?(1|2|4|8|16|32|64|128|256|512|1024|2048|4096|8192|16384|32768|65536|131072|262144|524288|1048576|2097152|4194304|8388608|16777216|33554432|67108864|134217728|268435456|536870912|1073741824)",
"integer" : "-?\\d+(\\+)?",
"long" : "-?\\d{1,19}",
"long_pw_of_2" : "(-9223372036854775808|(-?(1|2|4|8|16|32|64|128|256|512|1024|2048|4096|8192|16384|32768|65536|131072|262144|524288|1048576|2097152|4194304|8388608|16777216|33554432|67108864|134217728|268435456|536870912|1073741824|2147483648|4294967296|8589934592|17179869184|34359738368|68719476736|137438953472|274877906944|549755813888|1099511627776|2199023255552|4398046511104|8796093022208|17592186044416|35184372088832|70368744177664|140737488355328|281474976710656|562949953421312|1125899906842624|2251799813685248|4503599627370496|9007199254740992|18014398509481984|36028797018963968|72057594037927936|144115188075855872|288230376151711744|576460752303423488|1152921504606846976|2305843009213693952|4611686018427387904)))",
"negative_integer" : "-(\\d{1,9}|[12]\\d{9})",
"negative_long" : "-\\d{1,19}",
"positive_integer" : "\\d{1,9}|[12]\\d{9}",
"positive_long" : "\\d{1,19}",
"short_hash" : "([0-9A-Fa-f]{12})|undefined",
"version" : "Unknown|unknown.format|unknown|UNKNOWN|((\\d+\\.?)*\\d+)"
}
},
"version" : "5487"
}

Binary file not shown.

View File

@@ -0,0 +1,4 @@
-Xmx1917m
-Dide.managed.by.toolbox=/opt/jetbrains-toolbox/jetbrains-toolbox
-Dtoolbox.notification.token=f4c2ddbe-9aa0-4074-a313-be203d00c9a2
-Dtoolbox.notification.portFile=/home/leo/.cache/JetBrains/Toolbox/ports/a31a74fa-1a4b-46d6-91dc-05edf293361a.port

View File

@@ -0,0 +1,6 @@
<keymap version="1" name="VSCode (Migrated)" parent="VSCode">
<action id="EditorDeleteLine">
<keyboard-shortcut first-keystroke="shift ctrl k" />
<keyboard-shortcut first-keystroke="ctrl d" second-keystroke="ctrl d" />
</action>
</keymap>

View File

@@ -0,0 +1,6 @@
<application>
<component name="AIOnboardingPromoWindowAdvisor">
<option name="attempts" value="1" />
<option name="shouldShowNextTime" value="NO" />
</component>
</application>

View File

@@ -0,0 +1,7 @@
<application>
<component name="ActionsLocalSummary">
<e n="com.intellij.ide.startup.importSettings.chooser.productChooser.ExpChooserAction">
<i c="1" l="1749686272601" />
</e>
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="EditorColorsManagerImpl">
<global_color_scheme name="Dark" />
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="ConsoleFont">
<option name="VERSION" value="1" />
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="DefaultFont">
<option name="VERSION" value="1" />
</component>
</application>

View File

@@ -0,0 +1,141 @@
<application>
<component name="FeatureUsageStatistics" first-run="1749686275212" have-been-shown="false" show-in-other="true" show-in-compilation="true">
<feature id="editing.completion.camelHumps" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.smarttype.afternew" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.second.smarttype.aslist" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.surroundwith.statement" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.goto.file.line" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.finishBySmartEnter" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.symbol" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="switcher" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.replace" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.complete.statement" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.show.quick.list" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="spring.endpoints.tool.window" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.smarttype.casting" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="spring.inject.entities" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.convert.line.separators" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.console.execute" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.recent.files" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="scratch" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.move.moveInner" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.pull.requests" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.annotate" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.open.last.tool.window" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.reformat.code" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.show.liveTemplates" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.copy.line" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.find.in.files" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.finishByExclamation" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.copy.table" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.hide.tool.window" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.find.replace.in.files.toggle" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="move.element.left.right" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="jar.diff" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="intentions.check.regexp" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="profiler.open.snapshot" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.comment.line" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.second.smarttype.chain" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.second.smarttype.toar" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="SearchEverywhere" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editor.delete.line" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.inheritance.hierarchy" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.duplicate" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.copy.reference" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.highlight.throws" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.find" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.quickdefinition" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.basic" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.postfix" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="dir.diff" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.recent.locations" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="diagram.show.diff" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.select.word" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.close.other.editors" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="debugger.evaluate.expression" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.highlight.usages" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.highlight.implements" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="debugger.breakpoint.edit" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.smarttype.general" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassist.inspect.batch" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.table.editor" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.liveTemplates" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.goto.usages" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.comment.block" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="intentions.edit.regexp" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.quickdefinition.lookup" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.find.usages" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="spring.endpoint.actions" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.clipboard.history" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.compare.editor.with.clipboard" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.rename" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.action" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.show.quick.list" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.forget.cached.schemas" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.cancelByControlArrows" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="find.recent.search" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.goto.inspection" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.show.local.history" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.variable.name" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.use.integration" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.file" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.overrideimplement" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.console.run.intention" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.diff" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.close.all.editors" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.wildcards" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.introduceVariable" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.extractMethod" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.javadoc.external" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.surroundwith.expression" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.generate.code" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.goto.declaration" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.finishByDotEtc" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.open.project.tool.window" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.join.lines" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.goto.implementation" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="debugger.breakpoint.non.suspending" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.finishByCtrlDot" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.context.actions" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.select.in" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.global.member.name" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="intentions.fix.javadoc" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.tree.speedsearch" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.horizontal.scrolling" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.replace" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.copyClass" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="spring.find.endpoint" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.highlight.return" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ant.quickfix.CreateProperty" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.camelprefix" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.class" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.parameterInfo" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.table.editor.wrapper" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="find.completion" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="tag.name.completion" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.second.smarttype.array.member" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="diagram.show.popup" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="refactoring.introduceVariable.incompleteStatement" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.readonly.datasource" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="vcs.compare.file.versions" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.find.replace.toggle" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.add.carets.using.double.ctrl" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.console" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.quickjavadoc.lookup" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.scheme.quickswitch" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.replace.in.files" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="navigation.popup.file.structure" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ant.quickfix.CreateTarget" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.quickjavadoc.ctrln" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="codeassists.quickjavadoc" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="ui.recentchanges" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="diagram.show" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.move.statement.up.down" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.second.basic" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="editing.completion.changeSorting" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="db.assign.color" count="0" last-shown="0" last-used="0" shown-count="0" />
<feature id="spring.select.in" count="0" last-shown="0" last-used="0" shown-count="0" />
<completionStatsTag />
<fixesStatsTag />
</component>
</application>

View File

@@ -0,0 +1,9 @@
<application>
<component name="LessonStateBase">
<option name="map">
<map>
<entry key="idea.onboarding" value="NOT_PASSED" />
</map>
</option>
</component>
</application>

View File

@@ -0,0 +1,6 @@
<application>
<component name="Registry">
<entry key="moved.to.new.ui" value="true" source="SYSTEM" />
<entry key="ide.experimental.ui" value="true" source="SYSTEM" />
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="KeymapManager">
<active_keymap name="VSCode (Migrated)" />
</component>
</application>

View File

@@ -0,0 +1,3 @@
<application>
<component name="Logs.Categories"><![CDATA[{}]]></component>
</application>

View File

@@ -0,0 +1,35 @@
<application>
<component name="LangManager">
<option name="languageName" value="JAVA" />
</component>
<component name="NotRoamableUiSettings">
<option name="presentationModeIdeScale" value="1.75" />
</component>
<component name="PropertyService"><![CDATA[{
"keyToString": {
"LAST_CALCULATED_COLOR_INDEX_KEY": "5",
"ask.about.ctrl.y.shortcut.v2": "true",
"experimental.ui.on.first.startup": "true",
"experimental.ui.used.version": "251.26094.121",
"fileTypeChangedCounter": "1",
"fontSizeToResetConsole": "13.0",
"fontSizeToResetEditor": "13.0",
"input.method.disabler.muted": "true",
"previousColorScheme": "_@user_Dark",
"registry.to.advanced.settings.migration.build": "IU-251.26094.121",
"terminal.is.new.user": "true"
},
"keyToStringList": {
"fileTypeDetectors": [
"com.intellij.ide.scratch.ScratchFileServiceImpl$Detector",
"com.intellij.profiler.ultimate.hprof.impl.HprofFileTypeDetector",
"com.intellij.docker.dockerFile.DockerFileTypeDetector",
"com.intellij.javascript.debugger.sourcemap.SourceMapFileType$MyFileTypeDetector",
"com.intellij.database.vfs.DbStorageFileType$Detector",
"com.jetbrains.nodejs.util.NodeFileTypeDetector$JavaScriptFileTypeDetector",
"com.jetbrains.nodejs.util.NodeFileTypeDetector$TypeScriptFileTypeDetector",
"org.jetbrains.plugins.textmate.TextMateFileType$TextMateFileDetector"
]
}
}]]></component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="PathMacrosImpl">
<macro name="MAVEN_REPOSITORY" value="/home/leo/.m2/repository" />
</component>
</application>

View File

@@ -0,0 +1,19 @@
<application>
<component name="ProfilerRunConfigurations">
<profilerRunConfigurations>
<item configurationTypeId="IntellijProfilerConfiguration">
<IntellijProfilerConfigurationState name="IntelliJ Profiler" />
</item>
</profilerRunConfigurations>
<knownConfigurationTypes>
<id>IntellijProfilerConfiguration</id>
<id>AsyncProfilerCPUConfiguration</id>
<id>AsyncProfilerMemoryConfiguration</id>
<id>AsyncProfilerConfiguration</id>
<id>JFRSimpleConfiguration</id>
</knownConfigurationTypes>
<migrationStatus>
<status languageGroup="Java Profiler Configuration Type" lastMigrationIndex="3" />
</migrationStatus>
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="HttpConfigurable">
<option name="USE_PROXY_PAC" value="true" />
</component>
</application>

View File

@@ -0,0 +1,30 @@
<application>
<component name="RecentProjectsManager">
<option name="additionalInfo">
<map>
<entry key="$USER_HOME$/uni/paw">
<value>
<RecentProjectMetaInfo displayName="paw">
<option name="buildTimestamp" value="1749528565149" />
<option name="colorInfo">
<RecentProjectColorInfo associatedIndex="5" />
</option>
<option name="projectOpenTimestamp" value="1749528565149" />
</RecentProjectMetaInfo>
</value>
</entry>
<entry key="$USER_HOME$/uni/paw/api">
<value>
<RecentProjectMetaInfo displayName="api">
<option name="buildTimestamp" value="1749528900362" />
<option name="colorInfo">
<RecentProjectColorInfo associatedIndex="4" />
</option>
<option name="projectOpenTimestamp" value="1749528900362" />
</RecentProjectMetaInfo>
</value>
</entry>
</map>
</option>
</component>
</application>

View File

@@ -0,0 +1,5 @@
<application>
<component name="SettingsSyncSettings">
<option name="migrationFromOldStorageChecked" value="true" />
</component>
</application>

View File

@@ -0,0 +1,6 @@
<application>
<component name="UpdatesConfigurable">
<option name="LAST_BUILD_CHECKED" value="IU-251.26094.121" />
<option name="LAST_TIME_CHECKED" value="1749686270547" />
</component>
</application>

View File

@@ -0,0 +1,6 @@
<application>
<component name="UsagesStatistic">
<system-event-id recorder="MP" id="3" />
<system-event-id recorder="FUS" id="95" />
</component>
</application>

View File

@@ -0,0 +1,8 @@
<application>
<component name="WindowStateApplicationService">
<state x="960" y="458" width="800" height="650" key="WELCOME_SCREEN" timestamp="1749686319142">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="960" y="458" width="800" height="650" key="WELCOME_SCREEN/0.0.1920.1050" timestamp="1749686319142" />
</component>
</application>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,156 @@
AngularJS|JavaScript Frameworks and Tools
ByteCodeViewer|JVM Tools
Coverage|Code Coverage
Docker|Deployment
Git4Idea|Version Controls
HtmlTools|HTML and XML
JBoss|Deployment
JSIntentionPowerPack|JavaScript Frameworks and Tools
JUnit|Test Tools
JavaScriptDebugger|JavaScript Frameworks and Tools
JavaScript|JavaScript Frameworks and Tools
Karma|JavaScript Frameworks and Tools
Lombook Plugin|JVM Frameworks
NodeJS|JavaScript Frameworks and Tools
PerforceDirectPlugin|Version Controls
Refactor-X|HTML and XML
Subversion|Version Controls
TestNG-J|Test Tools
Tomcat|Deployment
XPathView|HTML and XML
com.android.tools.gradle.dcl|null
com.deadlock.scsyntax|JavaScript Frameworks and Tools
com.intellij.LineProfiler|Platform Development
com.intellij.aop|JVM Frameworks
com.intellij.beanValidation|JVM Frameworks
com.intellij.cdi|JVM Frameworks
com.intellij.completion.ml.ranking|Local AI/ML Tools
com.intellij.compose|Kotlin Frameworks
com.intellij.configurationScript|IDE Settings
com.intellij.copyright|IDE Settings
com.intellij.cron|Languages
com.intellij.css|Style Sheets
com.intellij.database|Database
com.intellij.dev|Plugin Development
com.intellij.diagram|Other Tools
com.intellij.dsm|JVM Tools
com.intellij.flyway|Database
com.intellij.freemarker|Template Languages
com.intellij.gradle|Build Tools
com.intellij.hibernate|JVM Frameworks
com.intellij.java-i18n|JVM Tools
com.intellij.java.ide|IDE Settings
com.intellij.javaee.app.servers.integration|Deployment
com.intellij.javaee.el|JVM Frameworks
com.intellij.javaee.extensions|JVM Frameworks
com.intellij.javaee.jakarta.data|JVM Frameworks
com.intellij.javaee.jpa|JVM Frameworks
com.intellij.javaee.reverseEngineering|Database
com.intellij.javaee.web|JVM Frameworks
com.intellij.javaee|JVM Frameworks
com.intellij.java|Languages
com.intellij.ja|IDE Localization
com.intellij.jpa.jpb.model|JVM Frameworks
com.intellij.jsonpath|Languages
com.intellij.jsp|Template Languages
com.intellij.ko|IDE Localization
com.intellij.kubernetes|Deployment
com.intellij.liquibase|Database
com.intellij.marketplace.ml|Local AI/ML Tools
com.intellij.mcpServer|AI-Powered
com.intellij.micronaut|JVM Frameworks
com.intellij.microservices.jvm|JVM Frameworks
com.intellij.microservices.ui|Microservices
com.intellij.modules.json|Languages
com.intellij.modules.ultimate|null
com.intellij.notebooks.core|null
com.intellij.openRewrite|JVM Frameworks
com.intellij.persistence|JVM Frameworks
com.intellij.platform.images|null
com.intellij.plugins.eclipsekeymap|Keymap
com.intellij.plugins.netbeanskeymap|Keymap
com.intellij.plugins.visualstudiokeymap|Keymap
com.intellij.plugins.webcomponents|JavaScript Frameworks and Tools
com.intellij.properties|Languages
com.intellij.quarkus|JVM Frameworks
com.intellij.reactivestreams|JVM Frameworks
com.intellij.react|JavaScript Frameworks and Tools
com.intellij.searcheverywhere.ml|Local AI/ML Tools
com.intellij.settingsSync|IDE Settings
com.intellij.spring.boot.initializr|JVM Frameworks
com.intellij.spring.boot|JVM Frameworks
com.intellij.spring.cloud|JVM Frameworks
com.intellij.spring.data|JVM Frameworks
com.intellij.spring.integration|JVM Frameworks
com.intellij.spring.messaging|JVM Frameworks
com.intellij.spring.modulith|JVM Frameworks
com.intellij.spring.mvc|JVM Frameworks
com.intellij.spring.security|JVM Frameworks
com.intellij.spring|JVM Frameworks
com.intellij.stylelint|JavaScript Frameworks and Tools
com.intellij.swagger|Microservices
com.intellij.tailwindcss|Style Sheets
com.intellij.tasks.timeTracking|Other Tools
com.intellij.tasks|Other Tools
com.intellij.thymeleaf|Template Languages
com.intellij.turboComplete|Local AI/ML Tools
com.intellij.velocity|Template Languages
com.intellij.zh|IDE Localization
com.intellij|null
com.jetbrains.codeWithMe|Remote Development
com.jetbrains.gateway|Remote Development
com.jetbrains.performancePlugin.async|Platform Development
com.jetbrains.performancePlugin|Platform Development
com.jetbrains.plugins.webDeployment|Deployment
com.jetbrains.remoteDevServer|Remote Development
com.jetbrains.restClient|Microservices
com.jetbrains.restWebServices|JVM Frameworks
com.jetbrains.sh|Languages
com.jetbrains.station|Remote Development
hg4idea|Version Controls
idea.plugin.protoeditor|Languages
intellij.git.commit.modal|Version Controls
intellij.grid.plugin|null
intellij.indexing.shared.core|null
intellij.indexing.shared|null
intellij.jupyter|null
intellij.ktor|Kotlin Frameworks
intellij.nextjs|JavaScript Frameworks and Tools
intellij.platform.ijent.impl|Remote Development
intellij.prettierJS|JavaScript Frameworks and Tools
intellij.vitejs|JavaScript Frameworks and Tools
intellij.webpack|JavaScript Frameworks and Tools
intellij.webp|null
org.editorconfig.editorconfigjetbrains|IDE Settings
org.intellij.groovy|Languages
org.intellij.intelliLang|IDE Settings
org.intellij.plugins.markdown|Languages
org.intellij.plugins.postcss|Style Sheets
org.intellij.qodana|null
org.jetbrains.completion.full.line|Local AI/ML Tools
org.jetbrains.debugger.streams|JVM Tools
org.jetbrains.idea.eclipse|Other Tools
org.jetbrains.idea.gradle.dsl|null
org.jetbrains.idea.maven|Build Tools
org.jetbrains.idea.reposearch|Build Tools
org.jetbrains.java.decompiler|JVM Tools
org.jetbrains.kotlin|Languages
org.jetbrains.plugins.docker.gateway|Remote Development
org.jetbrains.plugins.github|Version Controls
org.jetbrains.plugins.gitlab|Version Controls
org.jetbrains.plugins.gradle|Build Tools
org.jetbrains.plugins.javaFX|JVM Frameworks
org.jetbrains.plugins.kotlin.jupyter|null
org.jetbrains.plugins.less|Style Sheets
org.jetbrains.plugins.node-remote-interpreter|JavaScript Frameworks and Tools
org.jetbrains.plugins.remote-run|Remote Development
org.jetbrains.plugins.sass|Style Sheets
org.jetbrains.plugins.terminal|Other Tools
org.jetbrains.plugins.textmate|Languages
org.jetbrains.plugins.vue|JavaScript Frameworks and Tools
org.jetbrains.plugins.yaml|Languages
org.jetbrains.security.package-checker|null
org.toml.lang|Languages
tanvd.grazi|null
training|null
tslint|JavaScript Frameworks and Tools

View File

@@ -0,0 +1,8 @@
i18n.locale
ide.experimental.ui
true
idea.plugins.compatible.build
moved.to.new.ui
true

File diff suppressed because one or more lines are too long

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