summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Assistant: Load all applicationIcon pixmaps.Bastiaan Veelo1-3/+10
2014-01-31Replace win32-g++ with mingw scopeKai Koehne1-1/+1
2014-01-31Simplify logic for C++ exception supportKai Koehne2-24/+2
2014-01-30Remove all locallibs with unmet dependencies.BogDan Vatra1-0/+15
2014-01-30Fix the use of opengl for Qt 5.3.BogDan Vatra1-2/+3
2014-01-30Fix indentationBogDan Vatra1-1/+1
2014-01-30Write pretty AndroidManifest.xmlBogDan Vatra1-3/+3
2014-01-30Fix warningBogDan Vatra1-1/+1
2014-01-28make the MinGW build of lupdate work for non-admin usersJoerg Bornemann3-0/+21
2014-01-28Linguist: Fix MSVC-warnings about double truncation.Friedemann Kleint1-2/+2
2014-01-28androiddeployqt: Support spaces in jarsigner argumentsEskil Abrahamsen Blomfeldt1-9/+9
2014-01-28Update changelog for 5.2.1Thiago Macieira1-0/+42
2014-01-28Fix crashes in QtHelp when too many connections are madeKai Koehne1-5/+3
2014-01-27Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn1-1/+1
2014-01-24Android: Package names aren't allowed to start with a '_'Daniel Teske1-2/+3
2014-01-24kmap2qmap: Generate code with the proper class namesLaszlo Agocs1-3/+3
2014-01-24kmap2qmap: Remove unused variableLaszlo Agocs1-3/+0
2014-01-23Add font size storage/unified handling in Linguists editorsErik Larsson3-49/+85
2014-01-23Add action to toggle ‘visualize whitespaces’ in editorsErik Larsson7-5/+68
2014-01-23Make developer comment copyable for clipboardErik Larsson1-0/+2
2014-01-22windeployqt: Add options to override debug/release detection.Friedemann Kleint1-1/+28
2014-01-22Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn1-1/+1
2014-01-20whitespace fixesOswald Buddenhagen148-878/+879
2014-01-17Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn5-65/+17
2014-01-16Bump MODULE_VERSION to 5.2.2Sergio Ahumada1-1/+1
2014-01-16Remove checking of old product that doesn't exist anymoreKalle Viironen1-7/+0
2014-01-16Remove conditions that aren't used anymoreKalle Viironen1-1/+1
2014-01-15do not look for mkspecs/ directories in project treesOswald Buddenhagen1-21/+0
2014-01-15don't turn = into += in cumulative modeOswald Buddenhagen1-25/+4
2014-01-15set QMAKE_INTERNAL_INCLUDED_FILES even without PROEVALUATOR_FULLOswald Buddenhagen1-4/+0
2014-01-15Revert "Qt Designer: Fix scrolling of widget box."Friedemann Kleint1-1/+1
2014-01-15androiddeployqt: Always overwrite user filesEskil Abrahamsen Blomfeldt1-6/+11
2014-01-15windeployqt: Support delay-load linked DLLs.Friedemann Kleint1-1/+16
2014-01-14windeployqt: Fix help formatting.Friedemann Kleint1-1/+1
2014-01-13windeployqt: Use standard streams.Friedemann Kleint3-53/+64
2014-01-10Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn9-367/+453
2014-01-10add "Clear" to context menu of log viewer in qdbusviewerTasuku Suzuki4-4/+121
2014-01-09assign a shortcut key to the Quit action in qdbusviewerTasuku Suzuki1-1/+2
2014-01-09Assistant: Introduce a 'compact' display for the simple searchkh12-0/+41
2014-01-08windeployqt: add a -dry-run option to simulate deploymentAndrew Knight3-16/+27
2014-01-07don't pretend that the tr functions are language tokensOswald Buddenhagen1-59/+49
2014-01-07dissolve getMacroArgs() functionOswald Buddenhagen1-33/+20
2014-01-07don't reset yyWord right awayOswald Buddenhagen1-2/+0
2014-01-07factor Tok_tr* handlers into functionsOswald Buddenhagen1-177/+199
2014-01-07reserve space for joined string in stringifyNamespace()Oswald Buddenhagen1-0/+4
2014-01-07don't convert unresolved namespace parts to a string listOswald Buddenhagen1-26/+19
2014-01-07prefer stable reference into containerOswald Buddenhagen1-1/+1
2014-01-07use NamespaceList more consistentlyOswald Buddenhagen1-11/+11
2014-01-07don't create temporary string lists and concatenate themOswald Buddenhagen1-9/+5
2014-01-07remove dead codeOswald Buddenhagen2-13/+9