index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
macros
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mac: Avoid more Opt+<char> shortcuts.
Eike Ziller
2012-05-23
1
-1
/
+1
*
Get rid of lots of ifdef Q_OS_MAC for shortcuts.
Eike Ziller
2012-05-23
1
-10
/
+2
*
IOptionsPage: replace virtual fuctions by data members
hjk
2012-05-23
2
-37
/
+5
*
editormanager: simplify use of interface
hjk
2012-05-11
3
-8
/
+7
*
qbs files: use Qt5 module dependencies
Joerg Bornemann
2012-04-10
1
-1
/
+1
*
Merge remote-tracking branch 'origin/2.5'
Eike Ziller
2012-03-08
1
-2
/
+2
|
\
|
*
Normalized connect()s
Robert Loehning
2012-03-06
1
-2
/
+2
*
|
Port Qt Creator to the new plugin system of Qt 5.
Friedemann Kleint
2012-03-02
1
-0
/
+1
|
/
*
qbs: Cleanup
Orgad Shaneh
2012-02-28
1
-4
/
+1
*
add qbs files
Joerg Bornemann
2012-02-20
1
-0
/
+62
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
20
-67
/
+67
*
Replace Q_WS_MAC with Q_OS_MAC.
Morten Johan Sorvig
2012-01-26
1
-2
/
+2
*
Use new static ICore interface.
hjk
2012-01-24
5
-31
/
+21
*
mostly core and analyzer: more id-fication
hjk
2011-11-15
1
-1
/
+1
*
Merge remote-tracking branch 'origin/2.4'
Eike Ziller
2011-11-11
28
-56
/
+56
|
\
|
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
28
-56
/
+56
*
|
more Id type fixes
hjk
2011-11-10
2
-6
/
+6
*
|
more style fixes of string literal access
hjk
2011-11-02
1
-11
/
+10
|
/
*
s/error_message/errorMessage/g
hjk
2011-09-21
2
-3
/
+3
*
core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gone
hjk
2011-09-05
5
-5
/
+5
*
core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManager
hjk
2011-09-05
1
-1
/
+1
*
Merge app_version.h and ide_version.h
Eike Ziller
2011-08-31
1
-2
/
+1
*
Fix crash when replying macro including alt+r
Eike Ziller
2011-07-26
1
-2
/
+16
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
28
-28
/
+28
*
Fix more krazy warnings.
Friedemann Kleint
2011-04-19
2
-2
/
+2
*
add/unify i/o error handling
Oswald Buddenhagen
2011-04-18
3
-20
/
+36
*
Merge branch '2.2'
Oswald Buddenhagen
2011-04-14
28
-394
/
+367
|
\
|
*
Update license.
hjk
2011-04-13
28
-392
/
+364
|
*
Make "Macro" options title translatable
Jarek Kobus
2011-04-11
2
-2
/
+3
*
|
Remove unused constants, fix lacking virtual destructor
Jarek Kobus
2011-04-14
1
-1
/
+0
|
/
*
Still changes to our options dialog
Leandro Melo
2011-02-28
2
-16
/
+15
*
Revert "More options dialog UI changes"
Leandro Melo
2011-02-28
1
-6
/
+0
*
More options dialog UI changes
Leandro Melo
2011-02-25
1
-0
/
+6
*
fix a few krazy warnings
hjk
2011-02-23
1
-1
/
+1
*
L10n: First round of tr()-Fixes for 2.2
Friedemann Kleint
2011-02-14
1
-1
/
+1
*
The macros plugin use a directory in userResourcePath.
Nicolas Arnaud-Cormos
2011-02-07
9
-427
/
+90
*
Add a save macro menu item, and remove the 'show save dialog' option in macro...
Nicolas Arnaud-Cormos
2011-02-07
11
-60
/
+31
*
change menu name for macros plugin
Nicolas Arnaud-Cormos
2011-02-07
2
-6
/
+6
*
Header cleanup in src, specify module name.
Friedemann Kleint
2011-01-24
6
-14
/
+10
*
Change the default shortcut for execute macro.
Nicolas Arnaud-Cormos
2011-01-24
1
-1
/
+1
*
Refactor the shortcut management for plugin macros
Nicolas Arnaud-Cormos
2011-01-24
13
-170
/
+60
*
Exported header cleanup.
Friedemann Kleint
2011-01-20
17
-63
/
+73
*
Macros: add different shortcuts for mac.
Nicolas Arnaud-Cormos
2011-01-18
1
-1
/
+9
*
macro plugin: compile fix with namespaced Qt
hjk
2010-12-20
4
-8
/
+16
*
Macros: Fix license headers
Tobias Hunger
2010-12-20
30
-210
/
+330
*
New plugin: plugin macro
Nicolas Arnaud-Cormos
2010-12-20
38
-0
/
+3819