- Aug 26, 2013
-
-
jkobus authored
Change-Id: I87f64446161a57aea0896f68e4eafacef791969b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Apr 05, 2013
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I004d756b351c3fdd9d13367627b1345f3efa7f2a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 30, 2013
-
-
Orgad Shaneh authored
Tests included Change-Id: Ibe2f6ece207128f8467b0cbca9dc38f2bcd5ced6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 21, 2013
-
-
Orgad Shaneh authored
Use diff file pattern to match file name. Avoid duplication. Include unit tests for Git Change-Id: Ib68a08368270a27976a3e16bdd1cb219a52b8889 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 18, 2013
-
-
Orgad Shaneh authored
All plugins do the same... Change-Id: I21e5a1d7507292add91199a3db75df74165b63b1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Mar 20, 2012
-
-
Aurélien Gâteau authored
Avoid false-positives when looking for changes under cursor in log view. Change-Id: Ic0f9c105747ee2c1792b372f9cb3757017633861 Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
- Mar 06, 2012
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6257 Change-Id: Ied01cf6773b5114100afccbac33f359cc72c0889 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 03, 2012
-
-
Tobias Hunger authored
* Avoid calling git --version repeatedly * Use VcsManager to find toplevel directory which does caching. Task-number: QTCREATORBUG-6906 Change-Id: Ib9ba94751bbecac686a0e116baeded9b2f6f3d90 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jan 09, 2012
-
-
hjk authored
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- Nov 22, 2011
-
-
hjk authored
Change-Id: Ie5d484ba7078f29eae6636d01e1d99e3e45d1a45 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 16, 2011
-
-
Hugues Delorme authored
From a diff view, jumping into 'added' files wasn't working. Actually file jumping was working only for 'modified' files. This is fixed by using a more general diff regexp in class BazaarEditor (attribute m_diffFileId) This bugfix also allows to highlight all diff specs (rename, remove, ...) Task-number: QTCREATORBUG-6531 Change-Id: I80bcbc0f77644c6caa7e7c750bd474a12263b589 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Nov 14, 2011
-
-
Hugues Delorme authored
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 24, 2011
-
-
cerf authored
BazaarEditor::fileNameFromDiffSpecification() was not seeing all lines starting with "+++ file". Searching for "=== modified file 'file'" instead solves the problem Change-Id: Ib1d4c839543f0f8cc00ecbfaa177b369a4c20ee1 Merge-request: 330 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/78
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 28, 2011
-
-
Friedemann Kleint authored
Add toolbar controls for ignore-whitespace to editors and wire 'Revert Chunk' context menus. Fix Bazaar diff interaction (find the file on doubleclick). Introduce initializeDiffEditor to BaseClient and wire the editors there.
-
- Mar 16, 2011
-
-
cerf authored
The top-level marker is now centered on the line starting with '===' Merge-request: 274 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 273 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 268 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Mar 14, 2011
-
-
cerf authored
The top-level marker is now centered on the line starting with '===' Merge-request: 274 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 273 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Mar 11, 2011
-
-
cerf authored
Merge-request: 268 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 28, 2011
-
-
cerf authored
Merge-request: 229 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Dec 17, 2010
-
-
con authored
-
- Aug 13, 2010
-
-
Friedemann Kleint authored
... for git, hg as it is not obvious from the SHA1 displayed.
-
- Jan 08, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-503
-
- Dec 09, 2009
-
-
Friedemann Kleint authored
Make the diff-base directory a property of VCSBaseEditor and use everywhere.
-
- Nov 03, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Polish: Canconical slots, const-correctness, some QLatin1Strings/tr,
-
- Nov 02, 2009
-
-
dt authored
-
- Sep 21, 2009
-
-
Brian McGillion authored
-