ad
|
c76027ca9d
|
* fix for button.image size
|
2018-04-27 20:18:22 +03:00 |
|
ad
|
cf5d8bf546
|
* staticButton image size
|
2018-04-27 19:03:58 +03:00 |
|
|
|
ffbbafa9d9
|
Fixed central sort. Close #33
|
2018-04-23 00:54:29 +01:00 |
|
ad
|
04b821510b
|
+ switch input source by tap
|
2018-04-22 19:22:45 +03:00 |
|
ad
|
d632bd3ee7
|
+ show input source
|
2018-04-22 17:55:20 +03:00 |
|
ad
|
bb978f2de5
|
Background color parameter moved to CustomButtonTouchBarItem for future ability to change from config file
|
2018-04-21 15:01:09 +03:00 |
|
ad
|
641eb18b89
|
+ longAction (action for long press on widgets, now working only with longUrl). TODO: nested options for action/longAction like for image/sourse/actionAppleScript
|
2018-04-21 10:20:12 +03:00 |
|
ad
|
d76e16b9e6
|
* action for battery plugin
|
2018-04-21 08:27:02 +03:00 |
|
|
|
4b39b000e0
|
Upd default. Readme. Fixed reload for central scroller.
|
2018-04-21 01:43:37 +01:00 |
|
|
|
7874433d9b
|
Added Native Battery
|
2018-04-21 00:22:45 +01:00 |
|
|
|
f78f82893a
|
merged master
|
2018-04-20 22:56:47 +01:00 |
|
Daniel Apatin
|
e6d84888ba
|
Update TouchBarController.swift
|
2018-04-20 15:21:30 +03:00 |
|
Daniel Apatin
|
7341136897
|
Update TouchBarController.swift
|
2018-04-20 13:34:56 +03:00 |
|
Daniel Apatin
|
4eb14ea166
|
Update TouchBarController.swift
|
2018-04-20 11:16:50 +03:00 |
|
Anton Palgunov
|
03bcafd5ff
|
Merge pull request #25 from ad/openPresetFile
+ open preset from dialog (not replacing default file)
|
2018-04-19 16:19:45 +01:00 |
|
ad
|
3a57269510
|
+ open preset from dialog (not replacing default file)
|
2018-04-19 18:01:16 +03:00 |
|
ad
|
42c1ff27c4
|
+ currency widget
{
"type": "currency",
"refreshInterval": 600,
"align": "right",
"from": "USD",
"to": "RUB"
},
|
2018-04-18 19:50:23 +03:00 |
|
ad
|
4c16321a4a
|
+ weather widget
|
2018-04-18 18:27:28 +03:00 |
|
|
|
f724a0d355
|
Draft. Has issues
|
2018-04-18 09:51:22 +01:00 |
|
ad
|
a37bc94588
|
Merge remote-tracking branch 'upstream/master'
|
2018-04-16 11:27:16 +03:00 |
|
|
|
818c32b0ed
|
Reload preset from menu
|
2018-04-16 00:53:40 +01:00 |
|
ad
|
ac8a05d2e5
|
+ show running apps (like dock)
|
2018-04-15 22:55:20 +03:00 |
|
ad
|
37c2e8523c
|
* image can be set for slider
|
2018-04-14 13:04:46 +03:00 |
|
|
|
877c4268fd
|
removed all warnings
|
2018-04-14 00:02:19 +01:00 |
|
Serg
|
ccc3a2269b
|
Merge branch 'master' into align
|
2018-04-14 03:00:58 +07:00 |
|
Serg
|
055c5d77ef
|
Merge remote-tracking branch 'ad/master'
|
2018-04-14 02:54:03 +07:00 |
|
ad
|
ca2ae30873
|
+ configurable refresh interval for brightness
|
2018-04-13 22:42:53 +03:00 |
|
Serg
|
9ef185d214
|
remove flexSpace
|
2018-04-14 02:09:34 +07:00 |
|
Serg
|
12f9220e34
|
implement scrolling view at the center
|
2018-04-14 01:58:07 +07:00 |
|
Serg
|
dd0ecf047d
|
additional parameters as dictionary for easier mapping
|
2018-04-14 00:53:22 +07:00 |
|
Serg
|
bbc3d9dcfe
|
filter center items, prepare for scrollView
|
2018-04-14 00:32:12 +07:00 |
|
Serg
|
85785018f4
|
create all items in advance
|
2018-04-14 00:23:47 +07:00 |
|
Serg
|
9afa9d7470
|
Merge branch 'tries/button-image'
# Conflicts:
# MTMR.xcodeproj/project.pbxproj
|
2018-04-13 22:31:07 +07:00 |
|
ad
|
115ea1372c
|
+ volume and brightness sliders
|
2018-04-13 16:25:25 +03:00 |
|
|
|
6c331619d0
|
Added 2 Support function (trim and resize). Image and title close forever :) resize input image to good size
|
2018-04-13 01:15:11 +01:00 |
|
Serg
|
79eba1a281
|
image as generic parameter
|
2018-04-13 00:00:33 +07:00 |
|
Serg
|
4b7788fff7
|
some cleanup
|
2018-04-12 08:58:24 +07:00 |
|
Serg
|
ea5fbf0ee8
|
action has unified source too
|
2018-04-12 08:48:24 +07:00 |
|
|
|
ed14f34a2d
|
conflict resolved
|
2018-04-11 17:09:34 +01:00 |
|
|
|
98d5a6eb0e
|
add staticImageButton for buttons with custom image
|
2018-04-11 17:03:38 +01:00 |
|
Serg
|
b492b89d2f
|
unified source for scripts (and image data in future)
|
2018-04-11 22:37:46 +07:00 |
|
|
|
f08ce7a381
|
add FlexSpace. A bit refactor structure. Correct loading scripts from preset
|
2018-04-11 01:07:58 +01:00 |
|
Serg
|
11c8d167c0
|
custom width
|
2018-04-11 00:56:14 +07:00 |
|
Serg
|
0ba5984217
|
shell scripts and sleep implemented
|
2018-04-10 23:37:20 +07:00 |
|
|
|
753cfd8a31
|
add buttons: battery and time with format
|
2018-04-10 14:07:52 +01:00 |
|
Serg
|
2750d00317
|
media keys implemented
|
2018-04-10 18:41:25 +07:00 |
|
Serg
|
4fb7cb9b99
|
cleaner custom actions, potentially able to register from the outside
|
2018-04-10 18:16:28 +07:00 |
|
Serg
|
651ddbef5c
|
escape button implemented
|
2018-04-10 17:57:51 +07:00 |
|
Serg
|
fe5705627f
|
missing changes :(
|
2018-04-10 17:51:21 +07:00 |
|
Serg
|
c0401ce83d
|
exit touchbar implemented
|
2018-04-10 17:50:34 +07:00 |
|
Serg
|
1c45ca13a3
|
generic actions sketched
|
2018-04-10 17:39:07 +07:00 |
|
Serg
|
970fb99e33
|
interval for apple script
|
2018-04-10 16:58:52 +07:00 |
|
Serg
|
46f35f4737
|
preset working
|
2018-04-10 16:50:41 +07:00 |
|
|
|
285fb1fb85
|
added sleep button
|
2018-04-09 15:26:04 +01:00 |
|
|
|
ab4aef4e2a
|
added weather
|
2018-04-09 12:22:31 +01:00 |
|
|
|
e3f5da0294
|
Different approach
|
2018-04-09 11:59:44 +01:00 |
|
|
|
aaa7bc33bc
|
avaliable for >=10.12.2
|
2018-04-09 11:50:41 +01:00 |
|
Serg
|
d48d590462
|
AppleScript and battery items
|
2018-04-09 17:32:27 +07:00 |
|
Serg
|
b3f461db45
|
time in separate file, divide bar in two parts
|
2018-04-09 17:11:52 +07:00 |
|
Serg
|
ee0eab6a76
|
convenient keycode buttons
|
2018-04-09 17:05:38 +07:00 |
|
|
|
92b6e5ef33
|
full media keys
|
2018-04-09 08:40:38 +01:00 |
|
Serg
|
ce7c3c5883
|
display custom touchbar without control strip and builtin close button
|
2018-04-09 13:16:14 +07:00 |
|
|
|
c4724e67bb
|
upd to previous the commit
|
2018-04-09 01:15:04 +01:00 |
|
|
|
b3ab0423b7
|
#1 Now we already live in strip
#2 Added Volume and ESC buttons (volume via appleScript)
|
2018-03-18 23:11:56 +00:00 |
|