hjk
2c77b0b903
Fixes: cpaster: make complete urls also acceptable.
...
Details: also accept trailing slashes
2009-02-04 17:53:58 +01:00
Thorbjørn Lindeijer
2216cda2fc
Fixed the sizehints of the editor or splitters
...
Done with mae.
2009-02-04 17:03:43 +01:00
dt
9e75f6e155
Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1
2009-02-04 16:56:43 +01:00
dt
eab0ff8f6e
Fixes: Crash after deleting a qt version and pressing cancel.
...
Details: That hasn't worked in the last few months, since we changed
the QtVersion class from being passed by value to being passed around by
reference.
2009-02-04 16:55:01 +01:00
hjk
50661f994d
Fixes: fakevim: fix crash when installed on binary editor
2009-02-04 16:48:03 +01:00
hjk
7364cda1d4
Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1
2009-02-04 16:43:32 +01:00
hjk
7693d44876
Fixes: fakevim: fix crash when trying to install on empty editor
2009-02-04 16:42:55 +01:00
mae
a318ac8d74
smaller minimum size hint for the SplitterOrView, some safeguards for editor activation
2009-02-04 16:41:57 +01:00
Thorbjørn Lindeijer
fca3ec1f32
Completion for constructors used on initialization
...
Deals with cases like "QString s(", but for the moment doesn't handle
yet "QString const s(".
Done with Roberto Raggi.
2009-02-04 16:40:42 +01:00
dt
4acbcc7606
Fixes: Prevent setCurrentEditor(0) if in fact we still have an
...
editor.
Task: -
RevBy: -
AutoTest: -
Details: -
2009-02-04 16:23:43 +01:00
Kavindra Palaraja
e14018076d
Fixes: Doc - final bits for the code editor
2009-02-04 15:57:25 +01:00
Thorbjørn Lindeijer
8fee8fb3c0
Fix compile
...
Reviewed-by: mae
2009-02-04 15:56:30 +01:00
mae
f72c259d93
the group is no longer necessary
2009-02-04 15:28:44 +01:00
Roberto Raggi
a003b62aeb
Fixes: Compile.
2009-02-04 15:13:02 +01:00
mae
1b3e3fb7bd
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-04 14:31:17 +01:00
mae
2faf32c79c
new editor split system seems to be working now
2009-02-04 14:30:55 +01:00
Thorbjørn Lindeijer
71e7fa77fb
Spelling fix
2009-02-04 14:15:35 +01:00
Thorbjørn Lindeijer
d91b4cd8d9
Added a feedback link to the welcome page
...
Also adjusted the logos. Design by Nigel. HTML/CSS done with Thomas.
2009-02-04 14:15:35 +01:00
Peter Hartmann
f5222230a4
Fixes: QtSingleApplication: remove socket instance before listening
...
RevBy: Thorbjorn
Details: calls the newly introduced QLocalServer::removeServer()
function before listening. The problem was: When the socket file was
left there after the application quit (e.g. because of not closing it or
when the app crashed), the first call to listen failed with "address
already in use" error. Before, listen() would delete that file in that
case, but that behavior changed and the "removeServer()" method
introduced instead.
2009-02-04 14:13:09 +01:00
Friedemann Kleint
6f4a8be946
Fixes: Session loading does not restore form files
...
RevBy: Eike
Details: Make form editor factory and form editor return the same editor kind.
2009-02-04 13:39:11 +01:00
Jens Bache-Wiig
e5c845fcc7
Fixes: Toolbar cosmetic problem
...
RevBy: b_lindeijer
Details:
This resolves the problem with missing top-borders on
the find toolbar.
2009-02-04 12:48:20 +01:00
Kavindra Palaraja
1f3a96a1e8
Fixes: Doc - some more documentation for The Code Editor section
2009-02-04 12:02:56 +01:00
con
bbca68fbb9
Fixes: - Copyright date
2009-02-04 11:15:28 +01:00
con
e0e929a0b6
Merge branch '0.9.2-rc1'
2009-02-04 11:11:32 +01:00
Roberto Raggi
180233e7af
Fixes: Do not activate member completion when class names are used as base of a DOT or ARROW expression.
2009-02-04 10:57:32 +01:00
mae
1f47895b01
more stuff
2009-02-03 22:51:37 +01:00
con
5433c8534e
Fixes: - Crash when opening form editor
...
RevBy: - done with dt
Details: - There was an addition setCurrentEditor signal with the old
editor sent while opening the new editor, coming from adding the new entry
into the model for the editor combo box.
2009-02-03 19:49:14 +01:00
con
4242ce7cb0
Fixes: - Crash with "Go to slot" from form editor
2009-02-03 19:49:14 +01:00
Kavindra Palaraja
58eef7aa4b
Fixes: Doc - updated 0.9.1 Beta to 0.9.2 Release Candidate
...
RevBy: Eike Ziller
2009-02-03 16:38:15 +01:00
hjk
31d8e41ca0
Fixes: update "known issues" section
...
RevBy: k.
2009-02-03 15:41:03 +01:00
hjk
de0f8a73f6
Merge branch '0.9.2-rc1' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.2-rc1
2009-02-03 15:10:03 +01:00
hjk
b3c2622fcf
Fixes: potential speed improvement
...
RevBy: dt
Details: create QDir objects ony when needed
2009-02-03 15:09:23 +01:00
con
017e213b24
Merge branch '0.9.2-rc1'
2009-02-03 14:14:48 +01:00
Daniel Molkentin
ba8513a0fa
Fixes: Build on windows
2009-02-03 14:14:20 +01:00
Roberto Raggi
f1a40d304b
Fixes: Member completion when the symbol's type is ClassTy.
...
For example,
struct {
int a, b
} foo;
int main() {
foo. <-
}
2009-02-03 12:50:53 +01:00
Thorbjørn Lindeijer
63a5f15f9d
Don't replace . with -> in case of primitive types
...
Reviewed-by: Roberto Raggi
2009-02-03 11:53:54 +01:00
hjk
b100baedcd
Fixes: do not emit startupProjectChanged() if the startup project
...
has not changed.
Details: saves a few cycles
2009-02-03 11:39:18 +01:00
mae
14e36bcd5a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-02-02 21:58:54 +01:00
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