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

Add CSS Customisation #6725

Merged
merged 37 commits into from
Aug 31, 2020
Merged

Add CSS Customisation #6725

merged 37 commits into from
Aug 31, 2020

Commits on Feb 26, 2020

  1. feat/#1 Add CSS file type, add button in preferences to import custom…

    … CSS file, started on import functionality
    nilsstre committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f402fd2 View commit details
    Browse the repository at this point in the history
  2. feat/#1 Change so that the log messages uses format specifiers instea…

    …d of string concatenation
    nilsstre committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7bf2fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27f26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb3a50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd6c561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a5f73c View commit details
    Browse the repository at this point in the history
  7. feat/#1 Remove check if current theme is applied again, check is remo…

    …ve since we don't need it
    nilsstre committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b5b56bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99d9768 View commit details
    Browse the repository at this point in the history
  9. Add functionality to let the user import custom CSS file #5790

    * Add CSS file type, add button in preferences to import a custom CSS file, started on import functionality
    
    * Change so that the log uses format specifiers instead of string concatenation
    
    * Add RadioButton for toggling custom theme
    
    * Add preference for setting the path to custom CSS theme
    
    * Load custom CSS if toggled
    
    * Add missing language keys
    
    * Remove check if the current theme is applied again, the check is removed since we don't need it
    
    * Save path to the custom CSS file in program preferences
    nilsstre authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    bcf8004 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. fix/#5 Add checks so that the theme change notification is only shown…

    … once, disable custom theme radio button i no custom theme has been imported
    nilsstre committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f2fc2ab View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict, fixes #5

    nilsstre committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    582c9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    198be47 View commit details
    Browse the repository at this point in the history
  4. Add export current theme #5790

    * Add method for saving theme to file
    
    * Add modal for selection witch theme to export as CSS
    nilsstre authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    00eac4e View commit details
    Browse the repository at this point in the history
  5. Add missing language lines

    nilsstre committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    9fc3382 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90fc805 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f0db24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8feb94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c1e2c2 View commit details
    Browse the repository at this point in the history
  10. Remove unused import #5790

    nilsstre committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e4a4f68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00d8ef6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge branch 'addCSSCustomisation' of git://github.com/DD2480-Group-2…

    …2/jabref into DD2480-Group-22-addCSSCustomisation
    calixtus committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0be1309 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Fixed merge errors

    calixtus committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    04f905c View commit details
    Browse the repository at this point in the history
  2. Fixed easy remarks

    calixtus committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    dcb355a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    c9a8a95 View commit details
    Browse the repository at this point in the history
  2. Refactored ExportThemeDialog

    calixtus committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c700bc3 View commit details
    Browse the repository at this point in the history
  3. Fixed merge error

    calixtus committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    1503dbf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

Commits on Aug 12, 2020

  1. CHANGELOG.md

    calixtus committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2d2011a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487e24c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    1a955d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3eb81 View commit details
    Browse the repository at this point in the history
  3. Fixed overlooked merge error

    calixtus committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    89ef86f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    411ee11 View commit details
    Browse the repository at this point in the history
  2. Checkstyle

    calixtus committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    3f0e98d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    fd55cda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189579d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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