hjk
4f05687ed0
version bump: 2.0.91 -> 2.0.92
2010-10-07 15:05:56 +02:00
kh1
699e3657a9
Replace QToolBars with StyledBar. Remove minimum size constraints.
...
Reviewed-by: con
2010-10-05 14:53:29 +02:00
dt
6b6d9871b8
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro
2010-10-04 16:07:46 +02:00
kh1
997e2e5348
Some properties are not being highlighted in context sensitive help.
...
This happens because the may have a different name (like it's frament)
which we now look for while parsing the html for the function name.
Task-number: QTCREATORBUG-2217
Reviewed-by: ck
2010-09-30 14:42:22 +02:00
hjk
e6dd3ff5f0
version bump 2.0.91 -> 2.1.81
...
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
days, and we'd like to have odd subminor for 'working' and even subminor
numbers for pure cherry-picking release branches anyway.
2010-09-30 13:49:10 +02:00
kh1
2e6217b756
Prefer never documentation over old ones.
...
Task-number: QTCREATORBUG-2080
Reviewed-by: ck
2010-09-29 14:09:49 +02:00
Jarek Kobus
da79614008
Translator corrections
2010-09-29 12:48:50 +02:00
hjk
4389f02097
version bump 2.0.90 -> 2.0.91
2010-09-27 16:57:34 +02:00
kh1
2c4eb25168
Don't put focus on the viewer if we couldn't find any documentation.
...
Task-number: QTCREATORBUG-2326
2010-09-24 09:43:03 +02:00
Friedemann Kleint
19a1210376
L10n: tr()-fixes.
2010-09-23 15:18:07 +02:00
kh1
b4dd2080be
Implement opening find toolbar after '/' as requested by hjk.
2010-09-22 15:33:50 +02:00
kh1
55fe83c291
Make it possible to return editor mode if the last help page was closed.
2010-09-21 17:01:36 +02:00
Leena Miettinen
224b43034c
UI text - fix capitalization
2010-09-17 11:14:38 +02:00
Leena Miettinen
213051555f
UI text - fix capitalization
2010-09-17 11:14:37 +02:00
kh1
ee3ad439a8
Fix memory leak.
...
Task-number: QTCREATORBUG-2335
2010-09-15 15:21:31 +02:00
hjk
ff0ac20a42
coreplugin: use Core::Id is some places
2010-09-10 17:22:28 +02:00
Friedemann Kleint
24cadd34a1
I10N: First translation fixes for 2.1
...
Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
2010-09-10 10:51:43 +02:00
kh1
6ce18c8dcb
The sidebar viewer should not be allowed to open a new page.
2010-09-09 15:54:37 +02:00
Friedemann Kleint
444e2fd4ce
Quieten gcc compiler warnings.
2010-09-07 14:34:38 +02:00
Roberto Raggi
f7b555b785
Abort expensive cancelled computations.
2010-09-07 11:44:19 +02:00
Victor Ostashevsky
ea354f258c
Wrong messages/contexts in help plugin
...
Merge-request: 172
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-09-01 10:32:46 +02:00
hjk
63bc8a0050
replace version 2.1.80 by 2.0.90
2010-08-30 10:38:38 +02:00
Tobias Hunger
715796b48a
Fix krazy issues: Use explicit constructors
...
* Fix all warnings about non-explicit constructors except for those
in 3rdparty code.
2010-08-27 12:10:29 +02:00
kh1
8c070031df
Fix build without webkit.
2010-08-26 11:58:39 +02:00
kh1
053721ea22
Should have been part of fc6c2aa998 .
2010-08-25 17:35:42 +02:00
kh1
fc6c2aa998
Small refactoring.
2010-08-25 17:34:36 +02:00
kh1
0cf36e2dc0
The backward menu logic was still broken.
2010-08-25 17:15:58 +02:00
kh1
ffdd1765ca
Better naming.
2010-08-25 16:18:52 +02:00
kh1
1b7a92925d
Make next/ previous button work for external help.
...
Task-number: QTCREATORBUG-2074
2010-08-25 15:51:56 +02:00
kh1
e9305eef3f
Better naming.
2010-08-25 15:51:55 +02:00
kh1
44f4db7a39
Add navigation menus to the back and forth history buttons.
...
Task-number: QTCREATORBUG-347
Reviewed-by: ck
2010-08-25 11:46:04 +02:00
kh1
9e352be3b1
Fix jumping to an anchor once the page has been scrolled.
...
Task-number: QTCREATORBUG-2130
2010-08-23 14:32:09 +02:00
kh1
c5db5d3fe3
Make sure the query widget is shown using creator style.
2010-08-17 15:57:27 +02:00
kh1
3170380074
Make sure we set the saved size for the side bar.
2010-08-17 14:48:07 +02:00
kh1
fea475ea55
Show tooltip for open pages and add a copy to clipboard option.
2010-08-16 15:25:27 +02:00
kh1
6c580fd71b
Make sure we can open local files as well.
...
Reviewed-by: ck
2010-08-16 15:21:58 +02:00
Thiago Macieira
25433ca87c
Fix compilation with Intel CC: Q_UNUSED takes a reference
...
in qglobal.h, we make Q_UNUSED call a template function that takes T&
as a parameter. So we can't pass an rvalue (the result of the &&
operator).
Reviewed-By: Trust Me
2010-08-11 21:13:44 +02:00
kh1
7b3208ce0f
Add some more missing shortcuts.
2010-08-06 14:45:53 +02:00
Friedemann Kleint
7e739985b2
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/git/gitclient.cpp
src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
2010-08-06 10:46:50 +02:00
kh1
eec3542433
Missing connects when changed from the options dialog.
2010-08-05 16:17:47 +02:00
kh1
8e5b17ced6
Fix warning.
2010-08-05 14:55:52 +02:00
kh1
597ceed2c4
Make the side bar able to hide, implement missing shortcuts.
...
Reviewed-by: ck
2010-08-04 15:35:29 +02:00
kh1
fd6f1b6940
Show user defined filters only, some more of information about the filter.
...
Reviewed-by: ck
2010-08-03 17:13:48 +02:00
kh1
c094e8f353
Make use of the user defined filter settings.
2010-08-02 16:33:19 +02:00
kh1
dc3f33890c
Make use of the custom value settings functionality.
2010-08-02 16:32:18 +02:00
kh1
00783d2fbd
Make sure on first start the IDE becomes the active window.
2010-08-02 16:18:34 +02:00
Olivier Goffart
40c07dbf97
Fix invalid read
...
One shall check the event is a QKeyEvent before static_cast
2010-08-02 14:46:38 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.
The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
kh1
4660ff4a04
Highlight only topics, not in text hits.
...
Task-number: QTCREATORBUG-1964
Reviewed-by: kh
2010-07-29 15:35:02 +02:00
kh1
7608604c5f
Remove superfluous class member.
2010-07-26 16:08:21 +02:00