tombo
b16ed5daef
LCL + IDE - fixed 0014108: DefaultTranslator doesn't recognize locale on Mac OS X with help from Alexandr Grau, the supported language IDs should be added into the application bundle property list to CFBundleLocalizations key, see lazarus.app/Contents/Info.plist for example
...
git-svn-id: trunk@20896 -
2009-07-19 12:20:22 +00:00
mattias
58557843d3
codetools: minor improvements for parameter hints
...
git-svn-id: trunk@20895 -
2009-07-19 11:26:44 +00:00
kirkpatc
31de8f746b
Laz Doc - some additions and updates to TIdleTimer and related controls
...
git-svn-id: trunk@20894 -
2009-07-19 10:30:33 +00:00
mattias
57a420939d
codetools: parameter hints: added compiler functions
...
git-svn-id: trunk@20893 -
2009-07-19 09:37:27 +00:00
dmitry
1c83ac62d8
fix for regression. bug #14158
...
git-svn-id: trunk@20892 -
2009-07-18 20:23:36 +00:00
mattias
8a18239e07
codetools: extended code context infos for predefined identifiers
...
git-svn-id: trunk@20891 -
2009-07-18 18:38:01 +00:00
mattias
201de2d822
codetools: identifier completion: showing predefined identifiers self and result only at start of operand
...
git-svn-id: trunk@20890 -
2009-07-18 17:33:42 +00:00
mattias
ec10c9cdd2
codetools: identifier completion: showing predefined identifiers only at start of operand
...
git-svn-id: trunk@20889 -
2009-07-18 17:32:10 +00:00
marc
42c8e0fbea
* Removed own shiftstate tracking since it doesn't work when the app looses focus.
...
Either X or windows is queried now. Fixes issue #14102
Also removed the EnableGtkShiftState conditional (r20870), since it is not an ubunto only problem, the concept was faulty itself
git-svn-id: trunk@20888 -
2009-07-18 16:10:55 +00:00
paul
959cc1aa90
components: jcf2: commit Graeme Geldenhuys patch for recognizing xor, and, or operators overloading
...
git-svn-id: trunk@20887 -
2009-07-18 12:58:05 +00:00
zeljko
222aa23fd7
Qt: bugfix for wrong reported windowstate when we minimize maximized window.
...
git-svn-id: trunk@20886 -
2009-07-18 10:47:16 +00:00
zeljko
fd84610a3c
Qt: added check for handle parameter inside TQtWidgetSet.getParent(), cleanup.
...
git-svn-id: trunk@20885 -
2009-07-18 09:43:14 +00:00
zeljko
aa154fe07a
Qt: cleanup, use TQtDeviceContext.getClipping insted of QPainter_hasClipping() in qtwinapi.
...
git-svn-id: trunk@20884 -
2009-07-18 09:22:39 +00:00
paul
4ccfccdb9b
win32: TWin32WidgetSet.GetWindowSize - don't return negative size for minimized windows
...
git-svn-id: trunk@20883 -
2009-07-18 04:14:36 +00:00
jesus
e18a4a2d95
Postscript Sample, added missing png file
...
git-svn-id: trunk@20882 -
2009-07-17 21:16:21 +00:00
jesus
0be949df63
Postscript Sample, added test for TextRect Clipping
...
git-svn-id: trunk@20881 -
2009-07-17 21:14:58 +00:00
jesus
b89ef02ac6
Examples, updated postscript sample
...
git-svn-id: trunk@20880 -
2009-07-17 20:51:08 +00:00
martin
8523cdef61
SynEdit/IDE: Added RTTI info for KeyStrokes.Command. Needed to save MouseAction
...
git-svn-id: trunk@20879 -
2009-07-17 16:59:49 +00:00
paul
45c7e7690f
ide: formatting
...
git-svn-id: trunk@20878 -
2009-07-17 16:58:59 +00:00
paul
7f4c2bd076
codetools: format predefined functions as codetools format other functions
...
git-svn-id: trunk@20877 -
2009-07-17 16:46:17 +00:00
paul
73afc18adf
gtk, gtk2: destroy internal labelWidget of TBitBtn if Caption is empty for better layouting
...
git-svn-id: trunk@20876 -
2009-07-17 14:36:46 +00:00
paul
d23ecb2d45
designer: resize frame when new value is entered for width or height in the object inspector
...
git-svn-id: trunk@20875 -
2009-07-17 12:50:41 +00:00
paul
fd9e3c084e
lcl: properly release control resources on TWinControl.DestroyWnd:
...
- notify child controls (only TControl, not TWinControl) before parent handle destruction to perform appropriate preparations inside controls
- release canvas handle of TGraphicControl when before parent handle destruction
(fixes issue #0014152 )
git-svn-id: trunk@20874 -
2009-07-17 02:44:31 +00:00
martin
42e7f62664
SynEdit, Highlighter: "type x=interface" was not recognized as fold-able structure / "default" keyword for properties in such structures where not highlighted; issue #14153
...
git-svn-id: trunk@20873 -
2009-07-16 20:17:32 +00:00
jesus
b5d019c838
LCL, trim values when using dgAutoSizeColumns
...
git-svn-id: trunk@20872 -
2009-07-16 17:34:45 +00:00
mattias
11ffbb8264
codetools: find declaration: default property for interface, bug #14151
...
git-svn-id: trunk@20871 -
2009-07-16 14:36:38 +00:00
mattias
69d68a7b86
gtk intf: added flag EnableGtkShiftState to use gtk key shift state, needed on ubuntu
...
git-svn-id: trunk@20870 -
2009-07-16 12:28:03 +00:00
paul
a4a1469e9d
gtk: don't raise an exception if we are creating DC and can't get drawable (fixes issue #14035 )
...
git-svn-id: trunk@20869 -
2009-07-16 02:00:13 +00:00
paul
6eb542a6f7
lcl: add Orientation to the TFontData structure (fixes issue #0009754 )
...
git-svn-id: trunk@20868 -
2009-07-16 01:21:29 +00:00
paul
541321edb8
codetools: TIdentCompletionTool.GatherPredefinedIdentifier: sort identifiers, add other predefined compiler functions
...
git-svn-id: trunk@20867 -
2009-07-15 15:51:04 +00:00
martin
6defc6aeaa
SynEdit: Refactor UpdateCursor
...
git-svn-id: trunk@20866 -
2009-07-15 15:49:30 +00:00
paul
6ff99524e6
codetools, ide: implement storing and showing predefined functions result type (Mattias, please review)
...
git-svn-id: trunk@20865 -
2009-07-15 13:23:47 +00:00
paul
ccd58a5611
codetools: TIdentCompletionTool.GatherPredefinedIdentifiers, fix case of some identifiers, add 4 more: Inc, Dec, Succ, Pred
...
git-svn-id: trunk@20864 -
2009-07-15 12:51:58 +00:00
paul
6e06aafd15
gtk: fix compilation
...
git-svn-id: trunk@20863 -
2009-07-15 07:41:14 +00:00
paul
405bc268f5
gtk, gtk2: handle situations when popup menu has been inserted into main menu submenu (remaining part of issue #0014144 )
...
git-svn-id: trunk@20862 -
2009-07-15 07:31:18 +00:00
paul
3a6fe8e7aa
lcl: formatting + cleanup
...
git-svn-id: trunk@20861 -
2009-07-15 06:51:57 +00:00
paul
78d39caf04
lcl: cleanup
...
git-svn-id: trunk@20860 -
2009-07-15 06:41:09 +00:00
paul
b5301d1c72
lcl: check children handles on menu item LM_ACTIVATE message (fixes win32 part of issue #0014144 )
...
git-svn-id: trunk@20859 -
2009-07-15 03:35:04 +00:00
paul
c01c5e7c6f
lcl: formatting
...
git-svn-id: trunk@20858 -
2009-07-15 03:30:29 +00:00
jesus
8d511f8bea
Printers, fix printer not available problem (windows, introduced in r20675 #f5cdfcac6a)
...
git-svn-id: trunk@20857 -
2009-07-14 20:10:23 +00:00
jesus
47256df280
LazReport, updated portuguese translation from Marcelo B Paula
...
git-svn-id: trunk@20856 -
2009-07-14 16:35:09 +00:00
vincents
aab3fe7e13
translations: replaced non-UTF8 chars by ? so they can be edited in po-edit (issue #14138 )
...
git-svn-id: trunk@20855 -
2009-07-14 12:45:47 +00:00
jesus
383dc804de
LazReport, workaround for TimeToStr returning empty string on some locales, issue #14095
...
git-svn-id: trunk@20854 -
2009-07-13 22:51:46 +00:00
jesus
dc662f18d4
LazReport, update function descriptions, part of issue #14133
...
git-svn-id: trunk@20853 -
2009-07-13 22:39:30 +00:00
paul
67871b7f77
ide: fix breakpoint items showing in the gutter menu
...
git-svn-id: trunk@20852 -
2009-07-13 14:05:53 +00:00
paul
273bd55444
ide: add resource string constants for debug manager hard coded strings
...
git-svn-id: trunk@20851 -
2009-07-13 13:53:56 +00:00
paul
167247535e
synedit: don't change cursor from crDefault to crIBeam when moving over gutter (Martin, please review)
...
git-svn-id: trunk@20850 -
2009-07-13 09:27:32 +00:00
paul
b6ed6bdc07
lcl: implement toolbar autosizing
...
git-svn-id: trunk@20849 -
2009-07-13 08:24:23 +00:00
paul
7031393709
lcl: formatting
...
git-svn-id: trunk@20848 -
2009-07-13 08:13:39 +00:00
paul
5119208a5d
gtk, gtk2: fix popup menu popup - set activation time as gtk docs require to resove mouse capture conflicts (resolves issue #0009435 )
...
git-svn-id: trunk@20847 -
2009-07-13 03:34:51 +00:00