mae
0d507a18bc
getting closer
2009-02-02 21:58:37 +01:00
Daniel Molkentin
7d63307bda
Fixes: Build on windows
2009-02-02 18:50:14 +01:00
dt
5fb663064e
Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1
2009-02-02 18:10:06 +01:00
dt
e08f1763b7
Fixes: Workaround a bug in kde 4.2.0.
...
Task: Reported on irc.
Details: We did regiser all plugins but didn't initialize them. Leading
to the kde plugins installing a kde file dialog, but not initializing a
KComponentData, which leads to a crash when trying to open a file
dialog. So we aren't lazy anymore with the designer plugins.
And initialize them right away. We should reenable lazy initializing
once kde 4.2.1 has been released. (And probably has replaced kde 4.2.0
on most systems.)
2009-02-02 18:06:26 +01:00
Thorbjørn Lindeijer
4fc1856d7f
Don't open an editor when not clicking on a search result
...
This basically reverts change 01933445da
2009-02-02 16:17:23 +01:00
hjk
259357ed57
Fixes: compile fix with namespaced Qt
...
Task: 180315
2009-02-02 14:15:16 +01:00
con
073734b8f7
Fixes: - Resource editor doesn't allow to add files without ext
2009-02-02 14:04:14 +01:00
Thorbjørn Lindeijer
164ec20b9e
Fixed crash on applying or changing settings
...
The m_page member used to access the widgets was deleted too early.
Deletion moved to finish() method.
2009-02-02 12:14:59 +01:00
mae
b9655fd1bc
editormanager cleanups
2009-01-30 17:10:22 +01:00
con
66e9410f3d
Fixes: - Unwanted focus halos
2009-01-30 17:09:33 +01:00
dt
3ee7f3859e
Fixes: Tweak the minimum and maximum size of the runconfiguration cb
2009-01-30 15:06:48 +01:00
dt
ec4b41d31f
Fixes: Hups, okay this should compile.
2009-01-30 14:59:50 +01:00
dt
c84e6fd48e
Merge commit 'origin/master'
2009-01-30 14:32:45 +01:00
dt
4c41532666
Fixes: Memory leak in taskwindow
...
Task: -
RevBy: -
AutoTest: -
Details: -
2009-01-30 14:32:28 +01:00
dt
affdf9c78b
Fixes: Memory leak in generalsettings
...
Task: -
RevBy: -
AutoTest: -
Details: -
2009-01-30 14:32:05 +01:00
dt
f68c9a3ae4
Fixes: Memory leak in shortcutsettings
...
Task: -
RevBy: -
AutoTest: -
Details: -
2009-01-30 14:31:38 +01:00
dt
97af4465a7
Fixes: Memory leak in bookmarkmanger.
2009-01-30 14:31:04 +01:00
con
6712fa0148
Fixes: - Unitialized variable.
2009-01-30 13:48:02 +01:00
dt
412ac981b0
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-30 12:09:05 +01:00
Friedemann Kleint
7968a7d60b
Fixes: Kill warnings
2009-01-30 10:23:50 +01:00
goro
dbbb17fe70
Fix mem-leak introduced with previous commit
2009-01-29 19:31:25 +01:00
goro
c981202454
Fix file location, always return 0
2009-01-29 19:26:51 +01:00
dt
da901f4a4f
Fixes: Set cumulative mode to false for figuring out the executable
...
Task: 242513
Details: That should fix several parsing problems for .pro files with
scopes. Enable it, see how many bug reports we get, for stuff we
accidentaly parsed correctly. Shouldn't be many. So we parse the
follwing now correctly:
unix {
TEMP=unix
}
win32 {
TEMP=win32
}
DESTDIR=$$TEMP
2009-01-29 18:42:06 +01:00
Thorbjørn Lindeijer
beb0b18320
Add a border on top of the find toolbar
...
It was missing.
2009-01-29 17:46:47 +01:00
goro
bdc0d42e99
Make patcher not abort on errors
2009-01-29 17:25:32 +01:00
Olli Werwolff
fc67b0437a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-29 16:51:20 +01:00
Olli Werwolff
608ec4979b
Fixes: Resources in resource editor can be removed using the "delete" key
...
Task: -
RevBy: thorbjorn
AutoTest: -
Details: -
2009-01-29 16:50:34 +01:00
Roberto Raggi
072e03a5cc
Fixes: Parsing of wide char literals.
2009-01-29 16:50:07 +01:00
Jens Bache-Wiig
3e908daeea
Fix filesystem icons on windows.
...
We now use filesystem icons on all platforms so
we might as well enable proper support on windows again.
2009-01-29 16:13:38 +01:00
con
f781076c5a
Fixes: - Custom executable GUI cleanup
...
Task: - 237690
2009-01-29 15:49:38 +01:00
Jens Bache-Wiig
b04ac61ef0
Fixes: Fix line edit focus on MacStyle
...
Task: 242757
RevBy: twschulz
Details:
Mac style reimplements QStyle::event, hence we need to
pass it on.
2009-01-29 15:36:24 +01:00
Patrick Star
549ad43a95
Fixes: - nothing
...
Task: - none
RevBy: - Thorbjoern
AutoTest: - compile
Details: - remove font settings stuff, since we overwrite it in coreplugin
2009-01-29 15:34:12 +01:00
Thorbjørn Lindeijer
e4e26a9113
Optimized qrc editor in case of large images
...
Prevented it from re-generating an icon for the large image every time
it needed to be drawn.
2009-01-29 15:25:03 +01:00
Olli Werwolff
8b97b66e64
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-29 15:14:01 +01:00
Olli Werwolff
7a7d5dfd56
Fixes: Show relative path for file nodes in resource editor
...
Task: 238307
RevBy: thorbjorn
AutoTest: -
Details: -
2009-01-29 15:13:07 +01:00
con
b655c31ba8
Fixes: - UI consistency
...
Details: - Seems that we use colons in forms.
2009-01-29 13:47:08 +01:00
con
c5948891d4
Fixes: - Unify UI with path chooser
...
Task: - 237690
2009-01-29 13:47:07 +01:00
con
276abf077d
Fixes: - Layout of git settings.
...
Details: - No need for form layout anyhow (which looks broken atm).
2009-01-29 13:47:07 +01:00
Olli Werwolff
8c3e249999
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-29 13:33:45 +01:00
Olli Werwolff
4ff4bf7889
Fixes: duplicate check when adding resources using the resource editor fixed
...
Task: -
RevBy: -
AutoTest: -
Details: If the user wants to add a resource which is not located in the directory/a subdirectory of the qrc-file, he is asked what should be done. If he chose to copy the file to another directory, the check, if this directory is valid ((sub-)directory of the qrc-file) was missing. Added it.
2009-01-29 13:31:33 +01:00
Patrick Star
37aef09885
Fixes: - compile on gcc3
...
Task: - none
RevBy: - TrustMe
2009-01-29 13:14:32 +01:00
Oswald Buddenhagen
2a2e3b1417
Revert "debugger: add configuariton to start the debugged process in a separate"
...
This reverts commit 44add9f0bd .
This option is meant to be in "Run Settings" per run configuration.
2009-01-29 11:58:28 +01:00
Oswald Buddenhagen
72e083b425
fix xterm call incl. shell escaping
2009-01-29 11:58:15 +01:00
Oswald Buddenhagen
fa4352137e
fix comment.
2009-01-29 11:57:26 +01:00
Oswald Buddenhagen
34a1410057
better tooltip
2009-01-29 11:57:17 +01:00
Olli Werwolff
745739d265
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-29 11:55:30 +01:00
Olli Werwolff
566b312cd2
Fixes: "Add anyway" button must not be shown, when a resource file shall be added and it is not located in the (sub-)directory of the qrc-file
...
Task: -
RevBy: thorbjorn
AutoTest: -
Details: -
2009-01-29 11:52:13 +01:00
Thorbjørn Lindeijer
42b7107e17
Fixed undo/redo and tooltip in the resource editor
...
The undo/redo was broken due to connections between
can{Undo,Redo}Changed() and updateCurrent(). This also caused the weird
cursor behaviour.
The resource tooltip had the string "Qt::ToolTipRole" prepended to it
due to a leftover debug line.
2009-01-29 10:23:28 +01:00
Olli Werwolff
86b6d571c3
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-01-29 10:02:41 +01:00
Olli Werwolff
40d18d1424
Fixes: Fixed duplicate check when adding files using resource editor
...
Task: 238308
RevBy: -
AutoTest: -
Details: Only files in unique list are added to the resource file (before file_list was used -> duplicates)
2009-01-29 10:00:44 +01:00