- 21 Feb, 2015 1 commit
-
-
Script Kiddy authored
-
- 23 Jan, 2015 1 commit
-
-
Shalin Shah authored
REVIEW: 122098
-
- 12 Jan, 2015 1 commit
-
-
Shalin Shah authored
BUG: 342583 REVIEW: 121916
-
- 02 Jan, 2015 3 commits
-
-
Etienne Rebetez authored
Thanks to Shalin Shah BUG: 342020 REVIEW: 121778
-
Etienne Rebetez authored
-
Etienne Rebetez authored
Thanks to Shalin Shah for fixing this. BUG:334154 REVIEW:121571
-
- 28 Nov, 2014 1 commit
-
-
Script Kiddy authored
-
- 10 Nov, 2014 1 commit
-
-
Script Kiddy authored
-
- 31 Oct, 2014 1 commit
-
-
Burkhard Lück authored
Thanks for the report + explanation BUG:307875
-
- 30 Oct, 2014 1 commit
-
-
Burkhard Lück authored
-
- 29 Oct, 2014 1 commit
-
-
Burkhard Lück authored
BUG:313944 REVIEW:120893
-
- 26 Oct, 2014 2 commits
-
-
Burkhard Lück authored
-
Burkhard Lück authored
The spectra for Cu and Zn are identical. According to this mailing list thread http://sourceforge.net/p/blueobelisk/mailman/blueobelisk-discuss/thread/200509131057.41032.cniehaus@gmx.de/#msg3557940 this is the source reference for the spectra data: http://physics.nist.gov/PhysRefData/Handbook/element_name_a.htm The spectral data for copper CU seem to be ok, see http://physics.nist.gov/PhysRefData/Handbook/Tables/coppertable3_a.htm but the data for zinc Zn are obviously wrong, see http://physics.nist.gov/PhysRefData/Handbook/Tables/zinctable3_a.htm BUG:339271 REVIEW:120651 FIXED-IN:4.14.3
-
- 17 Sep, 2014 1 commit
-
-
Martin Walch authored
Across the project there are many coding styles with lots of different indentation patterns. There are three different tabs to space conversions (1:2, 1:4, 1:8), even mixed within individual files. This makes the code unnecessarily hard to read and to edit. In the hope that I do not offend anybody: unify code style. Roughly apply the style from kdelibs: * get rid of all tabs * indentation is four spaces * unify includes and include guards * less blank lines * one space after "if", "for", etc. * no space after cast * prefix operators ("++", "--") instead of postfix where applicable * pointers: preferably single space before "\*" (same for "&") * opening curly braces on same line except for implementations * no whitespace after opening parenthesis "(" or before closing ones ")" * no single line "if", "for", "else", etc. (always curly braces) * indent "case" to same level as corresponding "switch" * at least in some files adjust line wraps to a limit of 100 chars * exactly one newline at EOF Also some formatting to copyright statements (I hope this is legally ok) Additionally: * fix some spelling errors * constify& some foreach loops (suggested by krazy2) * replace some single char strings with chars (suggested by krazy2) This whole patch fixes between 15 and 20 krazy2 warnings. REVIEW: 120238
-
- 15 Sep, 2014 2 commits
-
-
Martin Walch authored
Problem is easy to spot with valgrind: The private ExportDialog *m_exportDialog is not explicitely initialized with 0, so later calling "if (!m_exportDialog)" may fail. This accidentally slipped in with a header cleanup (commit d36687d5...) Easy fix: initialize the pointer with 0 just like all the others. REVIEW: 120219
-
Martin Walch authored
Problem is easy to spot with valgrind: The private ExportDialog *m_exportDialog is not explicitely initialized with 0, so later calling "if (!m_exportDialog)" may fail. This accidentally slipped in with a header cleanup (commit d36687d5...) Easy fix: initialize the pointer with 0 just like all the others. BUG: 338666 FIXED-IN: 4.14.2
-
- 04 Aug, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 31 Jul, 2014 4 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
Script Kiddy authored
-
Script Kiddy authored
-
- 25 Jul, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 24 Jul, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 21 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 20 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 16 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 07 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 05 Jul, 2014 1 commit
-
-
Script Kiddy authored
-
- 30 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 28 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 24 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 23 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 21 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 19 Jun, 2014 1 commit
-
-
Andreas Cord-Landwehr authored
Add AppStream meta data: http://techbase.kde.org/MetaInfo REVIEW: 118703
-
- 15 Jun, 2014 1 commit
-
-
Script Kiddy authored
-
- 25 May, 2014 1 commit
-
-
Etienne Rebetez authored
-
- 28 Apr, 2014 1 commit
-
-
Script Kiddy authored
-