Commit Graph

10361 Commits

Author SHA1 Message Date
vincents
ec287d82c2 startlazarus: moved showing splash screen out of lazarusmanager constructor to get better backtrace for bug #7966
git-svn-id: trunk@10333 -
2006-12-15 08:25:06 +00:00
vincents
3a1836c830 linux installers: let the desktop icon point to /usr/bin/startlazarus instead of /usr/share/lazarus/startlazarus (bug #7969)
git-svn-id: trunk@10332 -
2006-12-15 07:59:42 +00:00
vincents
a0507c6111 IDE: added safeguard against getting environmentstrings that start with '=' as can happen on windows. This fixes bug #1685 and #7699
git-svn-id: trunk@10331 -
2006-12-14 20:24:04 +00:00
vincents
cffc736d63 Imagelist property editor: don't ask to split if the image width is equal to the width of the imagelist
git-svn-id: trunk@10330 -
2006-12-14 20:17:03 +00:00
vincents
c5cfa947b3 LCL: fixed inconsistency in default value of TCustomListView.ViewStyle
git-svn-id: trunk@10329 -
2006-12-13 12:21:24 +00:00
vincents
b6bff662d8 docs: fixed TGroupBox.UnDock
git-svn-id: trunk@10328 -
2006-12-13 11:16:59 +00:00
mattias
503a5be753 lcl: TCustomEdit: property AutoSelect, CustomComboBox: property AutoSelect and property CharCase from Funky Beast
git-svn-id: trunk@10327 -
2006-12-13 09:22:00 +00:00
mattias
ffb717dbc2 codetools: class completion: copying class keyword for virtual methods
git-svn-id: trunk@10326 -
2006-12-13 09:19:05 +00:00
vincents
76d67ec1dc grids: fixed entering edit state when key is pressed (bug #7115)
git-svn-id: trunk@10325 -
2006-12-13 08:19:22 +00:00
jesus
311e8977f7 info about grids
git-svn-id: trunk@10324 -
2006-12-12 22:14:28 +00:00
vincents
020e8e4a42 LCL: raise OnClick before OnMouseUp (issue #7956)
git-svn-id: trunk@10323 -
2006-12-12 15:07:35 +00:00
vincents
e11cec8fcf fixed fpc 2.1.1 compilation
git-svn-id: trunk@10322 -
2006-12-12 13:36:17 +00:00
vincents
69391d2648 LCL: improved stream of large objects (issue #7270)
git-svn-id: trunk@10321 -
2006-12-12 13:09:30 +00:00
jesus
90251b1bdc grids, fixed shift-TAB browsing, and TdbGrid TAB issue #7348
git-svn-id: trunk@10320 -
2006-12-12 09:33:52 +00:00
vincents
a7b3bda7c7 LCL: calculate QuestionDialog text area in the same way as PromptDialog (bug #7941)
git-svn-id: trunk@10319 -
2006-12-09 20:18:53 +00:00
micha
a18160e281 fix bitmap to raw to bitmap mask to have compatible line ending (issue #7650)
git-svn-id: trunk@10318 -
2006-12-09 13:11:54 +00:00
mattias
f9fcb805bb LCL: fixed updating control scrollbars, remaining bug: win32 intf moves controls when scrolling
git-svn-id: trunk@10317 -
2006-12-09 10:24:44 +00:00
mattias
352e14c628 IDE: fixed double creating popup menu of designer
git-svn-id: trunk@10316 -
2006-12-08 15:20:46 +00:00
mattias
7eaf447975 IDE: fixed revert
git-svn-id: trunk@10315 -
2006-12-08 15:17:24 +00:00
vincents
b68b2b3e39 win32 interface: fixed sizing and showing placesbar in openfiledialog (bug #7794)
git-svn-id: trunk@10314 -
2006-12-08 09:38:49 +00:00
sekelsenmat
14817fdef5 Implements keyboard events on Qt interface.
git-svn-id: trunk@10313 -
2006-12-07 22:57:51 +00:00
jesus
2072485dd9 added define to get a copy of cups print out
git-svn-id: trunk@10312 -
2006-12-06 23:41:42 +00:00
micha
c75fe8bf5c fix application minimize animation (issue #7728, patch by Boguslaw Brandys)
git-svn-id: trunk@10311 -
2006-12-06 22:09:18 +00:00
vincents
fcef497c0f LCL: tried to fix EchoMode and PasswordChar (bug #7924)
git-svn-id: trunk@10310 -
2006-12-06 20:04:45 +00:00
mattias
75f42392b4 h2paswizard: implemented redordering files, started tool to replace implicit types in parameters
git-svn-id: trunk@10309 -
2006-12-06 16:51:56 +00:00
vincents
bb6835249d LCL: clear FLastKeyDown in TApplication.ControlKeyUp to prevent handling a KeyUp without KeyDown (bug #7646)
git-svn-id: trunk@10308 -
2006-12-06 13:19:14 +00:00
mattias
2b2ad3367d IDE: fixed lcl compiled unit path to nonwin32
git-svn-id: trunk@10307 -
2006-12-06 11:38:00 +00:00
mattias
e3efca8f4b IDE: LazDoc: lazdoc paths can now be relative and contain global macros for projects and packages
git-svn-id: trunk@10306 -
2006-12-06 11:06:31 +00:00
jesus
a6020fde72 fix dbgrid false bookmark duplicates, issue #7884
git-svn-id: trunk@10305 -
2006-12-06 08:24:44 +00:00
jesus
a604ab58bd force postcript float numbers to use '.' instead of ',' for some locales, issue #7920
git-svn-id: trunk@10304 -
2006-12-06 05:38:27 +00:00
marc
7d07ce4768 * per request, added a TDefaultEditor
git-svn-id: trunk@10303 -
2006-12-05 22:34:02 +00:00
marc
537aa8c748 + added Carbon TTimer implementation, based on a patch from Tom Gregorovic
git-svn-id: trunk@10302 -
2006-12-05 22:01:30 +00:00
jesus
8f4b59e396 grids, fix to get OnKeyPress on some key combinations, from Luis Rodrigues
git-svn-id: trunk@10301 -
2006-12-05 18:21:42 +00:00
jesus
4654080e39 avoid to paste into string the ending #0 (if present)
git-svn-id: trunk@10300 -
2006-12-05 11:49:53 +00:00
jesus
a6d43caf21 fixed mem leak
git-svn-id: trunk@10299 -
2006-12-05 11:45:47 +00:00
vincents
470920716e LCL: made TCustomForm.IsShortcut virtual (bug #7921) from Colin Western
git-svn-id: trunk@10298 -
2006-12-05 07:41:39 +00:00
vincents
28bfc29f27 LCL: added THintWindow.ActivateHintData (bug #7488)
git-svn-id: trunk@10297 -
2006-12-05 07:24:50 +00:00
marc
17018c7bca * Patch from Felipe Monteiro de Carvalho (modified)
* Temp fix for stings without terminator (fix needs improvement, count <> length)

git-svn-id: trunk@10296 -
2006-12-05 00:56:47 +00:00
mattias
b8a4c2ed02 codetools: reparsing source on searching for a published method body
git-svn-id: trunk@10295 -
2006-12-04 17:08:44 +00:00
mattias
421ec5b6aa codetools: removing doubles when collecting published methods
git-svn-id: trunk@10294 -
2006-12-04 16:51:19 +00:00
mattias
69660016b1 LCL: published TMemo.Enabled
git-svn-id: trunk@10293 -
2006-12-04 15:59:02 +00:00
mattias
9af49e0fa8 codetools: JumpToPublishedMethodBody now also jumps to methods in ancestors
git-svn-id: trunk@10292 -
2006-12-04 15:56:30 +00:00
mattias
368ecf5f31 IDE: reordered buttons from Graeme
git-svn-id: trunk@10291 -
2006-12-04 10:34:44 +00:00
vincents
e2b9e5adbd win32 interface: clean up SC_RESTORE handling from Boguslaw
git-svn-id: trunk@10290 -
2006-12-04 10:12:46 +00:00
mattias
84eb5a5a3f codetools: extract proc: fixed removing whole var sections
git-svn-id: trunk@10289 -
2006-12-04 01:15:29 +00:00
mattias
af58c185f9 gtk intf: scrollbar reduced wheel increment
git-svn-id: trunk@10288 -
2006-12-04 00:58:51 +00:00
mattias
a527f37527 SynEdit: added NoStackFrame to keywords of TSynPasSyn
git-svn-id: trunk@10287 -
2006-12-04 00:51:20 +00:00
mattias
fe0a80e0e8 LCL: TCanvas: added line methods with TPoint
git-svn-id: trunk@10286 -
2006-12-04 00:43:43 +00:00
mattias
a6a3f56624 IDE: added checks for cleaning up codetools defines for packages and projects
git-svn-id: trunk@10285 -
2006-12-04 00:37:36 +00:00
mattias
c08c61fe53 LCL: ttreeview: multi selection and Ctrl click now selects one additional, not the whole group
git-svn-id: trunk@10284 -
2006-12-04 00:27:57 +00:00