Daniel Molkentin
adf68f02af
welcome screen: fix borders for OS != Windows
2009-05-12 10:13:09 +02:00
Thorbjørn Lindeijer
1e4620a655
Fixed two dialogs to use the main window as parent
...
Setting a parent makes sure the dialog is correctly centered and shares
the taskbar entry.
2009-05-12 09:59:56 +02:00
Friedemann Kleint
870139fd42
Reverted "welcomemode: hot fix to compile core plugin", works now.
...
This reverts commit f56bdcd5ef .
2009-05-12 09:55:44 +02:00
Daniel Molkentin
d3c8f2f03b
Add rssfetcher.
2009-05-12 09:49:07 +02:00
hjk
f56bdcd5ef
welcomemode: hot fix to compile core plugin
2009-05-12 08:45:48 +02:00
Enrico Ros
11ffdd903a
Adding the complete Italian translation. Keyboard shortcuts are left unchanged.
...
Some twirks may be added, for keeping strings in-size.
Thanks to Oswald Buddenhagen for the instructions.
2009-05-11 18:35:04 +02:00
Enrico Ros
bca4d9698d
Remove unneeded strings from translation.
2009-05-11 18:29:49 +02:00
Daniel Molkentin
f5d031bb5b
welcome screen: tutorial section works, remember last tab
2009-05-11 17:56:42 +02:00
Daniel Molkentin
c6df40a51d
Add more sections. Getting started is still a stub.
2009-05-11 17:56:41 +02:00
Daniel Molkentin
dbc877e78c
welcome screen: more updates, forgotten files
2009-05-11 17:56:41 +02:00
Daniel Molkentin
f697224a2f
First iteration of reworked welcome screen.
2009-05-11 17:56:40 +02:00
Roberto Raggi
9c2b7235be
Check for valid qmlviewer executable.
2009-05-11 17:43:40 +02:00
Thorbjørn Lindeijer
581dca0ad9
Rewrote PrettyPrinter to output the document exactly as it was before
...
This means at the moment the PrettyPrinter isn't doing anything useful,
but the idea is that from here we can improve it to adapt the code to
a certain style.
Reviewed-by: Roberto Raggi
2009-05-11 17:03:51 +02:00
Thorbjørn Lindeijer
ecc2b25ddc
Extended the AST with references to more tokens
...
Mainly comma tokens. Referencing all tokens is necessary to be able to
implement pretty-printing based on the AST while maintaining user
formatting.
Reviewed-by: Roberto Raggi
2009-05-11 17:03:51 +02:00
Friedemann Kleint
36a94b69b1
Added Detaching to CDB.
2009-05-11 16:54:35 +02:00
Roberto Raggi
e1295099f9
Generate a nicer "Hello World" QML app.
2009-05-11 16:15:30 +02:00
Roberto Raggi
a5a71c1e83
Disable the buggy code completion support for JS files.
2009-05-11 15:46:31 +02:00
con
b53fbe80e3
Include any changed file when saving before build/run.
...
Previously there was a lot of logic figuring out which files have
changed that are referenced a project. Leading to e.g. header files that
are part of the project, but not in a pro file, not being saved.
2009-05-11 15:08:20 +02:00
Oswald Buddenhagen
3270c4828f
typo & language fixes
2009-05-11 14:10:22 +02:00
con
8457bd6861
Move wizard list generating helper methods to IWizard.
...
They don't have anything to do specifically with file wizards.
2009-05-11 13:36:56 +02:00
hjk
fc78ae272b
debugger: use short paths by default for setting breakpoints
2009-05-11 13:22:21 +02:00
con
643d4b94f4
Make it possible to override IDE_BUILD_TREE.
...
This is helpfull for building plugins from outside
the QtCreator source tree.
2009-05-11 12:38:20 +02:00
Roberto Raggi
fa3b5e38a8
Improved highligting of bindings.
2009-05-11 11:53:41 +02:00
Roberto Raggi
7ae8cf7586
Don't show script bindings in the QML overview.
2009-05-11 11:53:24 +02:00
Roberto Raggi
493af006c7
property and signal are keywords in QML.
2009-05-11 11:39:50 +02:00
hjk
530f1bbb33
debugger: remove unneeded code
2009-05-11 11:33:20 +02:00
Roberto Raggi
920b74892f
The `:' should be considered a separator and not an alpha char.
2009-05-11 11:31:58 +02:00
Roberto Raggi
7d640fd447
Highlight 'id:' bindings using the `keyword' format.
2009-05-11 11:22:29 +02:00
Roberto Raggi
ecc4615d56
Added a project wizard for QML applications.
2009-05-11 10:58:04 +02:00
hjk
3d9a53cff2
debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC)
2009-05-11 10:22:03 +02:00
hjk
af367068bb
debugger: work on tcf debugging
2009-05-11 09:58:41 +02:00
mae
9b82d98ede
some work on the save-modified-files logic. We no longer rely
...
on QFileInfo to tell us that a file is not writable, but accept
that the attempt to save a file might actually fail (:-) ). This
solves the NT network domain issue without the insane slowness.
The stuff needs more work. We do not have any UI for failing save
operations when closing creator (other than it doesn't close). Bad.
2009-05-08 17:59:01 +02:00
mae
3a8fab254d
small improvement to the split view: indicate in the editor view
...
combobox which documents are inside this view.
2009-05-08 17:59:01 +02:00
Friedemann Kleint
aa8548d37e
Added Cdb Debugger path options (including symbol server).
...
Made pathlisteditor use a toolbutton menu as it looks too
much of a "button desert" otherwise.
2009-05-08 16:56:48 +02:00
Alessandro Portale
d971065b36
Renaming workbenchintegration.h/.cpp to qtcreatorintegration.h/.cpp
2009-05-08 16:43:26 +02:00
Alessandro Portale
0ffc9ab76a
Removed unused source files that mentioned "Workbench". While at it,
...
also removed all code inside USE_P4_API. Gits history be our backup,
if we ever want to use the P4 Api directly in the future.
2009-05-08 16:43:18 +02:00
Alessandro Portale
b5c57d9136
Rename QtWorkbenchManifest to QtCreatorManifest
2009-05-08 16:43:17 +02:00
Alessandro Portale
0a593aa448
Rename QtWorkbenchSnippet to QtCreatorSnippet
...
Rename qtworkbench to qtcreator
2009-05-08 16:43:16 +02:00
Alessandro Portale
6fa838ab1b
Rename "Workbench" to "Qt Creator"
2009-05-08 16:43:16 +02:00
Alessandro Portale
0b13357700
Rename AboutWorkbench to AboutQtCreator
2009-05-08 16:43:15 +02:00
Alessandro Portale
c757c3f458
Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT
...
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
2009-05-08 16:42:50 +02:00
Alessandro Portale
2be7226215
Rename qworkbenchplugin.pri to qtcreatorplugin.pri
2009-05-08 16:42:48 +02:00
Alessandro Portale
97b3e71d08
Rename qworkbenchlibrary.pri to qtcreatorlibrary.pri
2009-05-08 16:42:48 +02:00
Roberto Raggi
12e27549b0
Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
...
Done with: mae
2009-05-08 15:50:15 +02:00
Roberto Raggi
ec9373ba8a
Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
...
Done with: mae
2009-05-08 15:49:01 +02:00
hjk
cc3f796113
debugger: work on tcf engine. first successful ping pong.
2009-05-08 15:38:34 +02:00
Roberto Raggi
762384c976
Compile
2009-05-08 15:36:53 +02:00
Roberto Raggi
c32887f6ac
Compile.
2009-05-08 13:00:05 +02:00
Friedemann Kleint
8b7ee8298f
Added a Path list editor widget.
...
On this occasion, fixed qtcreatorwidgets plugin for lib64.
2009-05-08 12:21:18 +02:00
con
a1e4421657
Build fix for non-webkit build.
2009-05-08 10:00:19 +02:00