ScottBrogden
|
fe8c9796ce
Add new special paste options
|
10 years ago |
sabrogden
|
3c3d6d4f51
Added options to move clips up/down/top
|
10 years ago |
sabrogden
|
8113134b0d
If paste as plain text is selected then change cf_hdrop (file copy) to text of the copied file path
|
10 years ago |
sabrogden
|
28eaf9bea4
Added copy reason flag so i can add a message when we save a clip to a group
|
10 years ago |
sabrogden
|
2db297de84
Added hot key to groups to save clip to that group
|
10 years ago |
sabrogden
|
6015f49fee
Set group clip order correctly, it was using the wrong sort order
|
10 years ago |
sabrogden
|
64f5f392f5
Double click global short cut key to save selection to that group
|
10 years ago |
sabrogden
|
96f7a0b888
Added option to save the current clipboard to Ditto. Usefull if you turn off clipboard monitoring and only save the clips you want.
|
10 years ago |
sabrogden
|
51c063834d
renamed variables to make it clearer if we are using the dataId or parentId from the data table. This caused the delete clip format delete in clip properties to not work
|
10 years ago |
sabrogden
|
efaab6c1b9
Sped up loading list with large databases 30000+ entries
|
10 years ago |
sabrogden
|
bb795db9f2
- open external app to compare apps
|
11 years ago |
sabrogden
|
9927a30d52
Added new window to cleanup large clips
|
11 years ago |
sabrogden
|
cf9d73d561
Added option to description window to save position and size and scale bitmaps
|
12 years ago |
sabrogden
|
eb36b174f3
- simple search (not not or ands)
|
12 years ago |
sabrogden
|
a2b4ecb08e
added timing messages around paste to find slowness when pasting with large db
|
13 years ago |
sabrogden
|
d879bafc4e
when setting the description check cf_text if cf_unicodetext fails to get text. If cf_unicodetext wasn't available then just "CF_Text" would be set as the description.
|
13 years ago |
sabrogden
|
27b5608bac
fixed issue with using CTime::GetCurrent time as an int64 rather than an int as the string.Format was expecting, caused duplicate clips that were found to not be moved to the top of the list
|
14 years ago |
sabrogden
|
98157992ee
Added more debug statements when adding clips to the db
|
14 years ago |
sabrogden
|
522e84c39a
Added more logging when saving clips and checking for duplicate clips
|
14 years ago |
sabrogden
|
adb77d964b
- on paste update clipOrder or groupGroup independently
|
14 years ago |
sabrogden
|
861b335331
set group order when moving clip to group
|
14 years ago |
sabrogden
|
55379efd9b
- global key changes
|
14 years ago |
sabrogden
|
d7888ba427
- Added retry when saving clips if no clips are on the clipboard that we want, was seeing times when we weren't finding any clips even though they were there, thinking it was a race condition
|
14 years ago |
sabrogden
|
e6ec8fdbb2
- Global shortcut keys
|
14 years ago |
sabrogden
|
34e87b76b4
- new order column, use this instead of the date
|
14 years ago |
sabrogden
|
e0b6f4688f
64 bit build
|
14 years ago |
sabrogden
|
7b9ab1dad3
removed temp code that prevented clip from getting added to the db
|
16 years ago |
sabrogden
|
9284769576
added add-in to set/reset the read only flag on files, added hot key to paste unformatted text
|
16 years ago |
sabrogden
|
57f33c2a94
save if we are connected to the clipboard and reload in that state, also accpect the command line -connect and -disconnect for initial clipboard state
|
16 years ago |
sabrogden
|
a87883f9e9
moved processing (filling list, added clip to db, tcp sending clicp) into threads
|
16 years ago |