Commit Graph

85 Commits

Author SHA1 Message Date
juha
6493c83448 LCL: added checkbox "Prompt on replace" to TReplaceDialog. Issue #20654, patch from Bart Broersma
git-svn-id: trunk@33585 -
2011-11-17 13:41:04 +00:00
juha
35777f6aee LCL: formatting
git-svn-id: trunk@33295 -
2011-11-04 10:56:51 +00:00
juha
c4cee0e6dd IDE+LCL: Combine PropEdits.KeyAndShiftStateToKeyString and TWidgetSet.GetAcceleratorString, move to lclproc. Remove unused constants.
git-svn-id: trunk@33283 -
2011-11-04 09:50:46 +00:00
maxim
0b7adfb3a5 LCL: improved MaskEdit localization (one ToDo item less). Thanks Alexey Lagunov for the hint.
git-svn-id: trunk@32042 -
2011-08-24 21:03:41 +00:00
maxim
1c6e99ab46 LCL: moved TCustomControlFilterEdit's resource string to LCLStrConsts
git-svn-id: trunk@31749 -
2011-07-19 20:29:18 +00:00
maxim
c01f8f8892 LCL: improved "help for directive not found" error messages, regenerated translations and updated Russian translation
git-svn-id: trunk@31413 -
2011-06-26 23:15:02 +00:00
mattias
e715236ac9 IDE: help for compiler directives
git-svn-id: trunk@31412 -
2011-06-26 21:11:08 +00:00
mattias
d13ac6fe8a LCL: fixed TUTF8Parser reading at end of buffer
git-svn-id: trunk@31362 -
2011-06-24 18:37:23 +00:00
mattias
f7b1c18634 IDE: removed obsolete code for help for fpc keywords
git-svn-id: trunk@30705 -
2011-05-12 20:50:35 +00:00
maxim
82a8e18101 IDE, LCL: adapted error messages to changed IDE main menu layout
git-svn-id: trunk@30598 -
2011-05-07 15:41:03 +00:00
mattias
e4c031d58a LCL: hint about RequireDerivedFormResource
git-svn-id: trunk@29285 -
2011-02-01 09:25:53 +00:00
mattias
950a89dbc3 LCL: TForm.Create: give a hint how to fix resourceless forms
git-svn-id: trunk@29267 -
2011-01-31 09:33:24 +00:00
sekelsenmat
b542879b49 Fixes the name of the ICNS format
git-svn-id: trunk@27267 -
2010-09-04 16:28:08 +00:00
paul
9a78c04db3 lcl: add gif format support by patch of José Mejuto (issue #0016993)
git-svn-id: trunk@26758 -
2010-07-21 02:56:37 +00:00
paul
80c3026e14 lcl: formatting, move some exception texts to lclstrconsts, use EInvliadOperation instead Exception class for raising various controls related exceptions
git-svn-id: trunk@26659 -
2010-07-15 03:37:24 +00:00
mattias
e5ff98cb75 LCL: resourcestring
git-svn-id: trunk@26449 -
2010-07-04 04:40:34 +00:00
maxim
d05c811fe0 LCL: fix typos in string constants
git-svn-id: trunk@25591 -
2010-05-23 22:03:02 +00:00
zeljko
fb35fbd33b Qt: implemented TQtWidgetSet.GetCmdLineParamDescForInterface. Fixes #16536
git-svn-id: trunk@25582 -
2010-05-22 15:05:08 +00:00
mattias
0448deb6c3 LCL: added RunCmdFromPath to unit utf8process
git-svn-id: trunk@25495 -
2010-05-18 08:43:07 +00:00
maxim
a9869a3ad7 LCL: localized shortcut captions (visible in IDE main menu), bug #11934.
git-svn-id: trunk@25302 -
2010-05-10 16:20:21 +00:00
marc
1ad1d06743 * Graphics: Added TTiffImage
git-svn-id: trunk@25134 -
2010-05-02 14:36:41 +00:00
paul
099ba06e28 lcl: add TPicture.LoadFromStream, TPicture.SaveToStream based on image header sign (issue #0010006)
git-svn-id: trunk@24945 -
2010-04-26 03:44:52 +00:00
maxim
2e3ee21415 LCL: fix typo in string constant
git-svn-id: trunk@24801 -
2010-04-21 20:56:02 +00:00
maxim
a6843f3162 IDE: changed 'no HTML browser' error message to point to existing settings. Fixes bug #0015718.
git-svn-id: trunk@23979 -
2010-03-13 18:13:15 +00:00
mattias
a0468e41ab LCL: TFindDialog: added option entire scope, from Brad Campbell, bug #13783
git-svn-id: trunk@20397 -
2009-06-04 08:52:15 +00:00
paul
beb1e199bb lcl: add helper function to get stock button and dialog images and captions:
- GetButtonCaption,
  - GetButtonIcon
  - GetDialogCaption
  - GetDialogIcon

git-svn-id: trunk@19784 -
2009-05-03 14:59:50 +00:00
paul
0cfb17b294 lcl: fix letter case
git-svn-id: trunk@18920 -
2009-03-08 16:25:27 +00:00
paul
d9491a4528 lcl: fix header
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
paul
35789f98bf lcl: allow to translate more color names
git-svn-id: trunk@17642 -
2008-12-01 03:09:17 +00:00
paul
8220969ef4 lcl: Colors
- add clMenuBar, clMenuHighlight system colors
 - add pretty names for windows system colors

git-svn-id: trunk@17439 -
2008-11-19 12:20:13 +00:00
paul
3db97beca1 lcl: reimplement TColorBox, TColorListBox to be more delphi compatible
git-svn-id: trunk@17330 -
2008-11-11 04:01:16 +00:00
paul
c911e73e25 db (can be merged):
- move hints constants to resourcestrings
  - simplified default hints assigning
  - don't set enabled state of buttons directly, use a more correct way which depends on current DataLink state (as result in runtime only correct buttons are enabled, not every)

git-svn-id: trunk@16736 -
2008-09-26 01:27:04 +00:00
mattias
95e9a9b545 LCL: fixed typo
git-svn-id: trunk@16423 -
2008-09-05 00:15:31 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
paul
3f0b560eb6 lcl:
- moved some strings used in graphics to resources
 - CreateDefaultBitmapHandle is not abstract and returns 0 now if not overrided.

git-svn-id: trunk@16178 -
2008-08-22 02:19:07 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
marc
19919c7035 * Fixed loading of old graphic streams
* Added TIcon.AssignImage, so one image of an icon can be changed

git-svn-id: trunk@15775 -
2008-07-14 00:40:42 +00:00
vincents
4ee45a7631 LCL: reverted accidental commits of r15706 #d49446d842
git-svn-id: trunk@15707 -
2008-07-08 16:48:59 +00:00
vincents
d49446d842 LCL: fixed typo in postscriptcanvas (bug #11629)
git-svn-id: trunk@15706 -
2008-07-08 16:45:16 +00:00
paul
93c931063d lcl:
- register more picture extensions (.cur, .icns)
- add simple implementation to TCustomIcon.UpdateCurrentView

git-svn-id: trunk@15613 -
2008-06-30 02:14:12 +00:00
marc
d43db7b7f3 * Splitup of TBitmap into TRasterImage, TCustomBitmap, TFPImageBitmap and TBitmap
* Implemented TIcon and reading .ico (including Vista icons)

git-svn-id: trunk@15472 -
2008-06-20 00:21:07 +00:00
mattias
62e6df2b95 LCL: more fixes for fpc 2.2.0 compilation
git-svn-id: trunk@15345 -
2008-06-06 15:07:53 +00:00
mattias
ee5d2a42df LCL: more fixes for fpc 2.2.0 compilation
git-svn-id: trunk@15341 -
2008-06-06 14:12:05 +00:00
mattias
025c9f9def LCL; fixed 2.2.0 compilation
git-svn-id: trunk@15340 -
2008-06-06 12:59:56 +00:00
vincents
ba5c0b67b4 LCL: resourcestring for confirm delete message (bug #10372)
git-svn-id: trunk@13274 -
2007-12-11 11:15:35 +00:00
vincents
01a956df63 LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367)
git-svn-id: trunk@13201 -
2007-12-07 13:00:20 +00:00
paul
87c4e64232 move some string constant from code to lclStrConsts
git-svn-id: trunk@13197 -
2007-12-07 06:15:19 +00:00
vincents
6631eb4c66 text: replaced plz -> please (bug #10319)
git-svn-id: trunk@13161 -
2007-12-05 10:52:44 +00:00
tombo
77381cc8d4 LCL: implemented TMask, MatchesMask, added Masks docs
git-svn-id: trunk@11592 -
2007-07-22 14:17:13 +00:00
vincents
4001c812f6 LCL: localized shortcut modifiers
git-svn-id: trunk@11457 -
2007-07-10 09:08:20 +00:00