Commit Graph

44300 Commits

Author SHA1 Message Date
bart
dc8bcb7190 LCL: Implement ValidParentForm function (Delphi compatibility)
git-svn-id: trunk@46048 -
2014-08-17 10:12:28 +00:00
bart
f3e358caff LCL: Implement optional parameter TopForm: Boolean, for GetParentForm (Delphi compatibility)
git-svn-id: trunk@46047 -
2014-08-17 10:03:28 +00:00
mattias
8e528bec4e lazutils: docs
git-svn-id: trunk@46046 -
2014-08-17 08:54:16 +00:00
joost
8fd0269bae FpDebug (pure): Detect if a HW breakpoint has been triggered on Linux
git-svn-id: trunk@46045 -
2014-08-16 21:40:08 +00:00
maxim
45dcb0b2e9 LCL: load resourcestring translation only if it exists and is NOT fuzzy. This matches gettext behaviour and allows to avoid a lot of crashes related to formatting arguments mismatches. Bugs #26423, #26527.
git-svn-id: trunk@46044 -
2014-08-14 22:11:05 +00:00
maxim
c93b53eafc IDE, Component list: improved layout and now using standard ButtonPanel, bug #26585
git-svn-id: trunk@46043 -
2014-08-13 20:34:45 +00:00
bart
acde1c2b82 Win32: fix Win32MemoStrings Insert/Delete/SelStart/LineStart/LineLength for MBC charsets (issue #0019716)
git-svn-id: trunk@46042 -
2014-08-13 10:47:32 +00:00
bart
bc3115ff03 Win32: fix Edit SelStart/SelLength for MBC charsets (issue #0019716)
git-svn-id: trunk@46041 -
2014-08-13 10:15:34 +00:00
maxim
7432eac92b IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@46040 -
2014-08-12 23:01:14 +00:00
mattias
2e2ab0b2b3 codetools: TSourceLog.GetLine: added parameter WithLineEnd
git-svn-id: trunk@46039 -
2014-08-12 10:44:40 +00:00
juha
79cefdc9de Package editor: don't update the whole tree after changing Min or Max version of required package. Part of issue #26188
git-svn-id: trunk@46038 -
2014-08-11 22:58:43 +00:00
juha
26324afb73 Packager: rename variable.
git-svn-id: trunk@46037 -
2014-08-11 22:58:34 +00:00
juha
3ccfafbb14 Turbopower iPro: Conditional dependency on printers. Issue #26422, patch from Denis Golovan.
git-svn-id: trunk@46036 -
2014-08-11 20:06:06 +00:00
juha
be876071b9 IDE: implement Copy/Paste for paths in PathEditor dialog. Related to issue #25903.
git-svn-id: trunk@46035 -
2014-08-11 20:05:51 +00:00
reiniero
2f8dffb465 * Examples: rename mushrooms image example because it can use both sqlite & Firebird
git-svn-id: trunk@46034 -
2014-08-11 14:26:39 +00:00
reiniero
50ba0b1659 * Examples: database\sqlite_mushrooms: added Firebird embedded support
git-svn-id: trunk@46033 -
2014-08-11 14:23:42 +00:00
reiniero
7f76272dd0 * Cosmetic: Examples: TSqlScript: reflect FPC situation in readme.
git-svn-id: trunk@46032 -
2014-08-11 11:54:06 +00:00
juha
adb4858156 LazUtils: make CopyDirTree() work also with the "wrong" path delimiter ('/' on Windows). Was broken after r45991 #3e8d8b891e.
git-svn-id: trunk@46031 -
2014-08-11 11:53:48 +00:00
juha
6f59df453d Converter: ChgEncodingDlg, compile regular expression right after setting it to catch exceptions. Issue #26497
git-svn-id: trunk@46030 -
2014-08-10 23:28:23 +00:00
juha
9dd4d9b9c7 Diff tool: refactoring, move duplicate code to class TSelectedDiffFile.
git-svn-id: trunk@46029 -
2014-08-10 14:05:21 +00:00
juha
3aa148f840 Diff tool: rename variables.
git-svn-id: trunk@46028 -
2014-08-10 14:05:19 +00:00
juha
30cd69fe8f Diff tool: remove Save button, change "Diff" to "Compare files", try to prevent people creating invalid patches with it.
git-svn-id: trunk@46027 -
2014-08-10 14:05:17 +00:00
juha
4a1e95898b EditorToolBar: Fix a memory leakage. Issue #26569, patch from G. Colla.
git-svn-id: trunk@46026 -
2014-08-09 12:07:10 +00:00
juha
7e4fea476e SynEdit: Call Invalidate after activating the code completion hint for long lines. Issue #26554
git-svn-id: trunk@46025 -
2014-08-09 12:07:05 +00:00
juha
458472a65e SynBaseCompletion: Remove a redundant Min() function. Formatting.
git-svn-id: trunk@46024 -
2014-08-09 12:07:00 +00:00
mattias
47d83c7efd editortoolbar: disconnect references when source window is destroyed
git-svn-id: trunk@46023 -
2014-08-06 17:17:31 +00:00
mattias
822e9eaeee IDE: anchor editor: update when becoming visible again, bug #26558
git-svn-id: trunk@46022 -
2014-08-06 17:13:22 +00:00
mattias
fe227ded7f LCL: fixed GetDefaultColor for TStaticText, TNoteBook, TTabSheet, TGroupBox, bug #26535
git-svn-id: trunk@46021 -
2014-08-06 16:54:36 +00:00
mattias
1dfcf970e9 IDE: anchor editor: clean up
git-svn-id: trunk@46020 -
2014-08-06 16:14:17 +00:00
maxim
759846da94 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@46019 -
2014-08-06 00:12:25 +00:00
maxim
f5440a80dc IDE: impoved compiler interface localization
git-svn-id: trunk@46018 -
2014-08-06 00:10:50 +00:00
maxim
d07c9bf876 IDE: improved Russian translation
git-svn-id: trunk@46017 -
2014-08-05 23:24:09 +00:00
maxim
7fd522fbdd Translations: Hungarian translation update by Péter Gábor, bug #26565
git-svn-id: trunk@46016 -
2014-08-05 23:02:53 +00:00
maxim
e93b5d2175 LazUtils: regenerated translations
git-svn-id: trunk@46015 -
2014-08-05 22:51:19 +00:00
maxim
80cdff631e InstantFPC: regenerated translations
git-svn-id: trunk@46014 -
2014-08-05 22:47:29 +00:00
maxim
7c03371396 DBExport: regenerated translations
git-svn-id: trunk@46013 -
2014-08-05 22:42:46 +00:00
maxim
0755d0fb9d DataDict: regenerated translations
git-svn-id: trunk@46012 -
2014-08-05 22:40:20 +00:00
maxim
00868be493 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@46011 -
2014-08-05 22:23:38 +00:00
maxim
a2e5b92bc5 EditorToolBar: regenerated translations; updated Russian translation
git-svn-id: trunk@46010 -
2014-08-05 22:21:53 +00:00
mattias
4999b94886 editortoolbar: Treeview revised to make it more readable, and translatable. New Icons for Jump Forward/Jump Back, New Icon for Set Free Bookmark, issue #26557, patch from G. Colla
git-svn-id: trunk@46009 -
2014-08-04 14:39:28 +00:00
joost
93aea56c3b FpDebugger (pure): New heuristics for step-into
git-svn-id: trunk@46008 -
2014-08-04 08:14:13 +00:00
mattias
e2d5752135 lcl: clean up
git-svn-id: trunk@46007 -
2014-08-03 22:05:40 +00:00
joost
c43ebefc0f FpDebugger (pure): - Fixed problem with the recognition of a software breakpoint when a hardware breakpoint has been triggered on the same location
- Ability to check if and which hardware brakpoint has been triggered

git-svn-id: trunk@46006 -
2014-08-03 20:09:46 +00:00
bart
33b12a6ca4 TFloatSpinEdit: fix updating control in SetValue (issue #0026488)
git-svn-id: trunk@46005 -
2014-08-02 08:55:59 +00:00
mattias
a469a64f53 IDE: package editor: started find in files
git-svn-id: trunk@46004 -
2014-08-01 12:38:12 +00:00
mattias
aa7b7878b5 IDE: find in files: captions for multi directories
git-svn-id: trunk@46003 -
2014-08-01 12:12:53 +00:00
mattias
5615c5a447 LCL: fileutil: TFileSearcher.Search: check duplicates
git-svn-id: trunk@46002 -
2014-08-01 11:52:01 +00:00
mattias
d5d00f088a LCL: changed TControl.GetDefaultColors to clForm,clBtnText, bug #26535
git-svn-id: trunk@46001 -
2014-08-01 07:17:17 +00:00
maxim
e6c7b22177 Examples: added SQLite3 Demo with Encryption and Pragma by Jack Linke, bug #26479
git-svn-id: trunk@46000 -
2014-07-31 21:12:33 +00:00
maxim
8e1ff48dfa Translations: French translation update by BrunoK, bug #26544
git-svn-id: trunk@45999 -
2014-07-31 20:57:35 +00:00