Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: v0.13.0 #2

Draft
wants to merge 65 commits into
base: master
Choose a base branch
from
Draft

WIP: v0.13.0 #2

wants to merge 65 commits into from

Commits on Sep 19, 2020

  1. Remove some features that need a complete rewrite

    They'll be rewritten later, this just makes future debugging easier.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    0085138 View commit details
    Browse the repository at this point in the history
  2. Remove WebKit Version from AboutDialog

    The current Endorphin can not be build with WebKit/WebEngien trunk, so the WebKit/Engine version is always the one that is included in te used QT version by default.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    9353a23 View commit details
    Browse the repository at this point in the history
  3. First version that compiles with WebEngine

    Many features are still missing, and the Tests haven't been ported yet.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    757953f View commit details
    Browse the repository at this point in the history
  4. Use new Domain

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    0937921 View commit details
    Browse the repository at this point in the history
  5. Update copyright

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c9738f6 View commit details
    Browse the repository at this point in the history
  6. Add permissionbar

    The first feature that is exclusive to WebEngine.
    
    WebEngine does not only remove features, but also makes new features possible.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    0b4c5ab View commit details
    Browse the repository at this point in the history
  7. Optimize code

    Formatting using astyle
    Update nullptr usage using clang-tidy
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    d6a936d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cc38a8 View commit details
    Browse the repository at this point in the history
  9. Minor cleanups in tools

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    a1ce8b7 View commit details
    Browse the repository at this point in the history
  10. Start working on porting the tests to cmake

    This breaks the qmake system, but it will be removed soon, so fixing it isn't really needed
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    067b235 View commit details
    Browse the repository at this point in the history
  11. Port more tests to WebEngine

    DownloadManager is currently broken, but I'll fix that.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    58a89c9 View commit details
    Browse the repository at this point in the history
  12. Update changelog

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    31b4ae7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    009deed View commit details
    Browse the repository at this point in the history
  14. Remove unsupported test

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    e86a929 View commit details
    Browse the repository at this point in the history
  15. Add DevTools back

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c623462 View commit details
    Browse the repository at this point in the history
  16. Fix some warnings

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c4adfe5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2002f8f View commit details
    Browse the repository at this point in the history
  18. Cleanup CMakeList.txt

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    680b964 View commit details
    Browse the repository at this point in the history
  19. Port modeltest to QT5

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    87e9d2c View commit details
    Browse the repository at this point in the history
  20. Using another IDE now

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    915ae0b View commit details
    Browse the repository at this point in the history
  21. Port more tests

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    ec967dd View commit details
    Browse the repository at this point in the history
  22. Fix license

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    e4f83df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1cc3944 View commit details
    Browse the repository at this point in the history
  24. Port all autotests to cmake

    Some tests did already support cmake, this adds the ones that were missing.
    Not all tests pass, but they now compile.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    d50185c View commit details
    Browse the repository at this point in the history
  25. Delete manualtests

    I don't see any benefit in using them, everything that autotests don't cover can be directly tested inside the browser.
    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    ec84aa3 View commit details
    Browse the repository at this point in the history
  26. Remove QMake

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    cc578ca View commit details
    Browse the repository at this point in the history
  27. Run astyle again

    AaronDewes committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    787739d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Rename HistoryCompleter to LocationCompleter

    This will soon also suggest searching an input if it isn't a valid URL.
    History is currently not working.
    AaronDewes committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    767815c View commit details
    Browse the repository at this point in the history
  2. Fix a typo

    AaronDewes committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    5637039 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    15f5641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    468d3eb View commit details
    Browse the repository at this point in the history
  3. Prepare code for QT6

    AaronDewes committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    852616f View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    b3a272b View commit details
    Browse the repository at this point in the history
  2. Move to GitLab

    AaronDewes committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    a876994 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Merge branch 'master' into 'webengine'

    # Conflicts:
    #   BUILDING.md
    AaronDewes committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    644a373 View commit details
    Browse the repository at this point in the history
  2. Multiple improvements

    AaronDewes committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    29b6ae4 View commit details
    Browse the repository at this point in the history
  3. A few improvements

    AaronDewes committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    edd15a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51713fa View commit details
    Browse the repository at this point in the history
  5. Update htmlToXBel

    AaronDewes committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9e11fa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Optimize search

    AaronDewes committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    1d32e56 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Fix

    AaronDewes committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    04d7352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9d52b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    5e77e54 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Update translations

    AaronDewes committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9be68d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a457d9f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    e99ab00 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Implement DownloadManager

    AaronDewes committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ef63cac View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Implement searching

    AaronDewes committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    2053edc View commit details
    Browse the repository at this point in the history
  2. Minor text improvements

    AaronDewes committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    679daf1 View commit details
    Browse the repository at this point in the history
  3. Remove unused UiTools

    AaronDewes committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    eae374e View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    88361b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    fe1121f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    446296b View commit details
    Browse the repository at this point in the history
  2. About dialog v3

    AaronDewes committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ea9ae31 View commit details
    Browse the repository at this point in the history
  3. More UI tweaks

    AaronDewes committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    837d0ea View commit details
    Browse the repository at this point in the history
  4. Remove header differences

    AaronDewes committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    7851570 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Minor code improvements

    AaronDewes committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3953ac6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    7cabaed View commit details
    Browse the repository at this point in the history
  2. Added Chrome behavior on select all text in LocationBar

    Daniel Graziotin authored and AaronDewes committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    72db580 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Use icons from theme

    AaronDewes committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f6f1505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3af3d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    0afa3ce View commit details
    Browse the repository at this point in the history
  2. Update htmlToXBel

    AaronDewes committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    79143be View commit details
    Browse the repository at this point in the history
  3. Revert "Use icons from theme"

    This reverts commit f6f1505.
    
    This behavior should only be used on KDE right now, which has a seperate branch.
    AaronDewes committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    c361758 View commit details
    Browse the repository at this point in the history
  4. Scrolling on the tabbar

    AaronDewes committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    f3fecee View commit details
    Browse the repository at this point in the history