Commit Graph

61 Commits

Author SHA1 Message Date
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
vincents
296e81dda3 LCL: raise exception if bitmap is not completely written to disk (bug #8260)
git-svn-id: trunk@11392 -
2007-06-27 11:01:23 +00:00
vincents
e128307175 LCL: Several fixes for DirSel dialog (#9077) from Graeme
* fixed duplicate path delimiters
 * Removed hardcoded english captions with resource strings instead
 * fixed issue where dot directories (considered hidden in unix OS's)
   are not processed correctly with ShowHidden property
 * Sometimes nodes reported subdirectories when they didn't
   actually have (linux)
 * Minor code formatting changes (code cleanup)
 * Removed empty methods (more code cleanup)

git-svn-id: trunk@11351 -
2007-06-21 12:16:25 +00:00
jesus
e387149eff LCL, missing resource string declaration in 10989
git-svn-id: trunk@10992 -
2007-04-23 20:46:43 +00:00
mattias
598a7e0bcb chnaged wrong copied license headers in LCL units, they are modified LGPL not GPL, as mentioned in the Copying files
git-svn-id: trunk@10024 -
2006-10-02 09:10:56 +00:00
mattias
2757f800c3 fixed TReplaceDialog, localized TFindDialog and TReplaceDialog
git-svn-id: trunk@9480 -
2006-06-22 20:16:57 +00:00
mattias
84a4d25163 added example for HTML help
git-svn-id: trunk@9311 -
2006-05-19 21:56:07 +00:00
mattias
0ee6a67e72 moved ideintf/helphtml.pas to lcl/lazhelphtml.pas
git-svn-id: trunk@9280 -
2006-05-13 15:12:42 +00:00
mattias
988f29ba13 LCL help is now autarc
git-svn-id: trunk@9278 -
2006-05-13 14:41:42 +00:00
mattias
5e2fc8584f using combobox autotext for findreplace dlg
git-svn-id: trunk@8930 -
2006-03-13 00:39:02 +00:00
mattias
f37495ee05 replaced error messagedlg on loading form with questiondlg
git-svn-id: trunk@8399 -
2005-12-31 13:03:06 +00:00
mattias
5d59178cc3 implemented multiple source directories for project
git-svn-id: trunk@8153 -
2005-11-14 21:53:06 +00:00
mattias
1164172993 fixed newline char #13 in lclstrconsts
git-svn-id: trunk@7594 -
2005-08-30 09:39:30 +00:00
marc
68321456bb * Renamed InterfaceObject to WidgetSet
- Removed some logs
* Changed mainloop to a callback through the interface

git-svn-id: trunk@7585 -
2005-08-28 23:38:18 +00:00
mattias
42f6cd4d0e added resourcestrings for some graphic types
git-svn-id: trunk@7357 -
2005-07-15 15:07:10 +00:00
vincents
3823e16050 fixed range check error and simplified valid date test
git-svn-id: trunk@6834 -
2005-02-25 10:20:53 +00:00
mattias
924cd35914 added resurce strings for gtk file dlg
git-svn-id: trunk@6391 -
2004-12-18 23:46:17 +00:00
mattias
28e09a231e localized graphprop editor form and replaced opensavedialog with opensavepicturedialog
git-svn-id: trunk@5866 -
2004-08-26 22:12:39 +00:00
mattias
581bef95fc moved intfstrconsts.pp to lclstrconsts.pas, implemented TPenHandleCache
git-svn-id: trunk@5769 -
2004-08-11 20:57:09 +00:00
mattias
2f8201d816 added rx components from Michal Van Canneyt
git-svn-id: trunk@5709 -
2004-07-25 15:39:55 +00:00
mattias
c111d6709d TMenuItem.Bitmap is now auto created on read. Added TMenuItem.HasBitmap
git-svn-id: trunk@5181 -
2004-02-08 11:31:32 +00:00
mattias
aa765b0e3b TSelectDirectoryDialog ofFileMustExist now checks for directory from Vincent
git-svn-id: trunk@5100 -
2004-01-24 16:25:35 +00:00
mattias
4976a7fdca added TEditButton, TFileNameEdit, TDirectoryEdit, TDateEdit, TCalcEdit from Michael V.C.
git-svn-id: trunk@4948 -
2003-12-23 20:40:43 +00:00
mattias
115757e25e added TFrame definition, no implementation
git-svn-id: trunk@4534 -
2003-08-27 09:20:44 +00:00
mattias
fa73dc5669 added TSelectDirectoryDialog
git-svn-id: trunk@4479 -
2003-08-14 10:36:55 +00:00