Skip to content

Commit

Permalink
Merge pull request #115 from tanhongit/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tanhongit authored Nov 30, 2023
2 parents e8675d8 + f2cae2f commit 4c1e3c1
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 1,829 deletions.
Binary file modified .config/dconf/user
Binary file not shown.
23 changes: 15 additions & 8 deletions .config/mimeapps.list
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Added Associations]
application/vnd.debian.binary-package=snap-store_ubuntu-software-local-file.desktop;
inode/directory=phpstorm_phpstorm.desktop;code.desktop;code_code.desktop;
inode/directory=phpstorm_phpstorm.desktop;webstorm_webstorm.desktop;code.desktop;code_code.desktop;
x-content/audio-player=rhythmbox-device.desktop;
x-content/image-dcf=org.gnome.eog.desktop;
video/mp4=org.gnome.Totem.desktop;vlc.desktop;
image/jpeg=google-chrome.desktop;
audio/mpeg=rhythmbox.desktop;org.gnome.Rhythmbox3.desktop;
audio/mpeg=vlc.desktop;rhythmbox.desktop;org.gnome.Rhythmbox3.desktop;
video/ogg=vlc.desktop;
video/x-ogm=vlc.desktop;
video/x-theora+ogg=vlc.desktop;
Expand Down Expand Up @@ -60,10 +60,10 @@ audio/x-mod=rhythmbox.desktop;
audio/x-s3m=rhythmbox.desktop;
audio/x-stm=rhythmbox.desktop;
audio/x-xm=rhythmbox.desktop;
image/png=google-chrome.desktop;
image/png=sidekick-browser.desktop;google-chrome.desktop;
application/x-php=phpstorm_phpstorm.desktop;code_code.desktop;code_code-url-handler.desktop;vim.desktop;
application/vnd.appimage=apturl.desktop;
text/html=org.gnome.gedit.desktop;code_code.desktop;
text/html=org.gnome.gedit.desktop;code_code.desktop;google-chrome.desktop;
application/x-bittorrent=transmission-gtk.desktop;
image/svg+xml=org.gnome.gedit.desktop;google-chrome.desktop;
application/vnd.ms-publisher=org.gnome.gedit.desktop;org.gnome.TextEditor.desktop;
Expand All @@ -72,17 +72,23 @@ text/x-python=code_code.desktop;
text/plain=phpstorm_phpstorm.desktop;org.gnome.gedit.desktop;code_code.desktop;
application/zip=mysql-workbench-community_mysql-workbench-community.desktop;org.gnome.FileRoller.desktop;
application/pdf=google-chrome.desktop;
application/xml=code.desktop;
application/sql=code.desktop;
application/xml=phpstorm_phpstorm.desktop;libreoffice-writer.desktop;code.desktop;
application/sql=org.gnome.gedit.desktop;code.desktop;
text/csv=phpstorm_phpstorm.desktop;
application/x-gettext-translation=poedit_poedit.desktop;
text/x-log=org.gnome.gedit.desktop;phpstorm_phpstorm.desktop;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=sidekick-browser.desktop;
application/json=org.gnome.gedit.desktop;
x-scheme-handler/http=google-chrome.desktop;
application/xhtml+xml=google-chrome.desktop;
x-scheme-handler/https=google-chrome.desktop;

[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
x-scheme-handler/about=sidekick-browser.desktop
x-scheme-handler/unknown=sidekick-browser.desktop
x-content/audio-player=rhythmbox-device.desktop
x-content/image-dcf=org.gnome.eog.desktop
video/x-ogm+ogg=vlc.desktop
Expand Down Expand Up @@ -150,3 +156,4 @@ application/pdf=google-chrome.desktop
application/zip=org.gnome.FileRoller.desktop
text/csv=phpstorm_phpstorm.desktop
text/plain=org.gnome.gedit.desktop
application/xhtml+xml=google-chrome.desktop
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ClipboardIndicator extends PanelMenu.Button {
_buildMenu() {
this.searchEntry = new St.Entry({
name: 'searchEntry',
style_class: 'search-entry',
style_class: 'search-entry ci-history-search-entry',
can_focus: true,
hint_text: _('Search clipboard history…'),
track_hover: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"url": "https://github.com/SUPERCILEX/gnome-clipboard-history",
"uuid": "clipboard-history@alexsaveau.dev",
"version": 27
"version": 32
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const SettingsFields = {
HISTORY_SIZE: 'history-size',
WINDOW_WIDTH_PERCENTAGE: 'window-width-percentage',
CACHE_FILE_SIZE: 'cache-size',
CACHE_ONLY_FAVORITES: 'cache-only-favorites',
NOTIFY_ON_COPY: 'notify-on-copy',
CONFIRM_ON_CLEAR: 'confirm-clear',
MOVE_ITEM_FIRST: 'move-item-first',
ENABLE_KEYBINDING: 'enable-keybindings',
TOPBAR_PREVIEW_SIZE: 'topbar-preview-size',
TOPBAR_DISPLAY_MODE_ID: 'display-mode',
DISABLE_DOWN_ARROW: 'disable-down-arrow',
STRIP_TEXT: 'strip-text',
PRIVATE_MODE: 'private-mode',
PASTE_ON_SELECTION: 'paste-on-selection',
PROCESS_PRIMARY_SELECTION: 'process-primary-selection',
};
export default SettingsFields;
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
.ci-history-actions-section .popup-menu-ornament {
width: auto;
}

.ci-history-search-entry {
width: 5em;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c1e3c1

Please sign in to comment.