-
Notifications
You must be signed in to change notification settings - Fork 7
Fix warnings #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NathanBnm
wants to merge
17
commits into
Philip-Scott:master
Choose a base branch
from
NathanBnm:fix-warnings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix warnings #19
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4e82dde
Make the app translatable
NathanBnm eee95c5
French translations
NathanBnm c9a23b2
Improve "drop down menu" to "context menu"
NathanBnm 73bbe05
Fix Gtk.Screen warnings
NathanBnm d561c95
Fix error
NathanBnm 2b57691
Remove old method
NathanBnm 5771e3f
Remove deprecated attributes
NathanBnm 3d906f8
Fix Gtk.Screen warnings
NathanBnm 4d6f44e
Fix error
NathanBnm ba1ab71
Remove old method
NathanBnm 0c77460
Remove deprecated attributes
NathanBnm e391f18
Merge branch 'fix-warnings' of https://github.com/NathanBnm/wallpaper…
NathanBnm 63cca07
Revert translations for this branch
NathanBnm d66d3a9
Fix
NathanBnm e18648c
Applied diff suggested by @ryonakano
NathanBnm 68eaed3
Remove blank
NathanBnm 5e337ee
Merge https://github.com/Philip-Scott/wallpaperize into fix-warnings
NathanBnm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -19,29 +19,12 @@ | |
| * Authored by: Felipe Escoto <[email protected]> | ||
| */ | ||
|
|
||
| public class Wallpaperize.Application : Granite.Application { | ||
| public const string PROGRAM_ID = "com.github.philip-scott.wallpaperize"; | ||
| public class Wallpaperize.Application : Gtk.Application { | ||
| public const string PROGRAM_NAME = "Wallpaperize"; | ||
|
|
||
| construct { | ||
| flags |= ApplicationFlags.HANDLES_OPEN; | ||
|
|
||
| application_id = PROGRAM_ID; | ||
| program_name = PROGRAM_NAME; | ||
| app_years = "2016-2017"; | ||
| exec_name = PROGRAM_ID; | ||
| app_launcher = PROGRAM_ID; | ||
|
|
||
| build_version = "1.0"; | ||
| app_icon = PROGRAM_ID; | ||
| main_url = "https://github.com/Philip-Scott/%s/".printf (PROGRAM_NAME); | ||
| bug_url = "https://github.com/Philip-Scott/%s/issues".printf (PROGRAM_NAME); | ||
| help_url = "https://github.com/Philip-Scott/%s/issues".printf (PROGRAM_NAME); | ||
| translate_url = "https://github.com/Philip-Scott/%s/tree/master/po".printf (PROGRAM_NAME); | ||
| about_authors = {"Felipe Escoto <[email protected]>", null}; | ||
| about_translators = _("translator-credits"); | ||
|
|
||
| about_license_type = Gtk.License.GPL_3_0; | ||
| application_id = "com.github.philip-scott.wallpaperize"; | ||
| } | ||
|
|
||
| public override void open (File[] files, string hint) { | ||
|
|
||
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.