Commit Graph

184 Commits (b7e1918e32f610b4eca100e11d64e9336bda2fc9)

Author SHA1 Message Date
Igor Vinokur 324b6d28a3 CHE-416: Make Git branches window higher and narrower 2016-05-11 11:22:58 +03:00
Artem Zatsarynnyi ca7612bfbc Clean-up Part API: remove not used methods #getTitleSVGImage, #decorateIcon, #getTitleWidget; renamed method #getTitleSVGImage -> #getTitleImage 2016-05-06 18:14:50 +03:00
Artem Zatsarynnyi 07d341f4e3 CHE-390: Simplify Editor API (#1197)
* CHE-390: Simplify Editor API by adding abstract EditorProvider

* Remove unused EditorTypeMapping

* Remove obsolete, useless classes

* Remove editor types

* Fix typo in interface name

* Remove EditorAdapter

* Refactor: EmbeddedTextEditorPresenter -> TextEditorPresenter

* Refactor code

* Clean-up

* Remove mime-types

* Refactor JsEditor

* Remove redundatnd dependency

* Rename codenvyDefaultEditor -> cheDefaultEditor
2016-05-06 16:54:34 +03:00
alexVengrovsk d9f9e688c6 Extract superclass
Signed-off-by: <alextrentton@gmail.com>
2016-04-30 00:22:59 +03:00
Roman Nikitenko 8d63d65d07 CHE-362. Add different display modes for StatusNotification
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-04-28 17:20:46 +03:00
Vitaly Parfonov 91f6a64e14 Remove usage of MachineExtensionProxyServlet
Add path to wsagent into wsagent server url to avoid doing that on client-side
Add class DevMachine on client-side what contain all needed information for communicate with wsagent and terminal
Remove @Named(cheExtensionPath)

Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-04-18 15:22:57 +03:00
Igor Vinokur 36d5a2683f CHE-66: Add spaces to 'git reset to commit' view radiobuttons 2016-04-14 22:03:41 +03:00
Igor Vinokur f9d4149271 CHE-98: Restyle check-boxes position in git commit view 2016-04-14 21:44:23 +03:00
Stéphane Tournié 7bf684857a CHE-896 cleaning custom colors in SVN plugin
Signed-off-by: Stéphane Tournié <stephane.tournie@serli.com>
2016-04-13 11:09:20 +02:00
Mihail Kuznyetsov 56da67f73e CHE-260 Rename some factory parameters 2016-04-11 18:49:14 +03:00
Igor Vinokur 3bb6fb8d12 CHE-667: Fix wrong view of git changed files tree 2016-04-08 14:36:43 +03:00
Yevhenii Voevodin 481c65f5cd CHE-718: Adapt all the infrastructure to the API changes 2016-04-01 18:44:31 +03:00
Igor Vinokur adbe38183e CHE-667: Add ability to group by directory files in git diff 2016-03-31 10:46:20 +03:00
Igor Vinokur 6451349f31 CHE-872: Fix keep directory when importing a project 2016-03-24 13:25:35 +02:00
Dmitry Shnurenko e99c5cbd04 Revert "CHE-708: Add CORS Filter" 2016-03-24 13:12:30 +02:00
Roman Nikitenko ed9b6925ac CHE-766. Correct handling of pressing 'enter' on some dialogs
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-24 10:44:09 +02:00
Dmitry Shnurenko 3a8b1c6d6d CHE-708: Add CORS filter. Remove MachineExtensionProxyServlet 2016-03-24 10:17:29 +02:00
Sergii Kabashniuk 8ad855771d CHE-781 remove analytics 2016-03-23 06:44:09 +02:00
Igor Vinokur 6a83ce5acc CHE-656: Refactor getOpenEditors method from Map to List 2016-03-17 08:58:09 +02:00
Roman Nikitenko 31a5fd5641 CHE-351. Move Preferences from Help menu to Profile menu
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-03-15 09:12:23 +02:00
Ann Shumilova 2b0c14d3ae CHE-665: crop git menu icons
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-03-14 14:57:42 +02:00
Igor Vinokur dcdee680df CHE-528: Resize git Merge and History icons to fit them in line 2016-03-09 17:26:02 +02:00
Igor Vinokur 142c91207f CHE-503: Add ability to save changes from git compare widget 2016-03-09 17:20:21 +02:00
Igor Vinokur 2dd77ecf21 CHE-414: Display staged changes in green when status called 2016-03-02 14:54:04 +02:00
Dmitry Shnurenko 5670da396c CHE-522: Correct message when user tries to commit clean directory 2016-03-02 11:11:29 +02:00
Vitaliy Guliy 8a90fe2d5e CHE-124 Create/Import wizards are displaying errors while nothing is entered
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-29 12:38:16 +02:00
Igor Vinokur 0af0f966ed CHE-521: Perform git init command without initial commit 2016-02-29 11:02:55 +02:00
Vitaliy Guliy 0e407b8da0 CHE-297 Track not seen outputs in a process
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-16 17:10:02 +02:00
Igor Vinokur 6b90eb2c93 CHE-51: Forbid commit if user name and email aren't set
Signed-off-by: Igor Vinokur <ivinokur@codenvy.com>
2016-02-16 13:19:07 +02:00
Igor Vinokur 6a9b2efefb CHE-89: Moved setting compare windows size to show method
Signed-off-by: Igor Vinokur <ivinokur@codenvy.com>
2016-02-16 11:48:44 +02:00
Roman Nikitenko 642481e19c IDEX-3737. Fix errors after Git checkout operation
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2016-02-15 18:08:07 +02:00
Dmitry Shnurenko 09b5523784 IDEX-3849: Add information about project to git output panel.
Signed-off-by: Dmitry Shnurenko <dshnurenko@codenvy.com>
2016-02-15 13:14:39 +02:00
Sergii Kabashniuk 2795099d2b Added difference between IC and master
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:38 +02:00
Eclipse Che Initial Contribution 867ec65242 Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00