Commit Graph

32658 Commits

Author SHA1 Message Date
mattias
6aea786e24 IDE: adding dependencies: check if already there, check for version conflicts, check for providing
git-svn-id: trunk@33427 -
2011-11-09 08:46:19 +00:00
sekelsenmat
8227b20654 customdrawn tests: Adds tests for the progressbar and listview
git-svn-id: trunk@33426 -
2011-11-09 08:24:46 +00:00
sekelsenmat
a5ebb12839 customdrawn: Many minor fixes
git-svn-id: trunk@33425 -
2011-11-09 08:24:28 +00:00
sekelsenmat
d7d5d4bed2 customdrawn: More structural code for TCDListView, starts the drawing of TCDProgressBar and adds some drawing fixes for TCDGroupBox
git-svn-id: trunk@33424 -
2011-11-09 08:08:18 +00:00
sekelsenmat
3056f03bc6 customdrawn: Simplifies the state info for TCDTrackBar and TCDProgressBar and adds the skeleton of TCDListView
git-svn-id: trunk@33423 -
2011-11-09 07:25:58 +00:00
sekelsenmat
6656513df2 customdrawn: Skeleton for TCDProgressBar
git-svn-id: trunk@33422 -
2011-11-08 21:35:32 +00:00
mattias
a54976dae0 IDE: compiler options: execute before/after: using project macros
git-svn-id: trunk@33421 -
2011-11-08 20:12:01 +00:00
mattias
78e66fbc68 LCL: TIdentToInt: var to out
git-svn-id: trunk@33420 -
2011-11-08 17:08:10 +00:00
sekelsenmat
5db4db8822 customdrawn tests: Adds progressbar tests
git-svn-id: trunk@33419 -
2011-11-08 16:06:17 +00:00
sekelsenmat
d1b32f9a27 customdrawn tests: Adds more tests
git-svn-id: trunk@33418 -
2011-11-08 15:06:18 +00:00
mattias
7095e599e7 IDE: newfile: check if there is a directory with this file name
git-svn-id: trunk@33417 -
2011-11-08 14:07:01 +00:00
sekelsenmat
df5611a7ff customdrawws: Adds a skeleton for X11
git-svn-id: trunk@33416 -
2011-11-08 13:44:32 +00:00
mattias
afb21705e9 lazutils: fixed uninitialized access
git-svn-id: trunk@33415 -
2011-11-08 11:53:09 +00:00
martin
219935fe22 DBG: moved example gdb results out of the unit
git-svn-id: trunk@33414 -
2011-11-08 11:34:50 +00:00
zeljko
0259bd6959 Qt: fixed memleak against qtlib in TQtWidgetSet.ExcludeClipRect
git-svn-id: trunk@33413 -
2011-11-08 11:30:52 +00:00
zeljko
7a2204aa2d Qt: fixed range check error introduced in r33401 #290ebf51b6
git-svn-id: trunk@33412 -
2011-11-08 11:30:24 +00:00
sekelsenmat
b949305af6 customdrawn tests: Adds vertical trackbar tests
git-svn-id: trunk@33411 -
2011-11-08 10:36:42 +00:00
sekelsenmat
495c99b66c customdrawn: Implements Orientation for TCDTrackBar
git-svn-id: trunk@33410 -
2011-11-08 10:12:43 +00:00
sekelsenmat
730c9a5206 customdrawn: Removes the old default style for TCDTrackBar
git-svn-id: trunk@33409 -
2011-11-08 09:04:12 +00:00
sekelsenmat
9252a731f6 customdrawn: Finishes the common drawing for TCDTrackBar
git-svn-id: trunk@33408 -
2011-11-08 09:02:33 +00:00
sekelsenmat
3e0f825405 custom drawn tests: Improves the trackbar tests
git-svn-id: trunk@33407 -
2011-11-08 07:56:32 +00:00
sekelsenmat
ac422ad68d customdrawn: Advances the common trackbar
git-svn-id: trunk@33406 -
2011-11-08 07:56:16 +00:00
paul
68f94a04da lcl: simplify code of TScreen.GetDesktopRect
git-svn-id: trunk@33405 -
2011-11-08 02:58:38 +00:00
maxim
2a56348bba regenerated translations; updated Russian translation
git-svn-id: trunk@33404 -
2011-11-07 21:46:35 +00:00
sekelsenmat
61a605dfd4 customdrawnws: Fixes Cocoa text crash and now we can already show 1 window =D
git-svn-id: trunk@33403 -
2011-11-07 19:44:48 +00:00
sekelsenmat
beeb5ecfbb customdrawnws: Advances the Cocoa backend
git-svn-id: trunk@33402 -
2011-11-07 19:33:49 +00:00
zeljko
290ebf51b6 Qt: fixed TQtWidgetSet.DCSetPixel. issue #20644
git-svn-id: trunk@33401 -
2011-11-07 18:03:34 +00:00
zeljko
9cf887e215 Qt: cleanup
git-svn-id: trunk@33400 -
2011-11-07 17:14:47 +00:00
zeljko
3268a8a4c4 Qt: added handle validator when freeing menubar. It could crash in some circumstances since we attached events to it in r33309 #15e82e2123.Now it's safe.
git-svn-id: trunk@33399 -
2011-11-07 17:10:57 +00:00
sekelsenmat
d242e2b988 customdrawnws: Fixes app run in win32 (it was previouslly stuck in some kind of loop in a place without debug info (WinAPI?))
git-svn-id: trunk@33398 -
2011-11-07 15:20:23 +00:00
martin
9af87b923e DBG: fixed a mem leak in array-index helper code
git-svn-id: trunk@33397 -
2011-11-07 13:32:42 +00:00
martin
38e322bc0f DBG: Jump to breakpoint: focus+highlight
git-svn-id: trunk@33396 -
2011-11-07 13:31:08 +00:00
sekelsenmat
1006d7e4e3 customdrawnws: Advances the win32 backend, now it can link and show something in the taskbar
git-svn-id: trunk@33395 -
2011-11-07 12:39:27 +00:00
zeljko
dc82bc3804 Qt: final fix for qt mdi focus behaviour. Now it works exactly as expected and friendly to lcl.
git-svn-id: trunk@33394 -
2011-11-07 10:26:29 +00:00
zeljko
2e88b329aa Qt: fixed bug when QMdiArea loose it's focusWidget during activation of mdichild (it's qt bug, so this is workaround for it).
git-svn-id: trunk@33393 -
2011-11-07 10:12:20 +00:00
sekelsenmat
79ecb7463b Adds customdrawn to lcl.lpk
git-svn-id: trunk@33392 -
2011-11-07 09:49:10 +00:00
sekelsenmat
95a9226bf2 customdrawnws: Fixes windows compilation
git-svn-id: trunk@33391 -
2011-11-07 09:48:04 +00:00
dodi
b27e7edf77 Docs: TScreen revised
git-svn-id: trunk@33390 -
2011-11-07 08:30:12 +00:00
juha
50c4916d2c LCL: Fix GetHintControl to return a control with OnShowHint assigned. Issue #20637
git-svn-id: trunk@33389 -
2011-11-07 08:18:11 +00:00
sekelsenmat
d21a9a5ef8 Adds makefiles
git-svn-id: trunk@33388 -
2011-11-07 08:09:30 +00:00
sekelsenmat
6282148a84 GetTickCount: A fix which was recommended by the compiler
git-svn-id: trunk@33387 -
2011-11-07 07:42:00 +00:00
sekelsenmat
7fb5242187 customdrawnws: Initiates a cocoa backend
git-svn-id: trunk@33386 -
2011-11-07 07:41:11 +00:00
paul
31f2ff282e packager: support unit names with dots
git-svn-id: trunk@33385 -
2011-11-07 05:45:13 +00:00
paul
dc6652bb81 codetools: fix linkscanner to parse unit names with dot
git-svn-id: trunk@33384 -
2011-11-07 05:44:50 +00:00
paul
d9a1e19722 lazutils: fix use of ut8string
git-svn-id: trunk@33383 -
2011-11-07 05:44:16 +00:00
martin
4ca8f0c158 IDE, SynEdit: introduce block-indent by tab. issue #0020256
git-svn-id: trunk@33382 -
2011-11-07 02:44:22 +00:00
sekelsenmat
4600e3eb2f Moves GetTickCount to LazUtils and adds NowUTC to LazUtils
git-svn-id: trunk@33381 -
2011-11-06 19:31:31 +00:00
zeljko
4f22b9c783 Gtk2: dissallow opening directory as file (GtkFileChooser bug). issue #17278
git-svn-id: trunk@33380 -
2011-11-06 19:25:26 +00:00
zeljko
2ab49d0d32 Qt: rewritten FocusChanged, reordered the way how qt sends focus events to LCL.Fixed bug when an invalid but <> nil handle can be obtained inside FocusChanged by using IsValidHandle(). Fixed problems with mdi focus.
git-svn-id: trunk@33379 -
2011-11-06 18:43:32 +00:00
juha
605bcaaabe LazReport: Make OK button the default in print dialog. Change button names to more descriptive
git-svn-id: trunk@33378 -
2011-11-06 18:04:28 +00:00