Commit Graph

2137 Commits

Author SHA1 Message Date
Jeffrey Morgan c53400fb90 Fix signing 2015-06-09 22:27:27 -07:00
Jeffrey Morgan 1263a8c4fe Fix icon on mac os x 2015-06-09 21:54:11 -07:00
Jeffrey Morgan 1552d09957 Accounting for settings.json 2015-06-09 20:49:26 -07:00
Jeffrey Morgan 47beaee0c8 Removing unnecessary console log in Gruntfile 2015-06-09 20:44:25 -07:00
Jeffrey Morgan 8f465c1a8c Separate Mac OS X and Windows tasks 2015-06-09 20:35:46 -07:00
Jeffrey Morgan 7c67548fc6 Fix bug where SIGTERMing grunt would not stop Electron 2015-06-09 20:26:05 -07:00
Jeffrey Morgan 05e32dc3e5 Bump machine version to 0.3.0 rc2 2015-06-09 17:57:17 -07:00
Jeffrey Morgan 5f8776c0ee Adding mac os x 2015-06-09 17:56:08 -07:00
Jeffrey Morgan 140ae4671b Installer & dist for windows 2015-06-09 17:16:00 -07:00
Jeffrey Morgan a3ca2217e1 Adding gruntfile for better compatibility with electron community 2015-06-08 19:36:59 -07:00
Sean Li ea5f7dba8c Fixed sizing for homepage grid. 2015-06-08 18:18:50 -07:00
Jeffrey Morgan 85fc0a6eda Fixed bug where error dialog would appear if app was closed via taskbar 2015-06-08 15:34:54 -07:00
Jeffrey Morgan 4d5b9861dd Fixed bug where the VirtualBox shared folder would attempt to be created twice on Windows 2015-06-08 15:33:46 -07:00
Sean Li 9e74d6200f Refactored widget display logic. 2015-06-08 15:11:07 -07:00
Sean Li 29c277babe Volumes and log home widget. 2015-06-08 13:56:21 -07:00
Jeffrey Morgan d3c433a5d7 Merge branch 'master' of github.com:kitematic/kitematic 2015-06-08 13:04:37 -07:00
Jeffrey Morgan 95993a7ffb Fixed bug where error would not show if fetching recommended repos failed 2015-06-08 13:04:31 -07:00
Sean Li 2d26a66521 Fixed tab hover effect. 2015-06-08 12:20:05 -07:00
Sean Li 4ec9a4965a Fixing plus button. 2015-06-08 12:11:54 -07:00
Sean Li 366d9897d9 Polished button and tabs. 2015-06-08 12:07:44 -07:00
Sean Li ac5ec9c8c1 Font icons for container actions. 2015-06-08 11:58:53 -07:00
Sean Li b85999611c Better delete button. 2015-06-08 11:24:09 -07:00
Sean Li 16b68c495f Use font icon for badges. 2015-06-08 10:11:09 -07:00
Sean Li a1fc76eb2e No tags state. 2015-06-08 09:16:45 -07:00
Sean Li 91c2318010 Menu and tag overlay menu. 2015-06-08 09:06:06 -07:00
kraynel c66e6725dd - Change MAC label in settings for Windows integration : MAC -> LOCAL
- Use child_process to spawn a terminal. Works on windows
- Transform Windows paths on Linux style for mounting directories
- Launch ssh on Windows (if ssh.exe is un the path)

Signed-off-by: Kevin Raynel <kraynel@yahoo.fr>
2015-06-08 14:52:50 +02:00
Jeffrey Morgan 92ac095c03 Merge pull request #597 from VojtechBartos/master
Fixing setting up custom shell in container terminal
2015-06-07 23:09:16 -07:00
Sean Li 9d1a41de53 Create button for images. 2015-06-07 15:35:18 -07:00
Sean Li 1b773ab152 Style refactor and polish. 2015-06-06 23:06:08 -07:00
Jeffrey Morgan 72d4e21a34 Fixed bug where packaging binaries would fail on release 2015-06-05 21:34:44 -07:00
Jeffrey Morgan a896f606f1 Merge pull request #604 from kitematic/fix-17rc2
Fixed bug with API requests to 1.7 RC2 /containers/create endpoint
2015-06-05 21:25:13 -07:00
Jeffrey Morgan cc0bc719fa Removing unnecessary print statement 2015-06-05 21:23:14 -07:00
Jeffrey Morgan bf7d3af402 Fixed bug with API requests to 1.7 RC2 /containers/create endpoint 2015-06-05 21:22:34 -07:00
Sean Li b6fe85f7e6 Added new Kitematic icon set. 2015-06-05 17:44:49 -07:00
Jeffrey Morgan a311669588 Merge pull request #596 from kitematic/windows
Change npm & setup scripts to work with windows again
2015-06-05 16:47:14 -07:00
Jeffrey Morgan 103af8b530 Fix windows volume mounting 2015-06-05 16:43:26 -07:00
Jeffrey Morgan 1a88216e2e Windows fonts 2015-06-05 16:41:43 -07:00
Jeffrey Morgan 1efdb51322 Merge branch 'master' of github.com:kitematic/kitematic 2015-06-05 11:00:22 -07:00
Jeffrey Morgan 577858f9a1 Fixed docs to no longer mention copying binaries 2015-06-05 10:56:38 -07:00
Vojta Bartos 4b708f2275 Making condition simple
- removed checking for undefined, not necessary
2015-06-05 19:49:18 +02:00
Sean Li 6c0b32c8e9 Sidebar polish. 2015-06-05 10:23:26 -07:00
Sean Li d04ebeac13 Header refactor and button styles. 2015-06-05 10:06:49 -07:00
Jeffrey Morgan 340e7574dc Merge pull request #601 from TeckniX/use-document-folder
Moved Kitematic dir to Documents
2015-06-05 09:40:05 -07:00
TeckniX 3cede9eb74 Moved Kitematic dir to Documents
Signed-off-by: TeckniX <lokitek@gmail.com>
2015-06-05 11:10:10 -04:00
Vojta Bartos 955a43a14d Fix bug where we want to set custom shell
- at container details sub header
- tried to access to array like object
- added reduce function to make array object
2015-06-05 10:11:04 +02:00
Jeffrey Morgan 6f7d9b80e7 Reverting DockerUtil.js 2015-06-04 23:08:52 -07:00
Jeffrey Morgan 3a52e1c3f2 Mock the remote module 2015-06-04 22:12:18 -07:00
Jeffrey Morgan cefd299604 Fix integration tests 2015-06-04 20:16:13 -07:00
Jeffrey Morgan 9628a00ab2 Update CONTRIBUTING.md 2015-06-04 20:14:23 -07:00
Jeffrey Morgan 42b6271a34 Update CONTRIBUTING.md 2015-06-04 20:13:34 -07:00