Jack Ye
11dbce65c4
Merge branch 'dev' into rename-file
2025-08-30 16:29:30 +08:00
Jack251970
6751942179
Use Binding instead of RelativeResource for code quality
2025-08-17 14:30:03 +08:00
Jack251970
b097aa0c29
Apply style formatter
2025-08-17 14:23:04 +08:00
Jack251970
0228e6e488
Remove unused trigger
2025-08-17 14:22:50 +08:00
Jack251970
ce8b544ff5
Display FilePath in preview panel
2025-08-17 14:20:55 +08:00
Jack251970
21299d153f
Add FileName & FilePath as public properties
2025-08-17 14:18:18 +08:00
Jack251970
9d3a0f0b70
Show FileName under preview image
2025-08-17 14:14:17 +08:00
Jack251970
f1628eec66
Add MaxHeight & MaxWidth for preview image
2025-08-17 14:14:02 +08:00
Jack251970
9f8ff12155
Bind DataContext to itself
2025-08-17 14:13:32 +08:00
Jack Ye
d8d42b836d
Merge branch 'dev' into rename-file
2025-07-27 13:09:16 +01:00
Jack251970
af3aaa8ce7
Update labels for setting view model when culture info changes
2025-07-21 10:29:14 +08:00
VictoriousRaptor
1e4ff43bfc
Use length and count instead of Any()
2025-07-20 23:33:38 +08:00
VictoriousRaptor
ad1d42b5dd
Update labels on initialization to update on language change
2025-07-20 23:23:36 +08:00
VictoriousRaptor
976c30e0d2
Update labels on first get
2025-07-18 21:07:53 +08:00
Jack251970
2018956034
Fix label translation issue
2025-07-16 22:02:56 +08:00
VictoriousRaptor
30f7ae0d67
Use Localization for Explorer plugin
2025-07-16 21:28:17 +08:00
Jack Ye
9806997f31
Merge branch 'dev' into rename-file
2025-07-10 20:33:12 +08:00
Jack251970
fe3babd4fc
Log error when fail to fetch type
2025-07-08 09:50:12 +08:00
Jack251970
bad7db69dc
Improve code quality
2025-07-08 09:45:54 +08:00
Jack251970
2856da83c1
Fix quick access link type fetching issue
2025-07-08 09:44:17 +08:00
Jack Ye
11c5b7c911
Merge branch 'dev' into rename-file
2025-07-02 18:40:54 +08:00
Jack251970
0c1fcad06f
Fix grid row issue
2025-06-30 14:39:29 +08:00
Jack251970
0290675e11
Fix explorer plugin preview margin
2025-06-30 12:12:47 +08:00
Koisu
043bf3ba0b
remove unused using
2025-06-25 10:40:30 -07:00
Koisu
8da182dd25
Close window when escape pressed
2025-06-25 10:37:01 -07:00
Jack251970
8ed495dc84
Improve code quality
2025-06-25 22:04:40 +08:00
DB P
f991d91b8f
Improved File Rename Feature and Icon Update
...
- ContextMenu.cs: Updated icon paths and glyphs
- en.xaml: Improved readability by refining text and adding comments
- Constants.cs: Added image path constants for the file rename feature
- RenameFile.xaml: Adjusted window size and improved alignment of UI elements
- rename.png: Added new icon image
2025-06-25 21:14:03 +09:00
Koisu
9f328143b9
removed unnesscasry stuff
2025-06-23 19:30:51 -07:00
Koisu
efe65956cc
revert bad changes
2025-06-23 19:17:38 -07:00
Koisu
e12c2be419
polished ui
2025-06-23 18:57:41 -07:00
Koisu
f36ee61de4
feat: ✨ Added keybind to rename files
2025-06-23 17:59:33 -07:00
Koisu
502a50b839
added keybind to open the renaming dialog
2025-06-23 15:23:57 -07:00
Koisu
c943982684
polishing changes
2025-06-22 13:58:55 -07:00
Koisu
82823041b2
basic features of renaming files works
2025-06-22 13:45:42 -07:00
Koisu
5ae6f971a0
renaming half-works
2025-06-22 12:41:52 -07:00
Koisu
459d85d395
added new dialogue box for renaming files
2025-06-21 19:13:07 -07:00
Koisu
39366b7a69
Revert "Revert "added new view""
...
This reverts commit 91e35826f0 .
2025-06-20 12:40:20 -07:00
Koisu
91e35826f0
Revert "added new view"
...
This reverts commit c116ea24a2 .
2025-06-20 12:38:45 -07:00
Koisu
c116ea24a2
added new view
2025-06-20 12:33:46 -07:00
Jack251970
b18d0a8bdb
Improve code quality
2025-06-17 16:55:23 +08:00
Jack251970
054ee4cdbe
Default to folder
2025-06-17 16:37:17 +08:00
Jack251970
b28bb38f52
Add new link if selected link is null
2025-06-17 16:34:43 +08:00
Jack251970
af92bda06d
Initialize default access link type
2025-06-17 16:33:25 +08:00
Jack251970
1c652320e6
Get access link type
2025-06-17 16:32:18 +08:00
Jack251970
76972d3849
Use form dialog
2025-06-17 16:31:25 +08:00
Jack251970
12b51eb239
Code quality
2025-06-17 16:31:11 +08:00
DB P
42dc582ec1
Change default value to file
2025-06-17 17:07:02 +09:00
DB P
52da1c97d9
Adjust Button Size
2025-06-17 16:50:42 +09:00
DB P
4dd7833603
UI improvements and file/folder selection feature added
...
- Updated "Name" and "Path" keys and added new keys in en.xaml.
- Modified QuickAccessLinkSettings.xaml: increased Window height and improved layout using Grid structure.
- Added new UI elements: implemented radio buttons for file/folder selection.
- Added and initialized QuickAccessLinks property in QuickAccessLinkSettings.xaml.cs.
- Added file selection dialog in SelectPath_OnClick method.
- Added IsFileSelected and IsFolderSelected properties to implement selection functionality.
2025-06-17 16:45:44 +09:00
Jack Ye
d04f493e57
Merge pull request #3631 from Flow-Launcher/file_tooltip
...
Support More Information for Files, Folders and Volumes Tooltips & Add Custom Preview Panel Support for Folder Results
2025-06-09 13:00:16 +08:00