5177 Commits (cb5825a521b2be9c078c9eb3544b925126d573db)
 

Author SHA1 Message Date
Adriaan de Groot cb5825a521 [libcalamares] English label with country 7 years ago
Adriaan de Groot 81acc496dc [welcome] Introduce a delegate for drawing the languages list
- Show the native name left, English name right
7 years ago
Adriaan de Groot 0b833b1e75 [welcome] Switch model to a list model
- There doesn't seem to be a real benefit to providing the
   name and label as separate columns.
7 years ago
Adriaan de Groot 53fd1590b8 [welcome] Don't use combobox itemdata for locale information 7 years ago
Adriaan de Groot e5d1c0ae27 [welcome] Fix matched-with-a-locale
- Previously the matchLocale() function set the index in the
   combobox; do it separately now.
7 years ago
Adriaan de Groot 57452b8c38 [locale] [welcome] Adjust to moved LocaleLabel
- Adjust #includes
 - In [welcome], use find() on the model rather than querying
   the combo-box.
7 years ago
Adriaan de Groot 58aa9f4989 [libcalamares] Move LocaleLabel from libcalamaresui to libcalamares
- This isn't a UI-dependent class
 - Doesn't make much sense in CalamaresUtilsGui either
7 years ago
Adriaan de Groot 242d756731 [libcalamaresui] Add convenience name() to LocaleLabel 7 years ago
Adriaan de Groot 0c868dbd17 [welcome] Another find() overload
- Also find a specific locale
 - While here, apply Calamares coding style
7 years ago
Adriaan de Groot 314aee8d68 [welcome] Switch to QVector
- QVector is a better match with passing in QStringList, otherwise
   you end up dealing with Qt's int indexes vs. std::vector's uint
   indexes everywhere.
 - Introduce find()
7 years ago
Adriaan de Groot bd0af4bb77 [libcalamaresui] Give LocaleLabel a default constructor
- Needed for use in containers
 - While here refactor building the english label
7 years ago
Adriaan de Groot 94765d40cd [welcome] Switch to using LocaleModel for language combobox
- Use the model instead of inserting items
 - While here, tidy includes and documentation
7 years ago
Adriaan de Groot 589168685e [welcome] Complete LocaleModel implementation
- It's a table with two columns (localized name and english name)
7 years ago
Adriaan de Groot 7f8411c3b7 [welcome] Add standard language-chooser icon
- After discussion with Red Hat UI advice, switch to standard icon
 - Tooltip as well
7 years ago
Adriaan de Groot f04d084548 [welcome] Start on a model for the locale choices 7 years ago
Adriaan de Groot 620940c75b [libcalamaresui] Drop now-unused sortKey from LocaleLabel
- sortKey is unused
 - add englishLabel for reverse-i18n
7 years ago
Adriaan de Groot 5e951466df [libcalamaresui] Sort languages by ISO code
- this puts the Englishes together, and is less confusing than
   sorting with American first.
7 years ago
Adriaan de Groot 5994e9b4ce Changes: document what this branch will do 7 years ago
Adriaan de Groot 1f66062c81 CMake: bump version, new stub in CHANGES 7 years ago
Adriaan de Groot c6d51f2527 CHANGES: Fix release date of 3.2.5 7 years ago
Adriaan de Groot 44de004068 CHANGES: Fix up Caio's name 7 years ago
Adriaan de Groot 329bd36929 [libcalamares] Sanitize logging 7 years ago
Adriaan de Groot 93be1a6582 [partition] Remove confusing spaces in logging 7 years ago
Adriaan de Groot dbac9ecf7b [partition] Remove unused code
- The name table is in PartitionActions::Choices
7 years ago
Adriaan de Groot d2404851cd [partition] Reduce warnings (shadow, ;, types) 7 years ago
Adriaan de Groot 1a4a265262 [partition] Refactor check for ISO9660 7 years ago
Adriaan de Groot 75f1a05fec [partition] No copy-constructor for CDebug 7 years ago
Adriaan de Groot 009dfd7de5 [locale] Reduce warnings (shadowed global) 7 years ago
Adriaan de Groot 094110dccf CI: make the release script more flexible 7 years ago
Calamares CI 189b33a376 i18n: [python] Automatic merge of Transifex translations 7 years ago
Calamares CI b1a8043ee7 i18n: [calamares] Automatic merge of Transifex translations 7 years ago
Adriaan de Groot ef3b4c387c [libcalamaresui] Remove unused AbstractPage 7 years ago
Adriaan de Groot 4fec6731ba [calamares] [libcalamaresui] Improve includes
- avoid useless ../
 - sort alphabetically and by kind
7 years ago
Adriaan de Groot 7efcc1e52e Merge branch 'logging-consistency' 7 years ago
Adriaan de Groot 520478847c Make logging more consistent.
- Across all the C++ modules, use Logger::SubEntry for sub/continues
   log lines, instead of somewhat-random indent strings.
7 years ago
Adriaan de Groot d6cf0617f6 [libcalamaresui] Make logging more consistent 7 years ago
Adriaan de Groot aaeea16871 [libcalamares] Make logging more consistent 7 years ago
Adriaan de Groot 8bb07528e2 [calamares] Make logging output more consistent
- Use Logger::SubEntry instead of various indents
 - Improve wording of message
7 years ago
Adriaan de Groot 5677a4bb28 [finished] Fix up string arguments
- The "set up" message only uses one argument.
7 years ago
Adriaan de Groot 81bd173b7e Merge branch 'improve-logger' 7 years ago
Adriaan de Groot 63b317902d [libcalamares] [partition] Adjust to logging changes
- Use the un-paren'ed Continuation and SubEntry
7 years ago
Adriaan de Groot d72e3b3c22 [libcalamares] Simplify writing of logging continuations
- Instead of Continuation(), write just Continuation
 - All that futzing with overloads and tag-classes isn't needed
   since the whole point is to output some constant string. Leave
   cleverness for later, if it's needed.
7 years ago
Adriaan de Groot 4987dc31a1 Merge branch 'fix-kpmcore-use' 7 years ago
Adriaan de Groot 198acadd23 [partition] [fsresizer] Fix KPMCore API versions
- tests need the defines as well
 - scandevices API changed with API 3.3.1
7 years ago
Adriaan de Groot c844188907 [partition] Fix build w/ "3.3.1" API
- Need older-style scanning, but new-style iteration
7 years ago
Adriaan de Groot 4e24ea29e2 [partition] [fsresizer] Adjust to post-3.3.0 API
- KDE neon ships a post-3.3.0 KPMCore, with deprecations, but not yet
   the KPMCore 4 API, so add another API-version check to handle the
   deprecations. Keeps warnings down.
7 years ago
Adriaan de Groot c0710cabe4 [partition] [fsresizer] Adjust to new #define
- Using KPMCORE4API is clearer than just relying on a version number
7 years ago
Adriaan de Groot 9159761171 [partition] [fsresizer] Fix KPMCore API detection
- There will be a 3.3.1 which still has the "old" API,
   so look at 3.3.80 (pre-4.0) instead. Make the way
   compile flags are passed consistent.
7 years ago
Adriaan de Groot 9917bc27fc
Merge pull request #1119 from cjlcarvalho/master
[partition] Fixing LVM scanning according to new kpmcore API
7 years ago
Adriaan de Groot 160c2ca6eb Changes: document more issues closed 7 years ago