Commit Graph

46558 Commits

Author SHA1 Message Date
maxim
99454578ac Translations: French translation update by Gilles Vasseur, bug #27956
git-svn-id: trunk@48834 -
2015-04-24 12:25:22 +00:00
sekelsenmat
0b2aa66d35 customdrawn: More minor improvements to toolbar
git-svn-id: trunk@48833 -
2015-04-24 11:57:13 +00:00
sekelsenmat
efbf75076f customdrawn: Expands support to dropdown button
git-svn-id: trunk@48832 -
2015-04-24 11:44:36 +00:00
sekelsenmat
4a4b47c394 CustomDrawn-Windows: Fixes endless loop in PromptUser
git-svn-id: trunk@48831 -
2015-04-24 11:18:58 +00:00
sekelsenmat
929fbbbbf6 customdrawn: Forgot to commit customdrawnthemes.pas
git-svn-id: trunk@48830 -
2015-04-24 11:11:29 +00:00
sekelsenmat
9b4132cbca customdrawn: Starts mac toolbar arrow and starts customdrawn ws theme
git-svn-id: trunk@48829 -
2015-04-24 08:36:08 +00:00
jesus
967e0663ad LazUtils: added function for getting normalized filename (darwin)
git-svn-id: trunk@48828 -
2015-04-24 06:28:20 +00:00
sekelsenmat
c33a355a49 Reverts accidental change
git-svn-id: trunk@48827 -
2015-04-24 06:21:31 +00:00
sekelsenmat
4b430bb75e essage=cocoa: Toolbar theme drawing implemented via CustomDrawn
git-svn-id: trunk@48826 -
2015-04-24 06:20:43 +00:00
jesus
54dee07964 LazUtils, cvsutils: load from file version
git-svn-id: trunk@48825 -
2015-04-24 04:53:00 +00:00
wp
f86b0cb7af TAChart: Fix ParentColor not being stored in lfm file (issue #0027787). Patch by Balázs Székely
git-svn-id: trunk@48824 -
2015-04-23 13:44:16 +00:00
sekelsenmat
d3e6792e2c customdrawn: Moves the toolbar item drawing to the mac drawer, since its really a mac style
git-svn-id: trunk@48823 -
2015-04-23 13:17:15 +00:00
sekelsenmat
8a8c672aa6 customdrawn: Further implements the toolbar buttons and drawing
git-svn-id: trunk@48822 -
2015-04-23 13:12:11 +00:00
maxim
afa5584b36 IDE: improved coolbar options page layout, fixes bug #27937
git-svn-id: trunk@48821 -
2015-04-23 12:56:28 +00:00
maxim
b62c496f73 Translations: French translation update by Gilles Vasseur, bug #27932
git-svn-id: trunk@48819 -
2015-04-23 11:53:00 +00:00
sekelsenmat
cb635d6b2a customdrawn: Starts implementing toolbar support
git-svn-id: trunk@48818 -
2015-04-23 11:22:11 +00:00
mattias
e1a9dcda81 fpcunit: fixed compilation fpc 3.x
git-svn-id: trunk@48817 -
2015-04-22 15:13:31 +00:00
mattias
a4706fccd1 IDE: simplified
git-svn-id: trunk@48816 -
2015-04-22 15:09:41 +00:00
maxim
76cc8230b1 Translations: French translation update by Gilles Vasseur, bugs #27920, #27925
git-svn-id: trunk@48812 -
2015-04-21 21:27:59 +00:00
maxim
a179a436d7 IDE: regenerated German translation
git-svn-id: trunk@48811 -
2015-04-21 21:24:58 +00:00
maxim
1bcac56dd3 FPCUnit: regenerated translations and updated Russian translation
git-svn-id: trunk@48810 -
2015-04-21 20:59:51 +00:00
juha
fec09258e7 IDE: Update project inspector after renaming a unit. Issue #27909.
git-svn-id: trunk@48809 -
2015-04-21 17:30:08 +00:00
juha
ec2f4559ce IDE: optimize a little + format.
git-svn-id: trunk@48808 -
2015-04-21 17:30:07 +00:00
juha
abea0c63d2 fpcunit: Updated translation string PO files. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48807 -
2015-04-21 17:30:05 +00:00
juha
843490ec89 fpcunit: Removes redundant code. No need for the extra paint. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48806 -
2015-04-21 17:30:03 +00:00
juha
d942a8006d fpcunit: Fix bug where parent nodes did not indicate failure. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48805 -
2015-04-21 17:30:02 +00:00
juha
f0c6c67de5 fpcunit: New Expand/Collapse tree nodes popup menu items. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48804 -
2015-04-21 17:30:01 +00:00
juha
12b4f237b3 fpcunit: Show fully test error message when node is selected. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48803 -
2015-04-21 17:29:59 +00:00
juha
ff557fb46c fpcunit: Use new LocationInfo information in failed test. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48802 -
2015-04-21 17:29:58 +00:00
juha
a92b133845 fpcunit: Restore the window state before the "now" parameter. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48801 -
2015-04-21 17:29:57 +00:00
juha
ba96526733 fpcunit: Reduce the amount of data written to the INI file. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48800 -
2015-04-21 17:29:56 +00:00
juha
acb459dabd fpcunit: Erase previous saved test results first before saving new. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48799 -
2015-04-21 17:29:55 +00:00
juha
723f7fa2f7 fpcunit: Use dot instead of underscore for test node seperator. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48798 -
2015-04-21 17:29:53 +00:00
juha
0a2e216da7 fpcunit: Save tree select on close, not on test run. Issue #27887, patch from Graeme Geldenhuys.
git-svn-id: trunk@48797 -
2015-04-21 17:29:52 +00:00
juha
9e447df484 IDE: In BuildMode config dialog, prevent hiding Name in the grid when InSession is not shown. Issue #27881.
git-svn-id: trunk@48796 -
2015-04-21 17:29:48 +00:00
mattias
50b7181f88 translations: German: updates from Swen Heinig
git-svn-id: trunk@48795 -
2015-04-21 08:32:31 +00:00
maxim
df6df7781f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@48794 -
2015-04-20 23:39:26 +00:00
maxim
c2a4fa384f IDE: fixed typos in messages options window
git-svn-id: trunk@48793 -
2015-04-20 23:35:14 +00:00
martin
6e096446a7 IDE Options: allow to set colors for messages in message window by urgency. / apply without restart
git-svn-id: trunk@48792 -
2015-04-20 22:19:59 +00:00
martin
4a53660e71 IDE Options: allow to set colors for messages in message window by urgency.
git-svn-id: trunk@48790 -
2015-04-20 22:04:38 +00:00
martin
045b4fea7a IDE Options: allow to set colors for messages in message window by urgency.
git-svn-id: trunk@48789 -
2015-04-20 21:59:46 +00:00
maxim
691df1520b Translations: Hungarian translation update by Péter Gábor, bug #27903
git-svn-id: trunk@48787 -
2015-04-20 21:49:58 +00:00
maxim
bd48a652a1 SynEdit: regenerated translations
git-svn-id: trunk@48786 -
2015-04-20 21:47:17 +00:00
maxim
0a67913439 IDEIntf: deleted file, which was committed by accident
git-svn-id: trunk@48785 -
2015-04-20 21:42:46 +00:00
maxim
cd1a1aa304 IDEIntf: regenerated translations
git-svn-id: trunk@48784 -
2015-04-20 21:42:02 +00:00
maxim
146199138f Translations: updated French translation by Gilles Vasseur, bugs #27904, #27913
git-svn-id: trunk@48782 -
2015-04-20 21:15:25 +00:00
maxim
7931780349 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@48781 -
2015-04-20 20:43:33 +00:00
jesus
a95002e0bf LCL, grids, fix loading CSV data with multiline fields, issue #27443
git-svn-id: trunk@48780 -
2015-04-20 17:50:27 +00:00
juha
0406b9f4ce IDE: IDECoolbar improvements. Issue #27871, patch from Balázs Székely.
git-svn-id: trunk@48779 -
2015-04-19 15:31:08 +00:00
juha
25de80ed6c LazUtils: formatting
git-svn-id: trunk@48778 -
2015-04-19 15:31:01 +00:00