6535 Commits

Author SHA1 Message Date
c9bot
45e44f14bb c9-auto-bump 3.1.1995 2016-03-30 15:21:55 +02:00
c9bot
046d9cbbf5 c9-auto-bump 3.1.1994 2016-03-30 14:35:56 +02:00
c9bot
f7edb6e1a8 c9-auto-bump 3.1.1993 2016-03-30 11:33:10 +02:00
c9bot
8687da52d8 c9-auto-bump 3.1.1992 2016-03-30 11:32:24 +02:00
c9bot
0ecc965175 c9-auto-bump 3.1.1991 2016-03-30 11:30:48 +02:00
c9bot
f70091690c c9-auto-bump 3.1.1990 2016-03-30 10:19:35 +02:00
c9bot
010fd733ee c9-auto-bump 3.1.1989 2016-03-30 09:55:19 +02:00
Harutyun Amirjanyan
7eb38be6c6 Merge pull request +13073 from c9/ide-file-tree
fix issues with file tree
2016-03-30 11:55:16 +04:00
Harutyun Amirjanyan
f59a6b4fbc Merge pull request +10765 from c9/feature/scm
[WIP] Refactor of SCM Panel
2016-03-30 11:55:09 +04:00
c9bot
acbc85b230 c9-auto-bump 3.1.1988 2016-03-30 06:04:26 +02:00
c9bot
9582a06798 c9-auto-bump 3.1.1987 2016-03-30 04:16:20 +02:00
c9bot
e1dcd8369a c9-auto-bump 3.1.1986 2016-03-30 03:16:38 +02:00
c9bot
b32912e359 c9-auto-bump 3.1.1985 2016-03-30 02:20:17 +02:00
nightwing
91ae54c08c switch to v1 for now 2016-03-29 23:43:40 +04:00
nightwing
6b9391d293 fix issue with broken cache always rebuilding the main css 2016-03-29 23:43:39 +04:00
nightwing
2a72d18fd3 fix initial-message in codebox and use it in panels 2016-03-29 23:43:30 +04:00
c9bot
8d6b069885 c9-auto-bump 3.1.1984 2016-03-29 20:15:22 +02:00
c9bot
29a8854202 c9-auto-bump 3.1.1983 2016-03-29 19:34:09 +02:00
Ruben Daniels
3a80895372 Working on toolbars
# Conflicts:
#	plugins/c9.ide.performancestats/stats.js
2016-03-29 20:35:08 +04:00
Ruben Daniels
96cd0d4c4d don't fail when .on() is called on scmProvider 2016-03-29 20:35:07 +04:00
Ruben Daniels
cf8d7bee7f Fix Syncing 2016-03-29 20:35:07 +04:00
Ruben Daniels
bce57ff1bc add syncing to the button 2016-03-29 20:35:07 +04:00
Ruben Daniels
8af054c763 Fix sync 2016-03-29 20:35:06 +04:00
nightwing
317a868eb2 fix rendering of last diff marker 2016-03-29 20:35:06 +04:00
Ruben Daniels
dc471afd20 by default double click on branches opens diff 2016-03-29 20:35:05 +04:00
Ruben Daniels
c8fc26cd3e Better fix for the order of the diff compare 2016-03-29 20:35:05 +04:00
Ruben Daniels
5ee14d0499 Dont call ready too often, hide content when loading a new diff and dont autohide after reload 2016-03-29 20:35:04 +04:00
nightwing
36734a7bbd fix rendering of empty diffview 2016-03-29 20:35:04 +04:00
Ruben Daniels
027252a910 Question for Harutyun 2016-03-29 20:35:04 +04:00
nightwing
0a7655ee4d fix render issues in unified diff viewer 2016-03-29 20:35:03 +04:00
Ruben Daniels
8781b551a4 Fix sequence for diff 2016-03-29 20:35:03 +04:00
Ruben Daniels
8ec6016964 Fix styling of disabled states and tweak autohide. 2016-03-29 20:35:02 +04:00
Ruben Daniels
a51ad133b8 Automatically hide the commit panel after a commit when opened via hotkeys. 2016-03-29 20:35:02 +04:00
Ruben Daniels
8c2b30ad87 Interaction and loading fixes 2016-03-29 20:35:01 +04:00
Ruben Daniels
6073eccafc Fix preview animation 2016-03-29 20:35:01 +04:00
Ruben Daniels
b17bfec094 Add preview to log and remove detail view 2016-03-29 20:35:00 +04:00
Ruben Daniels
9d4772016f move diff opening to scm and generalize usage 2016-03-29 20:35:00 +04:00
nightwing
798d0b4567 prevent infinite loop from git status 2016-03-29 20:34:59 +04:00
nightwing
ade862df24 more style tweaks + folding 2016-03-29 20:34:59 +04:00
Ruben Daniels
248e3b1345 interaction cleanpu 2016-03-29 20:34:59 +04:00
Ruben Daniels
276a1f7bc5 Add a context menu to the commit panel 2016-03-29 20:34:58 +04:00
Ruben Daniels
9bb536da15 Rename checkout menu 2016-03-29 20:34:58 +04:00
Ruben Daniels
d958da1b7d Toggle detail view in log with double click 2016-03-29 20:34:57 +04:00
Ruben Daniels
e666ed67f7 Fix typo 2016-03-29 20:34:57 +04:00
Ruben Daniels
ad131a6760 Move menu items around 2016-03-29 20:34:57 +04:00
Ruben Daniels
f73cf1b9e5 Remove Show Branches 2016-03-29 20:34:56 +04:00
Ruben Daniels
a7843fa24d Fix commit and show file with Shift-Enter 2016-03-29 20:34:56 +04:00
Ruben Daniels
bd5e7ef07a open diff with spacebar/enter 2016-03-29 20:34:55 +04:00
nightwing
b646213443 fix diff view tokenizer 2016-03-29 20:34:55 +04:00
Ruben Daniels
9f1e106217 Block reentry of status update 2016-03-29 20:34:54 +04:00