aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpcon2010-01-071-5/+5
|
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-113-1/+19
| | | | | | | | | Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116935249a840e1350a6f8de73bc794fb09. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Revert "Code model: Update on changes from the versioning system."con2009-11-103-19/+1
| | | | | | | | This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09. It breaks the code model updates completely. So reverting this change until we have the right thing. Reviewed-by: Roberto Raggi
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-093-1/+19
| | | | | | | | | | | Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: con <qtc-committer@nokia.com>
* Version bump.con2009-10-291-5/+5
|
* Version bump.con2009-10-291-5/+5
|
* Enable multi key shortcuts on the Mac.con2009-10-091-12/+0
| | | | Since that was fixed in Qt.
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-056-34/+32
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* Version bump.con2009-10-021-5/+5
|
* VCS: perforce, cvs, subversion: Goto current line in blame.Friedemann Kleint2009-10-011-2/+4
|
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-0/+2
| | | | | | | | | and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
* Version control: Do not keep lock on message file while committing.Friedemann Kleint2009-09-222-27/+32
| | | | | | Store the file name and do not keep the QTemporaryFile around, which still seems to maintain some kind of lock on Windows although it is closed.
* Version bump.con2009-09-101-5/+5
|
* Compile without rtti supportdt2009-08-271-2/+1
| | | | | Since we can easily do that, just do it. No gurantee that we aren't going to use rtti in the future.
* Version Control: Release the commit message temporary file.Friedemann Kleint2009-08-171-12/+28
| | | | ... and add some logging to p4.
* long live the kinghjk2009-08-1422-22/+22
|
* API naming.con2009-08-121-1/+1
| | | | Reviewed-by: hjk
* Perforce/Subversion: Display diff/annotation with correct encoding.Friedemann Kleint2009-08-111-2/+1
|
* Version control: Replace per-VCS output panes with a single one.Friedemann Kleint2009-08-105-368/+23
| | | | ...and give it some color and formatting.
* Remove excess semicolonsAdriaan de Groot2009-07-142-2/+2
|
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-2/+2
| | | | There were both variants, with and without extra semicolon.
* Add update (sync) options to the Perforce plugin.Friedemann Kleint2009-07-132-65/+134
| | | | | Add update for projects/all. Remove shortcuts for Mac. Task-number: 257848
* Make the "prompt to submit" setting a per-plugin one.Friedemann Kleint2009-06-195-26/+77
| | | | | Provide a checkable message box to be able to turn prompting off when asked.
* Don't ask to reload the file, if the user uses git/undo or git/revert.dt2009-06-181-11/+2
| | | | | | Simply do it. Task-Nr: 254558
* Update license headers and sales contact details.Jason McDonald2009-06-1723-46/+46
| | | | Reviewed-by: Trust Me
* no need to translate theseOswald Buddenhagen2009-06-161-1/+1
|
* Version bump also in master.con2009-06-041-5/+5
|
* Version bump.con2009-06-021-5/+5
|
* Fixed p4 plugin.Friedemann Kleint2009-05-287-123/+261
| | | | | | | | | | Introduce settings struct again. Add an errorString() to the settings class. Change checkP4Command to checkP4Configuration and make it report errors when appropriate. Make errorString show up in settings page and add "Test" button. Build options correctly (omit empty settings) and use basic options for the test (which was the bug causing p4 to be disabled if options were actually specified).
* Raise existing submit window if there is one when Submit is invoked.Friedemann Kleint2009-05-271-0/+3
| | | | | Introduce convenience to VCSBaseSubmitEditor. Task-number: 254644
* Added ParameterAction class for QActions acting on files.Friedemann Kleint2009-05-152-47/+33
| | | | | | | | | Reduce inconsistencies in tr()-Strings provided for QActions that act on a current <something> (mostly files) by introducing a ParameterAction class that takes the tr()-Strings at construction time and provides a setParameter(QString) slot, allows for setting that parameter or an empty string, which will cause the displayed text to be updated.
* Merge commit 'enrico/master'Oswald Buddenhagen2009-05-121-3/+0
|\
| * Remove unneeded strings from translation.Enrico Ros2009-05-111-3/+0
| |
* | typo & language fixesOswald Buddenhagen2009-05-111-1/+1
|/
* Removed unused source files that mentioned "Workbench". While at it,Alessandro Portale2009-05-086-470/+1
| | | | | 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.
* Rename qworkbenchplugin.pri to qtcreatorplugin.priAlessandro Portale2009-05-081-1/+1
|
* This code can be simplified.dt2009-05-052-6/+2
|
* Add a next/prev shortcut (F6 for now) for outputpanes.dt2009-04-302-0/+31
| | | | | | | This one has some magic inside to always use the current outputpane. This solves the issue that I don't want Search and Build Issues list to have its own set of next/prev shortcuts. todo is a better definition of next for the build issues and/or a way to restrict it only to errors.
* Add the *.pluginspec to OTHER_FILES so that we can use Locator for themdt2009-04-221-0/+2
| | | | Hopefully i didn't miss a plugin.
* Merge commit 'origin/1.1'Oswald Buddenhagen2009-04-091-1/+1
|\
| * Code style fixesThorbjørn Lindeijer2009-04-081-1/+1
| | | | | | | | | | Removed "void" from functions that take no parameters, removed a few "get" prefixes, etc.
* | Version bump.con2009-04-081-5/+5
|/
* Version bump.con2009-04-081-5/+5
|
* Fix struct/class inconsistency.dt2009-04-021-1/+1
|
* Make VCS plugins keep the submit editor open if the submit fails.Friedemann Kleint2009-03-203-20/+21
|
* Fix wrapping of commit messagesFriedemann Kleint2009-03-201-1/+1
| | | | | | Remove trimmedDescription(), always trim. Extract trimmed text using the text cursor Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fixes: Polish submit message checking.Friedemann Kleint2009-03-202-7/+18
| | | | Details: Use a global model for nicknames that is shared by all dialogs to solve the updating problems. Make p4 plugin submit work again. Force a submit prompt in case of shutdown or editor close (as opposed to user clickling on "Submit").
* Fixes: Add common configuration to the VCSA base plugin; submit message ↵Friedemann Kleint2009-03-191-8/+11
| | | | check script and user name configuration. Details: Extend submit editor widget by configureable fields. Use them in the VCS base submit editor to specify users, provide completion and selection dialog for them.
* Fixes: Introduce a cpp settingspage containing file naming conventions ↵Friedemann Kleint2009-03-182-5/+14
| | | | | | | | | (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
* Fixes: Add a combo for diff file browsing, bring diff editors to front, ↵Friedemann Kleint2009-03-101-3/+26
| | | | | | exclude qconfig.pri from files examined by p4. Task: 234842