[Kde-pim] Review Request 115559: Coding Style for emaileditwidget.cpp
Guy Maurel
guy-kde at maurel.de
Sun Feb 9 18:07:14 GMT 2014
> On Feb. 8, 2014, 6:32 p.m., Kevin Krammer wrote:
> > akonadi/contact/editor/emaileditwidget.cpp, line 76
> > <https://git.reviewboard.kde.org/r/115559/diff/1/?file=242683#file242683line76>
> >
> > I am not sure we have a rule yet for inline functions, but the constructor and the function format() have the opening { in a separate line. So maybe do this here as well to be consistent?
well, it must be done manually as my script cannot (yet) recognize it is a method,
- Guy
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115559/#review49276
-----------------------------------------------------------
On Feb. 8, 2014, 5:50 p.m., Guy Maurel wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/115559/
> -----------------------------------------------------------
>
> (Updated Feb. 8, 2014, 5:50 p.m.)
>
>
> Review request for KDEPIM-Libraries and Kevin Krammer.
>
>
> Repository: kdepimlibs
>
>
> Description
> -------
>
> # Using:
> astyle \
> --indent=spaces --max-instatement-indent=80 --indent-cases \
> --pad-header --pad-oper --unpad-paren \
> --align-pointer=name --align-reference=name \
> --max-instatement-indent=80 --min-conditional-indent=1 \
> $1
> #
> # correct the SIGNAL and SLOT macros (under qt5/qtrepotools/util/normalize):
> normalize --modify $1
> #
> # add <SPACE> vor ": public"
> gawk -f ${DIR}/Public-change.awk ${WHERE} > ${WHERE}-p
> mv ${WHERE}-p ${WHERE}
> #
> # change " & " to " &"
> gawk -f ${DIR}/Change-spaceANDspace.awk $1 > $1-a
> mv $1-a $1
> #
> # change "[ " to "[" and " ]" to "]"
> gawk -f ${DIR}/spaceInArray-change.awk ${WHERE} > ${WHERE}-k
> mv ${WHERE}-k ${WHERE}
> #
> # delete one line if two empties lines are present
> gawk -f ${DIR}/Twice-change.awk $1 > $1-a
> mv $1-a $1
> #
> # delete first/last empty line(s)
> gawk -f ${DIR}/First-change.awk ${WHERE} > ${WHERE}-c
> mv ${WHERE}-c ${WHERE}
> #
> # lines with initialization(s)
> gawk -f ${DIR}/Default-1-change.awk < ${WHERE} > ${WHERE}-d1
> mv ${WHERE}-d1 ${WHERE}
> gawk -f ${DIR}/Default-2-change.awk < ${WHERE} > ${WHERE}-d2
> mv ${WHERE}-d2 ${WHERE}
> #
> # change <SPACE> after keyword
> ${DIR}/coding-style-change-SpaceAfter.sh ${WHERE}
>
>
> Diffs
> -----
>
> akonadi/contact/editor/emaileditwidget.cpp 46c8ed8
>
> Diff: https://git.reviewboard.kde.org/r/115559/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Guy Maurel
>
>
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list