- 12 Nov, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I91674de50a18883baa4fe2014e5589a7f4dd08fb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 06 Nov, 2014 1 commit
-
-
Eike Ziller authored
Broke with 222be8f2 Task-number: QTCREATORBUG-13351 Change-Id: I12cf4681dc9f264c46ee307d622a5aa74f6800c5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 05 Nov, 2014 3 commits
-
-
Orgad Shaneh authored
Change-Id: I62378e088c9a212fedd752b43ed9b3b9e1a18d73 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
They were always triggered on the find support that had the find tool bar, even if the focus moved to a different one and even if the find tool bar was not visible. Task-number: QTCREATORBUG-11587 Change-Id: Ica7ef6275dc8a7e0e8b974c2796651c9ca7809a6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Introduce flags for what to do instead of doing much of the logic itself in that method. Change-Id: I3ee38e39549e1267c55c94c3a93211492eb2e2f3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 12 Aug, 2014 1 commit
-
-
Daniel Teske authored
The labels need to be polished so that they get the right palette, and the icon needs to be switched from light to dark. Change-Id: I3e37947e741c3d92f3c1ac3bb02e631aa7803f59 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Aug, 2014 1 commit
-
-
Daniel Teske authored
Change-Id: Ic88d9a87a9eb08e597a0aa5652ac061b54d86d1e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Jul, 2014 1 commit
-
-
Alessandro Portale authored
Letting that helper function return a file name is more flexible than returning a QPixmap. Change-Id: I4634e4e795eec029608c8e65c1a0e8afff870a91 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 23 Jul, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Ic8f3c897aa77bff2d1bb393186634418ff0d8d80 Task-number: QTCREATORBUG-12710 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 17 Jul, 2014 1 commit
-
-
Leena Miettinen authored
Because it would have needed changing. Change-Id: I58ff194a296cce1fd6096f3cc2ea39854435e7c1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 Jul, 2014 1 commit
-
-
Alessandro Portale authored
magnifier@2x.png was already part of the core plugin, but never used since the @2x logic is in QIcon and for the magnifier.png we use QPixmap for loading. This patch uses Utils::StyleHelper::dpiSpecificPixmap() to load the image in the findtoolbar and locatorwidget. It also removes the image centering code in FindToolBar::updateIcons() (most likely a by now obsolete workaround) since the image gets properly centered in the Utils::FancyLineEdit. Change-Id: I5cd6d22fc5cce3838db6164568cb9165da052c49 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Jul, 2014 2 commits
-
-
Eike Ziller authored
The highlight was removed when switching editors (also from the original editor). Change-Id: Ie2d6760dec52940097f3daafe6e36b57069c1443 Task-number: QTCREATORBUG-9949 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Since we also call it "highlightAll". Change-Id: Ica19091151538d588c1e6658ef139df82183c6e3 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 12 Jun, 2014 1 commit
-
-
Eike Ziller authored
Hide the labels and buttons if it gets too small. Change-Id: Id6a3d695909e13be7160890ed04117c25929c7f7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 20 May, 2014 2 commits
-
-
Thiago Macieira authored
qmljsimportdependencies.cpp:937:18: warning: variable ‘found’ set but not used [-Wunused-but-set-variable] findtoolbar.cpp:665:18: warning: unused variable ‘w’ [-Wunused-variable] Change-Id: I75930fa6f5a7cbb91d9c39e6808f8c3ce913327e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
cmd is not used before it's assigned again Change-Id: I153861cb4733b3163dbcd594229578c3f8cf918a Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 May, 2014 1 commit
-
-
David Schulz authored
When the find in current document widget is visible and the find string line edit has currently the keyboard focus triggering the Find/Replace- Task-number: QTCREATORBUG-8131 Change-Id: Ia1639e2cc6156496afc6c8933988ce2a99902c18 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 04 Apr, 2014 1 commit
-
-
Adam Strzelecki authored
Previously Enter Find String (Ctrl+E) required opening Find toolbar at least once, which is minor but noticeable annoyance. With this change it always opens Find without focus, so it lines up with Find Next Selected behavior and also with default Mac behavior. It does also show yellow highlight for all occurrences without moving cursor. Task-number: QTCREATORBUG-8993 Change-Id: I1eb8f151d5482895cc49fa5281e7d4e66cf31545 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Mar, 2014 1 commit
-
-
Eike Ziller authored
It was explicitly handling the escape key for "return to current document find", which is wrong since the shortcut for "return to editor" (which it replaces) can be changed. The correct thing is to register an own action for "return to editor" for the find tool bar, overriding the default behavior. Change-Id: I77c690fa5921ce4022b8d2b38383668efd717875 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Feb, 2014 1 commit
-
-
Eike Ziller authored
Open a popup that doesn't close on every change of an option. Make the options button accessible through tab. Task-number: QTCREATORBUG-11340 Change-Id: I61b83243ead4b0b3d7075c1e8f8327cd31d9c2c4 Reviewed-by:
Bojan Petrovic <bojan85@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 25 Feb, 2014 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-4839 Change-Id: Ied26d48abaeb101b70c206a419716d2b84213726 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 20 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
placeholder text needs to be cleared after calling setFiltering(), which sets it. Change-Id: I12c3d56eb620600f6e116b62aed7bb904d94011c Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Feb, 2014 1 commit
-
-
hjk authored
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 14 Jan, 2014 1 commit
-
-
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 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 04 Sep, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I3caf03474c7e080766b85c6a3042f6a29f13cd40 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ia032a9f0c9360ffbc0d8a9c631f4c87d765fd0da Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 20 Mar, 2013 1 commit
-
-
Eike Ziller authored
Make shortcut override handling not have side effects. Task-number: QTBUG-30164 Change-Id: Ie54a31fc6539d4e509b0903983df0effa06cee12 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 14 Dec, 2012 1 commit
-
-
Francois Ferrand authored
When making a case insensitive search, try to keep the string capitalization when doing the replace: - All upper-case matches are replaced with the upper-case new text. - All lower-case matches are replaced with the lower-case new text. - Capitalized matches are replace with the capitalized new text. - Other matches are replaced with the new text as provided. Note: this does not work with regexp replace, only plain text. Change-Id: I87cbc28eb64688bdf3c8c6ec173fcb22f91abcd0 Reviewed-by:
Cristian Tibirna <tibirna@kde.org> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Dec, 2012 1 commit
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-8408 Change-Id: I6a7eb34ff3fe296585be3e997d8c7f560612a560 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 13 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: Ibd244963c5cd643fc0e8358ceabff0ad5f6599eb Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 30 Aug, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ie59a7613775c7e5ab19524adc0c5658a81532e95 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 24 Aug, 2012 1 commit
-
-
hjk authored
Change-Id: Ia667895b619d0bb37561dce348adb7269df2fb9c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 19 Jun, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-