- Jun 10, 2009
-
-
dt authored
Reviewed-By: mauricek
-
- Jun 03, 2009
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
- Jun 02, 2009
-
-
Daniel Molkentin authored
Reviewed-By: Ossi
-
con authored
-
Daniel Molkentin authored
Run git as a cmd.exe subprocess as a workaround. In the long term we should look into enabling QProcess to properly handle .bat and .cmd files. Reviewed-By: Ossi
-
- May 29, 2009
-
-
Friedemann Kleint authored
Do not check for existence of the binary, breaks on Windows due to .exe (and potentially paths). Use waitForStarted(). On this occasion, kill on timeout in case of password prompts.
-
- May 28, 2009
-
-
Lorn Potter authored
Task: <task number> Details: <additional information>
-
Friedemann Kleint authored
..in an attempt to suppress password prompts.
-
- May 27, 2009
-
-
Friedemann Kleint authored
Introduce convenience to VCSBaseSubmitEditor. Task-number: 254644
-
- May 15, 2009
-
-
Friedemann Kleint authored
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.
-
- May 11, 2009
-
-
Enrico Ros authored
-
- May 08, 2009
-
-
Alessandro Portale authored
-
- May 05, 2009
-
-
dt authored
-
- Apr 30, 2009
-
-
dt authored
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.
-
- Apr 22, 2009
-
-
dt authored
Hopefully i didn't miss a plugin.
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
con authored
-
- Apr 09, 2009
-
-
Friedemann Kleint authored
-
- Apr 08, 2009
- Apr 07, 2009
-
-
dt authored
-
- Apr 02, 2009
- Mar 25, 2009
-
-
Friedemann Kleint authored
-
- Mar 24, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com> enter the commit message for your changes. Lines starting
-
- Mar 20, 2009
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
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").
-
- Mar 19, 2009
-
-
Friedemann Kleint authored
Fixes: Add common configuration to the VCSA base plugin; submit message 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.
-
- Mar 18, 2009
-
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (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.
-
- Mar 17, 2009
-
-
Thorbjørn Lindeijer authored
Need to call into the superclass in order not to lose functionality. Was missing in the wizard, hence the many missing occurrences. Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Task: 248067 Details: Use --no-color where appropriate. Use a hack to remove color sequences from output for "status" since it does not support the option as of git 1.6.2.
-
- Mar 05, 2009
- Mar 04, 2009
-
-
Daniel Molkentin authored
Task: - RevBy: Thorbjorn AutoTest: -
-
hjk authored
-