demmm
2d94e88026
adding an ISSUE_TEMPLATE for bug reporting
2017-09-11 12:17:44 -04:00
Adriaan de Groot
a0379c9b40
PEP8: Just don't do it
2017-09-11 11:23:28 +02:00
Adriaan de Groot
cb57de2e65
Clang: float -> qreal where it matches Qt API
2017-09-11 11:07:32 +02:00
Adriaan de Groot
297e97da19
Clang: tidy up warnings in logger
2017-09-11 11:03:25 +02:00
Adriaan de Groot
25de3aca6e
Clang: don't shadow global int timezone
2017-09-11 09:42:21 +02:00
Philip
d2964cc71c
[locale] default to the states
...
- see also 239c7534d2
2017-09-10 22:33:25 +01:00
Adriaan de Groot
9116718448
Clang: warnings-reduction
2017-09-10 15:19:36 -04:00
Adriaan de Groot
463615a1c0
Clang: don't shadow local variable names
2017-09-10 13:22:54 -04:00
Adriaan de Groot
764fb742ba
Clang: clean up documentation markup
2017-09-10 13:22:54 -04:00
Adriaan de Groot
0b39e50cdc
Clang: explicit char-initialization of ByteArray
2017-09-10 13:22:54 -04:00
Adriaan de Groot
3527c82327
Clang: make private internal class less visible
2017-09-10 13:22:54 -04:00
Adriaan de Groot
bd3786ebeb
Clang: reduce warnings in various places
2017-09-10 13:22:32 -04:00
Adriaan de Groot
a06911e9aa
Clang: refactor units-converters, reduce warnings
2017-09-10 13:22:32 -04:00
Adriaan de Groot
31fa9e4251
Clang: fix warnings on partition splitter
...
- initialize all the fields
- member-initialization order
- silence warnings about double<->int
- drop unused parameter to setSplitPartition
2017-09-10 06:17:28 -04:00
Adriaan de Groot
3aa540a69e
Clang: static constant usage strings
2017-09-10 06:17:28 -04:00
Adriaan de Groot
510d2d22d5
Clang: reduce warnings to useful level
...
- suppress tons of warnings from Qt MOC due to pointer-casting
- suppress warnings about globals
2017-09-10 06:17:02 -04:00
Adriaan de Groot
c0daa69dc8
i18n: delete magically duplicating comment
2017-09-07 05:46:51 -04:00
Adriaan de Groot
d86ea76af2
Bump RC down to 0 for release
2017-09-07 05:46:34 -04:00
Calamares CI
c42d702452
[python] Automatic merge of Transifex translations
2017-09-07 05:45:03 -04:00
Calamares CI
5b97d2367a
[dummypythonqt] Automatic merge of Transifex translations
2017-09-07 05:45:03 -04:00
Calamares CI
9603e57ab5
[desktop] Automatic merge of Transifex translations
2017-09-07 05:45:02 -04:00
Calamares CI
34c386851e
[core] Automatic merge of Transifex translations
2017-09-07 05:45:02 -04:00
Adriaan de Groot
f63b44c984
i18n: smash things back from unspecified charset to UTF-8
2017-09-07 05:43:50 -04:00
Adriaan de Groot
15c2a96640
i18n: drop comment which is messing up TX merge
2017-09-07 05:38:10 -04:00
Adriaan de Groot
3e5916157f
A mounted partition cannot be resized or replaced
...
- add check for isMounted()
- a device with a mounted partition cannot be (entirely) erased
FIXES #639
2017-09-07 04:55:44 -04:00
Adriaan de Groot
851379628c
Reduce Qt runtime warnings.
...
- deleteLater() doesn't like nullptr (produces a warning, but is harmless)
- reparenting across threads doesn't work, comment on that but leave
it in, since this may be relevant for memory management.
2017-09-07 04:24:08 -04:00
Adriaan de Groot
cec7132d2c
Swap + LUKS configuration.
...
Based on patches from crazy@frugalware.org and V3n3RiX.
(presumably) FIXES #730
2017-09-07 03:43:42 -04:00
Adriaan de Groot
cc26fc085a
Merge pull request #787 from stikonas/master
...
kpmcore now requires passing sector size to FileSystem.
2017-09-06 07:54:06 -04:00
Adriaan de Groot
7e25909e18
YAML: refactor YAML-exception reporting
...
- both NetInstall (group data) and Locale (GeoIP) use network
data returned as a source of YAML data. Try to explain
parsing errors for both.
FIXES #786
2017-09-06 07:51:22 -04:00
Andrius Štikonas
252006ea25
kpmcore now requires passing sector size to FileSystem.
2017-09-06 12:24:51 +01:00
Adriaan de Groot
09decf8e06
YAML-NetInstall: log data errors.
...
When NetInstall receives YAML data, handle parser errors more gracefully:
show line and column, but because it's network data (not in a local file),
do some work to print out the actual data received.
FIXES #786
2017-09-06 05:47:11 -04:00
Adriaan de Groot
6c5199c9cc
YAML: on error, report filename along with location
2017-09-06 05:10:33 -04:00
Adriaan de Groot
9096a9ebcd
Remove overly-verbose debugging
2017-09-06 04:55:08 -04:00
Adriaan de Groot
73a75e837b
Auto-resize the main window.
...
If the summary widget is large, it gets a scrollbar. This looks really
weird, so prefer to grow the installer window instead. Discussed with
@sitter and settled on this solution.
ViewSteps can signal the ViewManager that they need more space (in pixels),
which may or may not be honored.
FIXES #778
2017-09-05 10:51:54 -04:00
Adriaan de Groot
1859808227
Move development-related scripts, tools, into ci/
2017-09-05 06:09:51 -04:00
Adriaan de Groot
ec265c073a
One more have_dracut check (thanks to @crazy)
2017-09-05 06:09:50 -04:00
Adriaan de Groot
360a114ed4
Be more explicit on why a device is winnowed from the list
2017-09-05 06:09:50 -04:00
Adriaan de Groot
78ef69af02
i18n: update source translations
2017-09-04 08:17:38 -04:00
Adriaan de Groot
e9e6834dd8
Locale: translate OK, Cancel buttons in language selection (reported on IRC)
2017-09-04 07:57:20 -04:00
Adriaan de Groot
e13f7898ac
Make check for dracut more readable
2017-09-04 06:42:51 -04:00
Adriaan de Groot
47dcbefe2c
Apply patch from V3n3RiX.
...
https://gitlab.com/redcore/redcore-desktop/raw/master/app-admin/calamares/files/calamares-3.1.1-luks-fstab-write-devmapper.patch
Fixes #772
2017-09-04 06:33:01 -04:00
Adriaan de Groot
b22bd67a5f
Avoid race condition around libparted device use.
...
FIXES #782
2017-08-31 05:28:58 -04:00
Adriaan de Groot
798640be0d
PEP8 whining
2017-08-31 04:51:34 -04:00
Adriaan de Groot
11ff935453
Merge branch 'valgrind'
2017-08-31 04:16:31 -04:00
Adriaan de Groot
0e96621b94
Don't leak memory when winnowing disk devices
...
- Improve logging a little
- Don't leak Device*, but delete the raw pointer when erasing
- Document that DeviceInfo takes ownership and doesn't leak
2017-08-31 04:14:52 -04:00
Adriaan de Groot
e26d5ab206
Don't leak memory for allocated modules
2017-08-31 04:13:52 -04:00
Adriaan de Groot
d5dca07e22
Fix uninitialized values (valgrind report)
2017-08-31 04:13:18 -04:00
Adriaan de Groot
71fe0f6f03
Python-i18n: pygettext is deprecated
...
- Use xgettext -L python instead
- Mark _n as a plural-forms translation function
- Explicit output to .pot files (instead of default .po)
2017-08-31 04:09:48 -04:00
Adriaan de Groot
a4f4d417a2
Packages module: improve translated progress reporting
...
- Reduce number of strings a bit
- Less confusing translation requirements (I hope)
- Report on progress between groups
2017-08-31 03:51:18 -04:00
Adriaan de Groot
44262951a1
Python-i18n: add _n() as a gettext keyword, for plurals
2017-08-30 17:37:04 -04:00