- Feb 22, 2010
-
-
con authored
-
- Feb 19, 2010
-
-
dt authored
-
dt authored
-
file:///Thorbjørn Lindeijer authored
On some desktop environments, dragging and dropping a file gives us the url to the file in multiple mime types, including text/plain. This causes the url to be inserted as text by default. Work around this issue by explicitly ignoring drop events for the text editor when they also come with urls. Task-number: QTCREATORBUG-728 Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
Too much Qt branding, looks cleaner without.
-
Olli Werwolff authored
Reviewed-by: jbache
-
- Feb 17, 2010
-
-
Tobias Hunger authored
-
dt authored
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-
- Feb 16, 2010
-
-
con authored
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
- Feb 15, 2010
-
-
mae authored
When closing editor splits while the same document was visible in two editors, it could happen that the state of the closed editor survived (as opposed to sate of the editor which was still visible). This had the negative effect, that when visiting the file again, the cursor would jump to the obsolete position within the file.
-
- Feb 12, 2010
-
-
Friedemann Kleint authored
suppressing the "~QX11PixmapData(): QPixmap objects must be destroyed ..." warning.
-
- Feb 11, 2010
-
-
Kai Koehne authored
-
Friedemann Kleint authored
...making use of a shared device by all clients. Detect device removal by delaying the WM_DEVICE event handling. Introduce Acquire/Release mechanism to SymbianDeviceManager and let acquire() fail if the device is in use, thus preventing starting 'run' while debugging is active, etc. Handle "Device removed" (unplugging of cable) signal by closing the device and adding handlers to the clients, stabilize TrkDevice against it. Remove communication type from the run configuration parameters (now handled by SymbianDeviceManager). Working towards keeping the Trk-connection always open and a giving the target pane a meaningful tooltip. For the moment, pass on tooltips from device manager additional information (Trk version and such as determined by the launcher).
-
- Feb 10, 2010
-
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
- Feb 09, 2010
- Feb 08, 2010
-
-
Robert Loehning authored
This reverts commit a05ba6fd. Fixed the actions but broke handling of Esc-key and navigating to line numbers in locator bar.
-
- Feb 05, 2010
-
-
Robert Loehning authored
Reviewed-by: Thorbjørn Lindeijer
-
- Feb 04, 2010
-
-
Friedemann Kleint authored
-
- Feb 03, 2010
-
-
con authored
session restore
-
- Feb 02, 2010
-
-
Thorbjørn Lindeijer authored
Related to merge request #106: Jump to filename if Key_Left pressed on result string in SearchResultWindow. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Feb 01, 2010
-
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 28, 2010
-
-
Friedemann Kleint authored
Streamline code, avoid functions and container.end() invocations, introduce private, reduce #ifdefs, clarify code and add comments about usage on various platforms. Implement QFileIconProvider interface, making it usable for file system models. Use in FolderNavigationWidget. On this occasion, add checkable "Synchronize" action to FolderNavigationWidget. Task-number: QTCREATORBUG-62
-
- Jan 27, 2010
-
-
con authored
Such that the layout of the left hand sidebar can be restored even if the display language is changed.
-
- Jan 26, 2010
-
-
Friedemann Kleint authored
Move code to Foldernavigationwidget as static utilities and use them from there and from the Project explorer. Fix error message box. Task-number: QTCREATORBUG-62
-
- Jan 25, 2010
-
-
Friedemann Kleint authored
Uncovered by code scanning.
-
- Jan 22, 2010
-
-
Daniel Molkentin authored
- Improved icon and text positioning - Improved readability and some gfx glitches on windows and mac - Removed drop down functionality from Run/Debug/Build buttons
-
hjk authored
-
Martin Aumüller authored
default mapping: - :make -> build - :A -> switch header/source - :cn -> next issue item - :cp -> previous issue item Merge-request: 101 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Jan 21, 2010
-
-
Daniel Molkentin authored
The project selector also allows to select targets. However, this is not yet used, since the necessary changes are still being stabilized. Done-with: con
-
Daniel Molkentin authored
-
con authored
-
- Jan 20, 2010
-
-
Robert Loehning authored
-
- Jan 18, 2010
-
-
Friedemann Kleint authored
-