- 25 Feb, 2014 3 commits
-
-
Eike Ziller authored
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
Less code now. Change-Id: I5abdd0bb56ecb940bb606111461b521a54ecaf21 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I47e457c4a1821c515cd8a740d27bfe005a0c09e6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Feb, 2014 1 commit
-
-
Lorenz Haas authored
setPalette() does not replace the old one but rather adds the difference. Thus a previous copy of the palette is unnecessary. Change-Id: I5c06da456b76144efc4a984ccda13c7d2243a7bc Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Feb, 2014 1 commit
-
-
Alexander Kondratskiy authored
Refactoring appendLines to use MessageStyle enum. Task-number: QTCREATORBUG-8289 Change-Id: I3a023724e6616d1b60640cb4d70ce7dd8fe30338 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 18 Feb, 2014 1 commit
-
-
jkobus authored
GitDiffSwitcher operates now on IDocument. GitDiffHandler operates now on DiffEditorController. "source" property now attached to editor's document (VcsBasePlugin). Change-Id: Ie2570a597b8b992ac1dc33b9179eca459c8a751a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 14 Feb, 2014 2 commits
-
-
hjk authored
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I7ae3a18f52f946bf8a025fd3b8c1425bb2d88272 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 13 Feb, 2014 1 commit
-
-
Tobias Hunger authored
There should be no functional changes, just removal of unnecessary code. This includes: * Removal of unused QObject *parent = 0 parameters to constructors * Removal of unnecessary explicits * Removal of unnecessary virtuals * Removal of unnecessary constructors/destructors Some explicits were added though where those were missing. Change-Id: Iab570349ea950dad0a2d01af17bc6175f70832f1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Feb, 2014 2 commits
-
-
Orgad Shaneh authored
Suppresses all kinds of output Change-Id: I3bd2173fc3efcfcc2ce7434d9545cd1492d7c0ab Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
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>
-
- 11 Feb, 2014 1 commit
-
-
Tobias Hunger authored
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 06 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-11411 Change-Id: I0c2f2ec9cfb45aea7861b2f594cbc84b973db68d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Jan, 2014 2 commits
-
-
Orgad Shaneh authored
This breaks "Conflicts" section in Git, and possibly others Change-Id: I821fd147194af0ce3902cedad02f373d6892e665 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Resets the revisions when setting the contents of text editor documents in general. Task-number: QTCREATORBUG-11356 Change-Id: I4069d629d8a612d42c7deae707300d50690e2db7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Jan, 2014 2 commits
-
-
Eike Ziller authored
Change-Id: I4f71448d6788a4e553b1495b72263a004e65d8c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Jan, 2014 2 commits
-
-
Eike Ziller authored
It was never called with a sensible value anyhow, and only complicates things. Change-Id: I005848700b6c00114d91495670d4a0e15a2d2e64 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Dec, 2013 1 commit
-
-
jkobus authored
Get rid of source property out of DiffEditorWidget, attach dynamic property when it's needed instead. Change-Id: I6641a7b55c42b4eceba78c2e28f5140b40fe0fa5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 12 Dec, 2013 3 commits
-
-
Eike Ziller authored
Change-Id: Ibc07d7b72abb8333905937967e4122b8c7706d37 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
The action handler implicitly passed ownership to ICore, which is non- to the action handler. We now consistently create the action handler in the editor factory, give ownership to the editor factory, and don't hold a reference to it. Change-Id: I4372f8de966e3ceff87c06c5528c6b54522c1d57 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
The action handler already knows which editors to handle through the context. It only needs to receive signals for updating the actions from the current editor. So there is no need to tell the action handler about every individual editor. This also removes some noise from the text editor implementations. Change-Id: I76dc5b1559cc8cf54ff313e6cdba4e789a3108aa Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 10 Dec, 2013 1 commit
-
-
Eike Ziller authored
The default "matches" method now takes the widget and looks for all child labels, checkboxes, push buttons and group boxes. Because of that, the former "createWidget" method can be called multiple times without creating a new widget (-->widget()), and the "finished" method must ensure that the created widget gets deleted, since not all widgets that were created are added to the UI anymore. Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 03 Dec, 2013 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-10860 Change-Id: I22550b4415e07cac0d78f36595dc7ee781a837c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 26 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I522bdb7e035b772265cec1d1b0296dd22ccc1691 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 14 Nov, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Nov, 2013 1 commit
-
-
Friedemann Kleint authored
These causing warnings when applying translation patches. Change-Id: Id260369ac59b4218bf5b8391eb547aec58ffd3f5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 22 Oct, 2013 1 commit
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I07c1b61e8b6719e54fdc1f69cf63f573119a6776 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Oct, 2013 1 commit
-
-
Tobias Hunger authored
Executing a parameter widget command calls a diff() or log() of VcsBaseClient. The editor already existed, but parameter widget is always created (call to setConfigurationWidget() will be ignored in this case) - and parameter widget gets leaked. Change-Id: I25591d5a54b80fed25ff11ce26108882c421e9fc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 18 Oct, 2013 1 commit
-
-
Tobias Hunger authored
Add a "OK" button to the message box informing about a failure to find any project file in the freshly checked out directory. That way the user has a way to close the message box on Mac. Task-number: QTCREATORBUG-10429 Change-Id: I9e1a4a2f368982dea2b0060f3f35dcb97d8936a3 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 17 Oct, 2013 1 commit
-
-
Orgad Shaneh authored
Instead of actual file. In case currentFile is a directory, it is cleared, and project top level is used instead. This leads to unexpected results. This patch corrects repository resolution in stash dialog when opened inside a submodule. Task-number: QTCREATORBUG-10397 Change-Id: I070cc7f9cbebe3be800dbbb9569cf73f540a6d14 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Oct, 2013 1 commit
-
-
jkobus authored
The first step in cleaning a mess in VCS Change-Id: I06ee1d9952cc91dc8f599f906d221850ffb0835b Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 15 Oct, 2013 1 commit
-
-
Tobias Hunger authored
The functionality is unused. Change-Id: I45017106509b8dbff9f3eff3aaef6de19be31ce7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 14 Oct, 2013 1 commit
-
-
Tobias Hunger authored
This prevents the crashes when the command signals a state change after the managing editor was closed. Task-number: QTCREATORBUG-10343 Change-Id: I57e34c49d5ef8b5693bec6ac0ebc9d87afa99dc9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 11 Oct, 2013 2 commits
-
-
Tobias Hunger authored
Change-Id: I6a55414a5f14984102277050d5b22e2e98741656 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-2455 Change-Id: I4b1fa9676ad4a8d7293e035e4d6103251bef8aee Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Cristian Tibirna <tibirna@kde.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 10 Oct, 2013 3 commits
-
-
Orgad Shaneh authored
Change-Id: I6993cdd6f91f29b6f4e990cc5ba332ff63f7ed9f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Can have other usages than diff Change-Id: Ieb01a88eb95503ac89b2f2c1120eddf404cdce5a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Required for supporting renames on annotate. The renamed file (and possibly its parent directory) doesn't exist anymore, so it shouldn't be passed as a working directory. Change-Id: I809e8df17c1dc5199e533b525244a668eccbcd5f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-