summaryrefslogtreecommitdiff
path: root/src/plugins/bazaar/uncommitdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Bazaar: Move plugin pimpl into .cpphjk2020-01-291-53/+0
| | | | | Change-Id: If355d4dc34febcda7da24d85370f3ab607f5cd82 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Bazaar: Remove direct accesses to singletonshjk2020-01-241-3/+3
| | | | | Change-Id: Ie736597dcc17256fc1ef912689ef86e706acbd99 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Bazaar: ModernizeOrgad Shaneh2018-09-201-1/+1
| | | | | | | override, auto, nullptr Change-Id: I052bc2759f61129c0185e3ae196de73bf22024c5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* Polish: Remove some more useless "slots" from headersTobias Hunger2016-02-101-2/+1
| | | | | Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Bazaar: ModernizeTobias Hunger2016-02-041-5/+2
| | | | | | | | | * Use pragma once * Remove unused member variables * Use overrides Change-Id: I190262143e6a51cf6882aceab64e8461202c74a3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+14
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
| | | | | | | | | | | | | | | | | | Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by: hjk <hjk121@nokiamail.com>
* Incremented year in copyright infoRobert Loehning2014-01-091-1/+1
| | | | | Change-Id: I6e25ba25aa2898b5382dae7f3751deebb6072efa Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Bzr: add support for "uncommit" commandHugues Delorme2013-12-111-0/+62
All "bzr uncommit" options are supported, even --dry-run (allowing user to check the green light) Change-Id: Ib97ef1333709ad18be53c658c23c97356e4e4ce0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>