-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f989fe
commit 87d7563
Showing
6 changed files
with
122 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
<schemalist> | ||
<enum id="io.elementary.screenshot.capture-mode"> | ||
<value nick="screen" value="0"/> | ||
<value nick="window" value="1"/> | ||
<value nick="area" value="2"/> | ||
</enum> | ||
|
||
<schema id="io.elementary.screenshot" path="/io/elementary/screenshot/" gettext-domain="io.elementary.screenshot"> | ||
<key name="format" type="s"> | ||
<default>"png"</default> | ||
</key> | ||
<key name="mouse-pointer" type="b"> | ||
<default>false</default> | ||
</key> | ||
<key name="close-on-save" type="b"> | ||
<default>false</default> | ||
</key> | ||
<key name="redact" type="b"> | ||
<default>false</default> | ||
</key> | ||
<key name="delay" type="i"> | ||
<range min="0" max="15"/> | ||
<default>1</default> | ||
</key> | ||
<key name="folder-dir" type="s"> | ||
<default>""</default> | ||
</key> | ||
<key name='last-capture-mode' enum='io.elementary.screenshot.capture-mode'> | ||
<default>"screen"</default> | ||
</key> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
src/Application.vala | ||
src/ScreenshotBackend.vala | ||
src/ScreenshotWindow.vala | ||
src/Widgets/SaveDialog.vala | ||
src/SaveDialog.vala |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.