From ff8d55c62cb39fc591f7990d2cbba5e5f5c0532a Mon Sep 17 00:00:00 2001 From: Bernhard Sirlinger Date: Tue, 30 Apr 2013 19:42:10 +0200 Subject: [PATCH 01/30] Updated bootstrap to 2.3.1 and less to 1.3.3 (needed for bootstrap) --- src/htmlContent/about-dialog.html | 4 +- src/htmlContent/extension-manager-dialog.html | 4 +- src/htmlContent/install-extension-dialog.html | 4 +- src/htmlContent/project-settings-dialog.html | 2 +- src/htmlContent/update-dialog.html | 2 +- src/index.html | 2 +- src/styles/bootstrap/VERSION | 3 - src/styles/bootstrap/accordion.less | 34 + src/styles/bootstrap/alerts.less | 79 ++ src/styles/bootstrap/bootstrap.less | 53 +- src/styles/bootstrap/breadcrumbs.less | 24 + src/styles/bootstrap/button-groups.less | 229 ++++ src/styles/bootstrap/buttons.less | 228 ++++ src/styles/bootstrap/carousel.less | 158 +++ src/styles/bootstrap/close.less | 32 + src/styles/bootstrap/code.less | 61 + .../bootstrap/component-animations.less | 22 + src/styles/bootstrap/dropdowns.less | 237 ++++ src/styles/bootstrap/forms.less | 903 ++++++++------ src/styles/bootstrap/grid.less | 21 + src/styles/bootstrap/hero-unit.less | 25 + src/styles/bootstrap/labels-badges.less | 84 ++ src/styles/bootstrap/layouts.less | 16 + src/styles/bootstrap/media.less | 55 + src/styles/bootstrap/mixins.less | 684 +++++++++-- src/styles/bootstrap/modals.less | 95 ++ src/styles/bootstrap/navbar.less | 497 ++++++++ src/styles/bootstrap/navs.less | 409 +++++++ src/styles/bootstrap/pager.less | 43 + src/styles/bootstrap/pagination.less | 123 ++ src/styles/bootstrap/patterns.less | 1066 ----------------- src/styles/bootstrap/popovers.less | 133 ++ src/styles/bootstrap/progress-bars.less | 122 ++ src/styles/bootstrap/reset.less | 187 ++- .../bootstrap/responsive-1200px-min.less | 28 + .../bootstrap/responsive-767px-max.less | 193 +++ .../bootstrap/responsive-768px-979px.less | 19 + src/styles/bootstrap/responsive-navbar.less | 189 +++ .../bootstrap/responsive-utilities.less | 59 + src/styles/bootstrap/responsive.less | 48 + src/styles/bootstrap/scaffolding.less | 146 +-- src/styles/bootstrap/sprites.less | 197 +++ src/styles/bootstrap/tables.less | 364 +++--- src/styles/bootstrap/thumbnails.less | 53 + src/styles/bootstrap/tooltip.less | 70 ++ src/styles/bootstrap/type.less | 296 +++-- src/styles/bootstrap/utilities.less | 30 + src/styles/bootstrap/variables.less | 353 +++++- src/styles/bootstrap/wells.less | 29 + src/styles/brackets_patterns_override.less | 4 +- src/styles/brackets_shared.less | 4 +- src/thirdparty/less-1.3.0.min.js | 9 - src/thirdparty/less-1.3.3.min.js | 9 + src/widgets/Dialogs.js | 2 +- src/widgets/bootstrap-alerts.js | 123 +- src/widgets/bootstrap-button.js | 105 ++ src/widgets/bootstrap-buttons.js | 64 - src/widgets/bootstrap-dropdown.js | 158 ++- src/widgets/bootstrap-modal.js | 317 +++-- src/widgets/bootstrap-popover.js | 96 +- src/widgets/bootstrap-scrollspy.js | 149 ++- src/widgets/bootstrap-tooltip.js | 361 ++++++ src/widgets/bootstrap-twipsy.js | 321 ----- 63 files changed, 6637 insertions(+), 2800 deletions(-) delete mode 100644 src/styles/bootstrap/VERSION create mode 100644 src/styles/bootstrap/accordion.less create mode 100644 src/styles/bootstrap/alerts.less create mode 100644 src/styles/bootstrap/breadcrumbs.less create mode 100644 src/styles/bootstrap/button-groups.less create mode 100644 src/styles/bootstrap/buttons.less create mode 100644 src/styles/bootstrap/carousel.less create mode 100644 src/styles/bootstrap/close.less create mode 100644 src/styles/bootstrap/code.less create mode 100644 src/styles/bootstrap/component-animations.less create mode 100644 src/styles/bootstrap/dropdowns.less create mode 100644 src/styles/bootstrap/grid.less create mode 100644 src/styles/bootstrap/hero-unit.less create mode 100644 src/styles/bootstrap/labels-badges.less create mode 100644 src/styles/bootstrap/layouts.less create mode 100644 src/styles/bootstrap/media.less create mode 100644 src/styles/bootstrap/modals.less create mode 100644 src/styles/bootstrap/navbar.less create mode 100644 src/styles/bootstrap/navs.less create mode 100644 src/styles/bootstrap/pager.less create mode 100644 src/styles/bootstrap/pagination.less delete mode 100644 src/styles/bootstrap/patterns.less create mode 100644 src/styles/bootstrap/popovers.less create mode 100644 src/styles/bootstrap/progress-bars.less create mode 100644 src/styles/bootstrap/responsive-1200px-min.less create mode 100644 src/styles/bootstrap/responsive-767px-max.less create mode 100644 src/styles/bootstrap/responsive-768px-979px.less create mode 100644 src/styles/bootstrap/responsive-navbar.less create mode 100644 src/styles/bootstrap/responsive-utilities.less create mode 100644 src/styles/bootstrap/responsive.less create mode 100644 src/styles/bootstrap/sprites.less create mode 100644 src/styles/bootstrap/thumbnails.less create mode 100644 src/styles/bootstrap/tooltip.less create mode 100644 src/styles/bootstrap/utilities.less create mode 100644 src/styles/bootstrap/wells.less delete mode 100644 src/thirdparty/less-1.3.0.min.js create mode 100644 src/thirdparty/less-1.3.3.min.js create mode 100644 src/widgets/bootstrap-button.js delete mode 100755 src/widgets/bootstrap-buttons.js create mode 100644 src/widgets/bootstrap-tooltip.js delete mode 100755 src/widgets/bootstrap-twipsy.js diff --git a/src/htmlContent/about-dialog.html b/src/htmlContent/about-dialog.html index 5380ff2dbac..7009f61ea0f 100644 --- a/src/htmlContent/about-dialog.html +++ b/src/htmlContent/about-dialog.html @@ -1,4 +1,4 @@ - diff --git a/src/htmlContent/extension-manager-dialog.html b/src/htmlContent/extension-manager-dialog.html index 17fd48d3b31..5f3c4fc5a5a 100644 --- a/src/htmlContent/extension-manager-dialog.html +++ b/src/htmlContent/extension-manager-dialog.html @@ -1,4 +1,4 @@ -