Alexander Tsybulsky
df0aca8272
Improve css preprocessing ( #2765 )
...
* improve assetman get_text_asset
* move css_processor to ui_core, reuse get_text_asse
* fix %26 refactor UTs
* zcl_abapgit_gui_html_processor
* if fix
* replace core logic
* comment finetuning
* linter fixes
* more linter fixes
* fix UTs, based on review
2019-07-01 20:53:43 -07:00
Lars Hvam
f6e8332754
Cleanup ( #2753 )
...
* refactor IF
* fix some indentation
* indentation fixes
* indentation fixes
* indentation
* indentation
2019-06-25 03:02:51 -07:00
Fabian Lupa
7f04d59bf9
Belize theme ( #2733 )
...
* Add Belize theme
* Implement polyfill for CSS variables
* Fix CSS variables with spaces in values
* Always load default theme and add others on top
* Adjust theme CSS for use with variables
* Support variables referencing variables in CSS
* Adjust themes
* Add font size to theme
* Skip asset registration for unused themes
* Unify theme greyscale
* Refactor CSS preprocessor
* Refactor CSS preprocessor, add basic tests
* Fix linter issues
* Always load theme asset
Otherwise switching does not work
2019-06-25 03:02:40 -07:00
Frederik Hudák
c679d11d7b
Change behavior of second back button to go home ( #2679 )
...
* Change behavior of second back button to go home
* Change logic as proposed
* Don't go to tutorial page on exit
* Final changes
* Fix abaplint
2019-06-13 22:59:18 -07:00
Domi Bigl
b6b3551238
downport assert_true()/false() #2698
...
702 don't know cl_abap_unit_assert%3D>assert_true() and assert_false()
2019-05-25 22:44:28 -07:00
Christian Günter
53dd60c07b
Patch: replace links with checkboxes #2673 ( #2684 )
...
* Patch: replace links with checkboxes
With this commit we replace the links on the patch page
with checkboxes.
This has several advantages:
- better performance
- simplified and less cluttered UI
- less and easier to understand code
* refactor
* refactoring: introduce new method add_checkbox
* fix linter
* enable link hint navigation
* Refactoring: remove duplication
* refactor: remove duplication
* fix: link hint activate section/lines
2019-05-20 08:44:49 -07:00
Alexander Tsybulsky
2fdff035be
unify convert utils, part1
2019-04-24 07:59:06 -07:00
Christian Guenter
7050093986
Downport xstring_to_string conversion
2019-04-23 00:35:58 -07:00
Lars Hvam
7bbaf069e2
File format update collection ( #2605 )
...
* File format update - changed object handler
I removed the following fields:
CLAS
VSEOCLASS-VERSION
INTF
VSEOINTERF-VERSION
PROG
PROGDIR-STATE
DCLS
AS4LOCAL
ABAP_LANGUAGE_VERSION (if exists)
DDLS
ABAP_LANGUAGE_VERSION (if exists)
DDLX
VERSION
RESPONSIBLE
MASTER_SYSTEM
MSAG
DOKIL-DOKSTATE
ENQU
DD25V-AS4LOCAL
DD25V-AS4VERS
* fix syntax error
* also clear PROG VARCL
* update XML files
2019-03-31 01:17:46 -07:00
Alexander Tsybulsky
f8347636a0
GUI remove zif_abapgit_gui_page ( #2582 )
...
* remove usage of zif_abapgit_gui_page
* reorderings
* delete zif_abapgit_gui_page
2019-03-28 23:08:04 -07:00
Alexander Tsybulsky
d22f5af1ab
rewrite gui error handler
2019-03-28 22:57:39 -07:00
Alexander Tsybulsky
ecc1c85ee7
GUI subclass zcx_abapgit_cancel from zcx_abapgit_exception ( #2576 )
...
* subclass zcx_abapgit_cancel from zcx_abapgit_excep
* upper case
2019-03-26 23:51:38 -07:00
Alexander Tsybulsky
80f86bd005
free, go_page, ext error handler
2019-03-22 05:49:33 -07:00
Alexander Tsybulsky
1248319d82
UI move to core package ( #2543 )
...
* move to core package
* zcx_cancel to ui_core
2019-03-18 07:58:48 -07:00