forked from lxqt/pcmanfm-qt
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spelling #132
Open
jsoref
wants to merge
41
commits into
helloSystem:master
Choose a base branch
from
jsoref:spelling
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
Spelling #132
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
e21084e
spelling: already
jsoref 407608f
spelling: among
jsoref e12e8ab
spelling: anonymous
jsoref 972fc84
spelling: application
jsoref 3bd80d8
spelling: asynchronously
jsoref 129e8dd
spelling: attribute
jsoref 82ff9ab
spelling: constructing
jsoref c6d59ed
spelling: convenient
jsoref d73df55
spelling: corresponding
jsoref 49c5597
spelling: customized
jsoref eb285e6
spelling: desktop
jsoref 6594c10
spelling: dialog
jsoref 0283fb7
spelling: discrepancy
jsoref ba67547
spelling: documentation
jsoref 4c8a9ea
spelling: extremely
jsoref 3bd4374
spelling: filter
jsoref 0690861
spelling: function
jsoref 51388b5
spelling: future
jsoref a2c967a
spelling: indexes
jsoref 88c80d7
spelling: inefficient
jsoref 9c4d54b
spelling: maintains
jsoref cddba25
spelling: only
jsoref 142ed99
spelling: ourselves
jsoref cf6aef5
spelling: overwrite
jsoref 87b6746
spelling: preferences
jsoref 66cceca
spelling: progress
jsoref cb4b62e
spelling: property
jsoref 298c469
spelling: scrollbar
jsoref eb3284a
spelling: special
jsoref 39cf212
spelling: still
jsoref 89f57a8
spelling: surprise
jsoref a6ef509
spelling: theoretically
jsoref 5b59de9
spelling: therefore
jsoref 71a361f
spelling: thumbnails
jsoref ea73c55
spelling: translate
jsoref 3b3bcf0
spelling: translation
jsoref 69c6683
spelling: transparent
jsoref c961a6f
spelling: triggered
jsoref 4039386
spelling: utilities
jsoref e76fbd7
spelling: visible
jsoref 0a7f899
spelling: width
jsoref 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 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
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,10 +1,10 @@ | ||
#============================================================================= | ||
# The lxqt_translate_desktop() function was copied from the the | ||
# LXQt LxQtTranste.cmake | ||
# LXQt LxQtTranslate.cmake | ||
# | ||
# Original Author: Alexander Sokolov <[email protected]> | ||
# | ||
# funtion lxqt_translate_desktop(_RESULT | ||
# function lxqt_translate_desktop(_RESULT | ||
# SOURCES <sources> | ||
# [TRANSLATION_DIR] translation_directory | ||
# ) | ||
|
@@ -13,7 +13,7 @@ | |
# | ||
# Input: | ||
# | ||
# SOURCES List of input desktop files (.destktop.in) to be translated | ||
# SOURCES List of input desktop files (.desktop.in) to be translated | ||
# (merged), relative to the CMakeList.txt. | ||
# | ||
# TRANSLATION_DIR Optional path to the directory with the .ts files, | ||
|
@@ -34,7 +34,7 @@ function(lxqt_translate_desktop _RESULT) | |
if (NOT ${_UNPARSED_ARGS} STREQUAL "") | ||
MESSAGE(FATAL_ERROR | ||
"Unknown arguments '${_UNPARSED_ARGS}'.\n" | ||
"See lxqt_translate_desktop() documenation for more information.\n" | ||
"See lxqt_translate_desktop() documentation for more information.\n" | ||
) | ||
endif() | ||
|
||
|
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
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 |
---|---|---|
|
@@ -64,7 +64,7 @@ class Application : public QApplication { | |
void launchFiles(QString cwd, QStringList paths, bool inNewWindow); | ||
void setWallpaper(QString path, QString modeString); | ||
void preferences(QString page); | ||
void desktopPrefrences(); | ||
void desktopPreferences(); | ||
void editBookmarks(); | ||
void desktopManager(bool enabled); | ||
void findFiles(QStringList paths = QStringList()); | ||
|
@@ -130,7 +130,7 @@ private Q_SLOTS: | |
QVector<DesktopWindow*> desktopWindows_; | ||
QPointer<PreferencesDialog> preferencesDialog_; | ||
QPointer<DesktopPreferencesDialog> desktopPreferencesDialog_; | ||
QPointer<Fm::EditBookmarksDialog> editBookmarksialog_; | ||
QPointer<Fm::EditBookmarksDialog> editBookmarksDialog_; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. likewise |
||
QTranslator translator; | ||
QTranslator qtTranslator; | ||
GVolumeMonitor* volumeMonitor_; | ||
|
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
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
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 |
---|---|---|
|
@@ -157,7 +157,7 @@ protected Q_SLOTS: | |
void onEmptyTrashTriggered(); | ||
void onApplicationTriggered(); | ||
#ifdef CUSTOM_ACTIONS | ||
void onCustomActionTrigerred(); | ||
void onCustomActionTriggered(); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. likewise |
||
#endif | ||
/* | ||
void onCompress(); | ||
|
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully not a big deal