apuzio (Artur Puzio)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Saturday

  • Clear sailing ahead.

User Details

User Since
Jan 7 2016, 8:01 AM (433 w, 6 d)
Availability
Available

Recent Activity

Jan 28 2016

apuzio added inline comments to D862: [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 28 2016, 9:12 PM

Jan 27 2016

apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.

Simplified the test

Jan 27 2016, 11:54 AM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Added const. Removed unnecessery this->

Jan 27 2016, 11:32 AM
apuzio added inline comments to D862: [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 27 2016, 11:30 AM
apuzio added inline comments to D834: Added possibility to filter problems based on Severities independently.
Jan 27 2016, 11:28 AM
apuzio added inline comments to D862: [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 27 2016, 11:23 AM

Jan 26 2016

apuzio updated D862: [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 26 2016, 9:31 PM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Simplified the code. Overriding operator < instead of using a special class

Jan 26 2016, 9:28 PM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Fixed style

Jan 26 2016, 9:12 PM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Fixed a problem: sort(0) -> sort(1)
Fixed style

Jan 26 2016, 8:54 PM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Fixed issues: m_fileSortedModel -> m_fileSortProxyModel, setDynamicSortFilter(true) instead of connect, VcsFileChangesModel::StateRole return VcsStatusInfo::State, ColumnsRoles -> Column,
rLeft -> source_left, rRight -> source_right, simplified VcsFileChangesSortProxyModel::lessThan, added overide, added = nullptr in constructor deffinition

Jan 26 2016, 8:42 PM
apuzio updated D862: [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 26 2016, 6:48 PM
apuzio updated the diff for D862: [Fixed Bug 183625] Sorting of files in the commit dialog.

Style fixes

Jan 26 2016, 6:46 PM
apuzio retitled D862: [Fixed Bug 183625] Sorting of files in the commit dialog from to [Fixed Bug 183625] Sorting of files in the commit dialog.
Jan 26 2016, 6:41 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.

Fixed style issues

Jan 26 2016, 2:33 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.

Fixed issues: style, #include <QtWidgets> -> #include <QDialog>

Jan 26 2016, 12:43 PM

Jan 23 2016

apuzio added a comment to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 23 2016, 6:27 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
  • or -> ||
Jan 23 2016, 6:26 PM
apuzio added a comment to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 23 2016, 6:25 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
  • Fixed style
  • Changed description in dialog
  • QRegExp -> QRegularExpression
  • \* -> QScopedPointer
Jan 23 2016, 6:23 PM
apuzio added inline comments to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 23 2016, 6:09 PM

Jan 22 2016

apuzio updated D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 22 2016, 6:29 PM
apuzio added a comment to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 22 2016, 6:14 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
  • Fixed isssues and moved value.chop() to readConfigOption funtion
  • Added unit tests for readConfigOption and setConfigOption
Jan 22 2016, 6:13 PM

Jan 21 2016

apuzio added a comment to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 21 2016, 10:06 PM
apuzio updated the diff for D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.

Changed to .ui file from Designer instead of deffineing the ui in c++ source
Style fixed in gitplugin.cpp

Jan 21 2016, 10:05 PM
apuzio added a comment to D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.

@mwolff What do you want my to tests using unit test?
The dialog source (especially after using .ui from Designer) will be very simple. I will only use some abstract functions from other classes. So the potential unit test will in fact be testing the functionality of QRegExpValidator and I don't actually know what else there is to test.
The changes to commit function could be tested (I actually don't know how to test UI interactions, if I don't have the pointer to the QDialog), but again what is there to test? I'm just invoking a getConfigOption, setConfigOption and the QDialog.
What could be tested is the getConfigOption and changes to setConfigOption, but this are also very very simple functions and there isn't any test for the old setConfigOption.

Jan 21 2016, 9:33 PM
apuzio updated subscribers of D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 21 2016, 7:54 PM
apuzio retitled D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured from Display dialog to configure user.name or user.email in git, if commiting without it configured to [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 21 2016, 7:53 PM
apuzio retitled D852: [Bug 347351] Display dialog to configure user.name or user.email in git, if commiting without it configured from to Display dialog to configure user.name or user.email in git, if commiting without it configured.
Jan 21 2016, 7:26 PM

Jan 20 2016

apuzio retitled D834: Added possibility to filter problems based on Severities independently from Added possibility to filter problems based on Severity independently to Added possibility to filter problems based on Severities independently.
Jan 20 2016, 5:16 PM
apuzio updated the diff for D834: Added possibility to filter problems based on Severities independently.
  • Small style change
  • Fixed the dirty hack in test_filteredproblemstore.cpp
Jan 20 2016, 5:10 PM
apuzio updated the diff for D834: Added possibility to filter problems based on Severities independently.
  • Workaround for problems wothout correctly set severity
  • Changed comments and moved around code
Jan 20 2016, 4:56 PM
apuzio added inline comments to D834: Added possibility to filter problems based on Severities independently.
Jan 20 2016, 4:40 PM
apuzio updated the diff for D834: Added possibility to filter problems based on Severities independently.

FIXED THE PROBLEM (changed from ProblemStore to FilteredProblemStore in probleemreportermodel.cpp)

Jan 20 2016, 4:33 PM

Jan 19 2016

apuzio updated the diff for D834: Added possibility to filter problems based on Severities independently.
  • Add debug
Jan 19 2016, 9:34 PM

Jan 18 2016

apuzio updated D834: Added possibility to filter problems based on Severities independently.
Jan 18 2016, 7:31 PM
apuzio updated the diff for D834: Added possibility to filter problems based on Severities independently.
  • Fixed bug in problemstore.cpp
Jan 18 2016, 7:26 PM
apuzio retitled D834: Added possibility to filter problems based on Severities independently from to Added possibility to filter problems based on Severity independently.
Jan 18 2016, 7:09 PM

Jan 16 2016

apuzio added a comment to D794: [Bug 134854] Add indicator for read-only files.

@kfunk Sorry for the late reaction.

Jan 16 2016, 8:22 PM
apuzio updated the diff for D794: [Bug 134854] Add indicator for read-only files.
Simplified code that adds text to window caption
Jan 16 2016, 8:21 PM
apuzio added a comment to D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

@kfunk please commit

Jan 16 2016, 8:04 PM

Jan 15 2016

apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

Merged changes with current master. I can't commit becouse I don't have a developer account.

Jan 15 2016, 8:30 PM

Jan 14 2016

apuzio added a comment to D817: Brought Okteta plugin back to life.
Jan 14 2016, 8:52 PM
apuzio added a comment to D817: Brought Okteta plugin back to life.
Jan 14 2016, 8:52 PM
apuzio updated D817: Brought Okteta plugin back to life.
Jan 14 2016, 8:51 PM
apuzio added inline comments to D817: Brought Okteta plugin back to life.
Jan 14 2016, 8:49 PM
apuzio updated the diff for D817: Brought Okteta plugin back to life.
  • Removed oktetaglobal.h fully
Jan 14 2016, 8:49 PM
apuzio updated the diff for D817: Brought Okteta plugin back to life.
  • Use new-style connect everywhere
Jan 14 2016, 8:44 PM
apuzio updated the diff for D817: Brought Okteta plugin back to life.
  • Removed unnecesserry lines from CMakeLists.txt
  • Fixed indent in oktetadocument.cpp and new-style connect
  • Used dektoptojeson to generate kdevokteta.json
  • Cleaned the oktetaglobal.h file
  • simplified use of QVariant in oktetaplugin.cpp and removed last KASTEN_VERSION use
Jan 14 2016, 8:26 PM
apuzio retitled D817: Brought Okteta plugin back to life from Some includes and CmakeLists fixed to Brought Okteta plugin back to life.
Jan 14 2016, 10:44 AM
apuzio added a comment to D775: [CLAZY] Fixed most of level 1 and level 2 warnings.
Jan 14 2016, 10:32 AM
apuzio added a comment to D775: [CLAZY] Fixed most of level 1 and level 2 warnings.
Jan 14 2016, 10:31 AM
apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

Optimized compare. (fixed the issue)

Jan 14 2016, 10:30 AM
apuzio retitled D794: [Bug 134854] Add indicator for read-only files from Add indicator for read-only files to [Bug 134854] Add indicator for read-only files.
Jan 14 2016, 10:21 AM

Jan 13 2016

apuzio retitled D817: Brought Okteta plugin back to life from to Some includes and CmakeLists fixed.
Jan 13 2016, 10:59 PM

Jan 12 2016

apuzio added a comment to D775: [CLAZY] Fixed most of level 1 and level 2 warnings.
Jan 12 2016, 9:40 AM
apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

Fixed issues:
"==" -> QString.compare
temporary for reserve and foreach
QLatin1String("") ->{}

Jan 12 2016, 9:37 AM

Jan 11 2016

apuzio updated the diff for D794: [Bug 134854] Add indicator for read-only files.
  • Fixed style
Jan 11 2016, 10:26 PM
apuzio retitled D794: [Bug 134854] Add indicator for read-only files from to Add indicator for read-only files.
Jan 11 2016, 10:23 PM

Jan 10 2016

apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

Added remaining manual fixes.

Jan 10 2016, 7:46 PM
apuzio retitled D776: Fixed Clazy warnings in generated code from to Fixed Clazy warnings in generated code.
Jan 10 2016, 6:44 PM
apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

added [-Wclazy-qstring-arg] in this diff because of conflicts

Jan 10 2016, 6:13 PM
apuzio updated the diff for D775: [CLAZY] Fixed most of level 1 and level 2 warnings.

Added manual changes (everything in one diff, because of conflicts)

Jan 10 2016, 6:02 PM
apuzio retitled D775: [CLAZY] Fixed most of level 1 and level 2 warnings from to Fixed [-Wclazy-qstring-uneeded-heap-allocations] with FIXIT.
Jan 10 2016, 5:45 PM
apuzio added inline comments to D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 10 2016, 5:37 PM · KDevelop

Jan 9 2016

apuzio added a comment to D770: Bug 350183 - Support of $VARIABLE in environment settings.

kfunk, Thank you for all help. I learned a lot while doing this task.

Jan 9 2016, 10:09 PM · KDevelop
apuzio added a comment to D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 9:52 PM · KDevelop
apuzio updated the diff for D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 9:51 PM · KDevelop
apuzio updated the diff for D754: T1274: Slow down in curves/turns in route simulation + optimisations.

Fixed small mistake in name

Jan 9 2016, 9:06 PM
apuzio added a comment to D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 9:02 PM · KDevelop
apuzio updated the diff for D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 9:01 PM · KDevelop
apuzio updated the diff for D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 8:58 PM · KDevelop
apuzio updated the diff for D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 8:56 PM · KDevelop
apuzio added inline comments to D770: Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 8:55 PM · KDevelop
apuzio retitled D770: Bug 350183 - Support of $VARIABLE in environment settings from to Bug 350183 - Support of $VARIABLE in environment settings.
Jan 9 2016, 8:02 PM · KDevelop

Jan 7 2016

apuzio added a comment to D754: T1274: Slow down in curves/turns in route simulation + optimisations.
Jan 7 2016, 9:22 PM
apuzio updated the diff for D754: T1274: Slow down in curves/turns in route simulation + optimisations.

Fixed typos and changed from "and" to &&

Jan 7 2016, 9:21 PM
apuzio updated the diff for D754: T1274: Slow down in curves/turns in route simulation + optimisations.

Removed commented lines. Added more comments.

Jan 7 2016, 4:26 PM
apuzio set the repository for D754: T1274: Slow down in curves/turns in route simulation + optimisations to R34 Marble.
Jan 7 2016, 2:02 PM
apuzio updated the diff for D754: T1274: Slow down in curves/turns in route simulation + optimisations.

Don't accelerate near turn.

Jan 7 2016, 2:02 PM
apuzio retitled D754: T1274: Slow down in curves/turns in route simulation + optimisations from T1274 to T1274: Slow down in curves/turns in route simulation.
Jan 7 2016, 9:25 AM
apuzio added a revision to T1274: Slow down in curves/turns in route simulation: D754: T1274: Slow down in curves/turns in route simulation + optimisations.
Jan 7 2016, 8:08 AM · Marble
apuzio added a task to D754: T1274: Slow down in curves/turns in route simulation + optimisations: T1274: Slow down in curves/turns in route simulation.
Jan 7 2016, 8:08 AM
apuzio retitled D754: T1274: Slow down in curves/turns in route simulation + optimisations from to T1274.
Jan 7 2016, 8:07 AM