Commit Graph

33 Commits

Author SHA1 Message Date
dt
bfa80c41a9 Fixes file system view to be unable to cdUp to the root
Reviewed-By: Robert Loehning
2010-06-22 15:28:54 +02:00
Robert Loehning
ec688e5c62 Resurrecting the title and tooltip of FolderNavigationWidget 2010-04-21 13:43:50 +02:00
Friedemann Kleint
6d6d59fc43 FolderNavigationWidget: Fix file watcher leaks.
by modifying it to change the root path of
the model instead of changing the top index
of the view. Depends on fix for QTBUG-8632.
2010-03-29 15:48:17 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Lasse Holmstedt
df7a19de9e Design mode integration
Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
and created in coreplugin. Other plugins can register themselves to it.
2010-02-26 11:17:02 +01:00
Robert Loehning
1ae9c10fb8 Changed FolderNavigationWidget::showInGraphicalShell to show expected directories. 2010-02-09 11:23:59 +01:00
Robert Loehning
5c2738d6ee Changed filter for FolderNavigationWidget to hide directory /.. 2010-02-05 09:26:51 +01:00
Robert Loehning
1105e4d2bd Cleaned up filter for FolderNavigationWidget. 2010-02-04 16:58:30 +01:00
Robert Loehning
236bb0371e Added tooltips showing the full path to FolderNavigationWidget. 2010-02-03 16:55:41 +01:00
Robert Loehning
4038e16d24 Removed unneeded action "Synchronize" from FolderNavigationWidget's context menu. 2010-02-03 14:31:04 +01:00
Robert Loehning
55bd2977ea Added "Open with" menu to FolderNavigationWidget. 2010-02-03 13:16:35 +01:00
Friedemann Kleint
6771aafb9c FileIconProvider: Refactor class.
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
2010-01-28 15:47:58 +01:00
con
58a248cb9d Navigation widgets need separate id and display name.
Such that the layout of the left hand sidebar can be restored
even if the display language is changed.
2010-01-27 19:05:19 +01:00
Friedemann Kleint
7ddfd8659a Foldernavigationwidget: Add "Open Terminal" and "Open Explorer".
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
2010-01-26 12:33:48 +01:00
Friedemann Kleint
001602c2a4 Foldernavigationwidget: Use QFileSystemModel instead of QDirModel.
hoping for better performance. On this occasion, add context menu
containing "Open" and "Choose folder" enabling drive changes on
Windows. Purge remains of QDirModel elsewhere.
Task-number: QTCREATORBUG-62
2010-01-26 10:33:39 +01:00
Friedemann Kleint
b4c6ecee58 ProjectExplorer include file cleaning spree. 2010-01-25 15:10:12 +01:00
Roberto Raggi
c17fcb8ac6 Fixed a typo.
Renamed doockToolBarWidgets
2009-10-09 17:41:09 +02:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
con
dea7e36a13 Don't follow symbolic links in the file system view.
If you double-click on a file, this file should be opened, not its link
target.
2009-08-31 12:30:54 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
con
8ed85f1eb6 Unify tool button appearance in "panelWidgets".
Reviewed-by: Jens Bache-Wiig
2009-07-17 13:13:32 +02:00
Jason McDonald
884b7af769 Update license headers and sales contact details.
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
hjk
8ca887aae2 Fixes: change file license headers to include LGPL 2009-02-25 09:15:00 +01:00
con
66e9410f3d Fixes: - Unwanted focus halos 2009-01-30 17:09:33 +01:00
Thorbjørn Lindeijer
6adecf3767 Avoid going through ICore when it's not necessary
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
hjk
667255c4d1 some more ICore related cleanup 2009-01-20 17:14:00 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
Thorbjørn Lindeijer
6c1e557d70 Changed coreplugin resource prefix to "/core"
It still read "/qworkbench", the research project name for Qt Creator.

Reviewed-by: con
2009-01-12 15:23:22 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
cf11b69643 more code cosmetics 2008-12-02 16:19:05 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00