Skip to content

Commit a084559

Browse files
committed
0.9.10
0.9.10 - Improved dock settings tab - Show in Finder reveals theme folder - UI adjustments - Changelog shows in preferences tab - Reset dock moved to dock settings tab 0.9.9 - Delete theme option - Fix icon reflection not loading on start - Fix icon reflection when opening apps not in dock
1 parent 9b78746 commit a084559

File tree

10 files changed

+82
-72
lines changed

10 files changed

+82
-72
lines changed

cDock/cDock-GUI/AppDelegate.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,10 @@ - (void)setupTheme {
476476

477477
swagNumFormatter *_customFormatter = [[swagNumFormatter alloc] init];
478478
[_dock_autohide_value setFormatter:_customFormatter];
479+
[_dock_magnification_value setFormatter:_customFormatter];
480+
[_dock_appSpacers setFormatter:_customFormatter];
481+
[_dock_docSpacers setFormatter:_customFormatter];
482+
[_dock_tilesize setFormatter:_customFormatter];
479483

480484
[_dock_SOAA setState:[[prefd objectForKey:@"static-only"] integerValue]];
481485
[_dock_DHI setState:[[prefd objectForKey:@"showhidden"] integerValue]];

cDock/cDock-GUI/Base.lproj/MyApp.xib

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ CA
214214
</button>
215215
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fw5-uI-gTM">
216216
<rect key="frame" x="466" y="384" width="29" height="26"/>
217-
<buttonCell key="cell" type="disclosure" bezelStyle="roundedDisclosure" image="F6153F5B-848A-4229-89DD-7AA0F558C1D5" imagePosition="overlaps" alignment="center" borderStyle="border" inset="2" id="M5Q-Fg-6G5">
217+
<buttonCell key="cell" type="disclosure" bezelStyle="roundedDisclosure" image="0AE29FAD-452D-4220-AA95-69B000B7B439" imagePosition="overlaps" alignment="center" borderStyle="border" inset="2" id="M5Q-Fg-6G5">
218218
<behavior key="behavior" lightByContents="YES"/>
219219
<font key="font" metaFont="system"/>
220220
</buttonCell>
@@ -227,13 +227,13 @@ CA
227227
<font key="font" metaFont="system"/>
228228
<tabViewItems>
229229
<tabViewItem label="Theming" identifier="1" id="1hW-CC-MOj">
230-
<view key="view" id="lri-t0-weO">
230+
<view key="view" ambiguous="YES" id="lri-t0-weO">
231231
<rect key="frame" x="10" y="33" width="205" height="0.0"/>
232232
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
233233
</view>
234234
</tabViewItem>
235235
<tabViewItem label="Dock Settings" identifier="2" id="CP1-cv-pJU">
236-
<view key="view" ambiguous="YES" id="c81-qm-IzK">
236+
<view key="view" id="c81-qm-IzK">
237237
<rect key="frame" x="10" y="33" width="555" height="330"/>
238238
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
239239
</view>
@@ -644,28 +644,28 @@ If you would like to theme the dock you must first disable rootless by doing the
644644
</buttonCell>
645645
</button>
646646
<button toolTip="When enabled icons will not bounce in the dock. Instead the indicator light will flash while opening applications." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ela-hT-cEz" userLabel="dock_noBounce">
647-
<rect key="frame" x="348" y="188" width="158" height="18"/>
648-
<buttonCell key="cell" type="check" title="Opening bounce" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="Sxc-gD-TwQ">
647+
<rect key="frame" x="348" y="168" width="158" height="18"/>
648+
<buttonCell key="cell" type="check" title="App opening bounce" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="Sxc-gD-TwQ">
649649
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
650650
<font key="font" size="13" name="HelveticaNeue-Thin"/>
651651
</buttonCell>
652652
</button>
653653
<button toolTip="When enabled icons will not bounce in the dock. Instead the indicator light will flash while opening applications." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3yA-Wd-coR" userLabel="dock_noBounce">
654654
<rect key="frame" x="348" y="148" width="158" height="18"/>
655-
<buttonCell key="cell" type="check" title="Notification bounce" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="vZq-go-gdO">
655+
<buttonCell key="cell" type="check" title="App notification bounce" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" state="on" inset="2" id="vZq-go-gdO">
656656
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
657657
<font key="font" size="13" name="HelveticaNeue-Thin"/>
658658
</buttonCell>
659659
</button>
660660
<button toolTip="When enabled icons will not bounce in the dock. Instead the indicator light will flash while opening applications." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6cR-bN-6wG" userLabel="dock_noBounce">
661661
<rect key="frame" x="348" y="128" width="171" height="18"/>
662-
<buttonCell key="cell" type="check" title="Minimize windows to icon" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="THX-wn-H1H">
662+
<buttonCell key="cell" type="check" title="Minimize windows to icon" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" state="on" inset="2" id="THX-wn-H1H">
663663
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
664664
<font key="font" size="13" name="HelveticaNeue-Thin"/>
665665
</buttonCell>
666666
</button>
667667
<button toolTip="When enabled clicking an app in the dock will open that app while also hiding all other windows." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gz7-gZ-nrD" userLabel="dock_singleApp">
668-
<rect key="frame" x="348" y="168" width="158" height="18"/>
668+
<rect key="frame" x="348" y="188" width="158" height="18"/>
669669
<buttonCell key="cell" type="check" title="Single app mode" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="Zdj-VQ-QNQ">
670670
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
671671
<font key="font" size="13" name="HelveticaNeue-Thin"/>
@@ -798,15 +798,8 @@ If you would like to theme the dock you must first disable rootless by doing the
798798
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
799799
</textFieldCell>
800800
</textField>
801-
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nz5-T0-qPs">
802-
<rect key="frame" x="186" y="13" width="185" height="32"/>
803-
<buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ohP-rP-LlR">
804-
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
805-
<font key="font" metaFont="system"/>
806-
</buttonCell>
807-
</button>
808801
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="D4K-eq-cOg">
809-
<rect key="frame" x="186" y="46" width="185" height="32"/>
802+
<rect key="frame" x="186" y="13" width="185" height="32"/>
810803
<buttonCell key="cell" type="push" title="Apply" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" sound="Blow" inset="2" id="0pH-6Q-34a">
811804
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
812805
<font key="font" metaFont="system"/>
@@ -817,14 +810,14 @@ If you would like to theme the dock you must first disable rootless by doing the
817810
</button>
818811
<button toolTip="When enabled icons will not bounce in the dock. Instead the indicator light will flash while opening applications." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Gp-ot-OZ0" userLabel="dock_noBounce">
819812
<rect key="frame" x="348" y="108" width="158" height="18"/>
820-
<buttonCell key="cell" type="check" title="Show app indicators" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="uPU-qI-yPq">
813+
<buttonCell key="cell" type="check" title="Show app indicators" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" state="on" inset="2" id="uPU-qI-yPq">
821814
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
822815
<font key="font" size="13" name="HelveticaNeue-Thin"/>
823816
</buttonCell>
824817
</button>
825818
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tq5-LB-9FG">
826819
<rect key="frame" x="195" y="137" width="129" height="26"/>
827-
<popUpButtonCell key="cell" type="push" title="Genie effect" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Ngj-pY-C2i" id="dUo-T4-vPr">
820+
<popUpButtonCell key="cell" type="push" title="Genie effect" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" enabled="NO" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Ngj-pY-C2i" id="dUo-T4-vPr">
828821
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
829822
<font key="font" metaFont="menu"/>
830823
<menu key="menu" id="VL5-ik-idf">
@@ -837,7 +830,7 @@ If you would like to theme the dock you must first disable rootless by doing the
837830
</popUpButton>
838831
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="C8L-nA-Wbf">
839832
<rect key="frame" x="195" y="104" width="129" height="26"/>
840-
<popUpButtonCell key="cell" type="push" title="Right" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="x2r-wT-GUT" id="jTd-wu-hX0">
833+
<popUpButtonCell key="cell" type="push" title="Right" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" enabled="NO" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="x2r-wT-GUT" id="jTd-wu-hX0">
841834
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
842835
<font key="font" metaFont="menu"/>
843836
<menu key="menu" id="tao-uu-GMh">
@@ -849,6 +842,13 @@ If you would like to theme the dock you must first disable rootless by doing the
849842
</menu>
850843
</popUpButtonCell>
851844
</popUpButton>
845+
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nz5-T0-qPs">
846+
<rect key="frame" x="463" y="13" width="80" height="32"/>
847+
<buttonCell key="cell" type="push" title="Reset" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ohP-rP-LlR">
848+
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
849+
<font key="font" metaFont="system"/>
850+
</buttonCell>
851+
</button>
852852
</subviews>
853853
<point key="canvasLocation" x="387.5" y="312"/>
854854
</customView>
@@ -908,10 +908,10 @@ If you would like to theme the dock you must first disable rootless by doing the
908908
<rect key="frame" x="0.0" y="0.0" width="288" height="288"/>
909909
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
910910
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
911-
<size key="minSize" width="288" height="288"/>
911+
<size key="minSize" width="290" height="288"/>
912912
<size key="maxSize" width="896" height="10000000"/>
913913
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
914-
<size key="minSize" width="288" height="288"/>
914+
<size key="minSize" width="290" height="288"/>
915915
<size key="maxSize" width="896" height="10000000"/>
916916
</textView>
917917
</subviews>
@@ -952,7 +952,7 @@ If you would like to theme the dock you must first disable rootless by doing the
952952
</customView>
953953
</objects>
954954
<resources>
955-
<image name="F6153F5B-848A-4229-89DD-7AA0F558C1D5" width="1" height="1">
955+
<image name="0AE29FAD-452D-4220-AA95-69B000B7B439" width="1" height="1">
956956
<mutableData key="keyedArchiveRepresentation">
957957
YnBsaXN0MDDUAQIDBAUGPT5YJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK4HCBMU
958958
GR4fIyQrLjE3OlUkbnVsbNUJCgsMDQ4PEBESVk5TU2l6ZVYkY2xhc3NcTlNJbWFnZUZsYWdzVk5TUmVw

cDock/cDock-GUI/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.9.8</string>
22+
<string>0.9.10</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1449</string>
26+
<string>1455</string>
2727
<key>LSMinimumSystemVersion</key>
2828
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2929
<key>NSHumanReadableCopyright</key>

cDock/cDock-GUI/cDock.bundle/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1955</string>
28+
<string>1961</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>

cDock/cDock-GUI/changeLOG.rtf

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
\margl1440\margr1440\vieww15040\viewh13640\viewkind0
55
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
66

7-
\f0\fs20 \cf0 cDock2 : 0.9.10 (1448)\
8-
Bundle : 0.11.1 (1955)\
9-
Build Date : Dec / 20 / 2015\
7+
\f0\fs20 \cf0 cDock 2 : 0.9.10 (1454)\
8+
Bundle : 0.11.1 (1961)\
9+
SIMBL : 0.9.10\
10+
Build Date : Dec / 27 / 2015\
1011
\
1112
0.9.10\
1213
- Improved dock settings tab\
13-
- Added dock settings from sys preferences panel\
1414
- Show in Finder reveals theme folder\
1515
- UI adjustments\
16-
- Changelog shows in preferences tab\
17-
- Apply (refresh) button added to theming tab\
18-
- Disable theming moved to theming tab\
19-
- Reset dock moved to dock settings tab\
16+
- Changelog shows in preferences tab\
17+
- Reset dock moved to dock settings tab\
2018
\
2119
0.9.9\
2220
- Delete theme option\

cDock/cDock/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1956</string>
22+
<string>1962</string>
2323
<key>NSHumanReadableCopyright</key>
2424
<string>Copyright © 2015 Wolfgang Baird. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>
Binary file not shown.

cDock2.xcworkspace/xcuserdata/w0lf.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@
368368
ignoreCount = "0"
369369
continueAfterRunningActions = "No"
370370
filePath = "cDock/cDock-GUI/AppDelegate.m"
371-
timestampString = "472467577.214984"
371+
timestampString = "472896203.649733"
372372
startingColumnNumber = "9223372036854775807"
373373
endingColumnNumber = "9223372036854775807"
374-
startingLineNumber = "1019"
375-
endingLineNumber = "1019"
374+
startingLineNumber = "1023"
375+
endingLineNumber = "1023"
376376
landmarkName = "-changeDarkMode:"
377377
landmarkType = "5">
378378
</BreakpointContent>
@@ -400,11 +400,11 @@
400400
ignoreCount = "0"
401401
continueAfterRunningActions = "No"
402402
filePath = "cDock/cDock-GUI/AppDelegate.m"
403-
timestampString = "472467577.214984"
403+
timestampString = "472896203.649733"
404404
startingColumnNumber = "9223372036854775807"
405405
endingColumnNumber = "9223372036854775807"
406-
startingLineNumber = "694"
407-
endingLineNumber = "694"
406+
startingLineNumber = "698"
407+
endingLineNumber = "698"
408408
landmarkName = "-setupWindow"
409409
landmarkType = "5">
410410
</BreakpointContent>
@@ -416,11 +416,11 @@
416416
ignoreCount = "0"
417417
continueAfterRunningActions = "No"
418418
filePath = "cDock/cDock-GUI/AppDelegate.m"
419-
timestampString = "472467577.214984"
419+
timestampString = "472896203.649733"
420420
startingColumnNumber = "9223372036854775807"
421421
endingColumnNumber = "9223372036854775807"
422-
startingLineNumber = "898"
423-
endingLineNumber = "898"
422+
startingLineNumber = "902"
423+
endingLineNumber = "902"
424424
landmarkName = "-change_theme:"
425425
landmarkType = "5">
426426
</BreakpointContent>
@@ -448,11 +448,11 @@
448448
ignoreCount = "0"
449449
continueAfterRunningActions = "No"
450450
filePath = "cDock/cDock-GUI/AppDelegate.m"
451-
timestampString = "472467577.214984"
451+
timestampString = "472896203.649733"
452452
startingColumnNumber = "9223372036854775807"
453453
endingColumnNumber = "9223372036854775807"
454-
startingLineNumber = "719"
455-
endingLineNumber = "719"
454+
startingLineNumber = "723"
455+
endingLineNumber = "723"
456456
landmarkName = "-applicationWillFinishLaunching:"
457457
landmarkType = "5">
458458
</BreakpointContent>

release/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.8
1+
0.9.10

0 commit comments

Comments
 (0)