Fix #8039 - library support and add back roopacker dependancy
[roobuilder] / debian / changelog
1 roobuilder (5.0.4) UNRELEASED; urgency=medium
2
3   * error popups with tree of errors, now default to expanding current file
4   * row detection for drag/drop + contect menu replaced with pick/ bounds and row counting (far more reliable)
5   * css moved to resource
6   * editor resize font now centralized and synced on all windows
7   * added back roopacker dependancy (uses threaded compile)
8   * reference to wishlist on readme
9   * support for structs when adding objects (eg. CClosureExpression)
10   * editor font size uses ctrl-scroll to enlarges / shrink
11   * fixed issue with missing references on node creation
12   * completion now uses editor context to decide if to try and complete
13   * target names in gtk settings only support a-z
14   * file dialogs can be closed with esc key
15   * added library support for meson creation, including version and licence in settings
16   
17
18  -- Alan <alan@office.roojs.com>  Wed, 07 Feb 2024 09:51:44 +0800
19
20 roobuilder (5.0.2) unstable; urgency=medium
21
22   * support for extended writing of vala applications
23     Note that sealed classes causes issues, so generally it's not usable yet
24   * Move Node (drag with shift pressed)
25   * Changing property key now triggers save/language server
26   * Fixed sending wrong 'save' to language-server (caused LS to crash)
27   * Fixed Gtkview - uses toSource(), rather than file.get_contents()
28   * Fixed updating of errors (should only update changed error mark or tree item))
29   * Errors now shown on widget tree / node properties / and node edit as selected
30   * Error highlighting now on character location of errors, along with marks
31   * roojspacker dependancy removed for now (too slow to work currently)
32   * add other property - use menubutton and tidy up pulldown so it looks like a menu.
33   * switch window now uses libadwadi panel
34   * switch window search shows full file list in panel - so you can jump to file
35   * control-o tiggers file open, after file serach up/down arrows select file, and enter / shift enter will open.
36   * undo and redo buttons - now work
37   * improved performance on node generation, and language server call performance (less uneccessary calls)
38   * use find path for searching for vala-language-server (and add it as a dependancy!)
39   * support for Adw in rendering of previews (limited though)
40   * remove readonly properties from palete 
41   * added icons from glade (and made the resources)
42   * added resource support to meson creation
43   * added gdb / gnome-terminal / meson / ninja to control file
44   * removed gda dependancy ( not used at present)
45   * flatpack might work...
46   
47   
48  -- Alan Knowles <alan@touchbox>  Sun, 28 Jan 2024 06:54:56 +0800
49
50 roobuilder (5.0.1) unstable; urgency=medium
51
52   * switch to meson build
53   * remove internal compiler - switch to call meson/ninja
54   * language server support  (basic)
55   * autocompletion working on JS and vala
56   * errors from language server
57   * icons indicating status of language server
58
59  -- Alan <alan@roojs.com>  Wed, 24 Jan 2024 15:07:37 +0800
60
61 roobuilder (5.0.0) unstable; urgency=medium
62
63   * converted code to GTK4 
64
65  -- Alan <alan@roojs.com>  Wed, 3 Jan 2023 15:45:00 +0800
66
67 roobuilder (4.4.2) unstable; urgency=medium
68
69   * file search tool in project navigator
70   * build compliler warnings
71   * project save fixed
72
73  -- Alan <alan@roojs.com>  Tue, 06 Sep 2022 11:44:46 +0800
74
75 roobuilder (4.4.1) unstable; urgency=medium
76
77   * fix issue with old js files using user defined properties
78   * Project properties now shows full path 
79   * Project properties tidy up
80   * goto line now works better (from errors)
81   * clicking code view opens up correct node and shows properties.
82   * segfault on invalid properties fixed.
83   * add icon only shown on nodes that accept children
84   * Gtk.MenuItem and children auto have .show() added to code
85   
86  -- Alan <<alan@roojs.com>  Wed, 31 Aug 2022 17:22:23 +0800
87
88 roobuilder (4.4.0) unstable; urgency=medium
89
90   * slightly better search boxes
91   * Add node is in a column, rather than button above
92   * Adjust location of popover for editing properties
93   * hide file tree on non-gtk projects
94   * project directory scan caching removed (so it shows latest files)
95   * mouseover icon view shows bigger view of UI
96   * single compiler for gtk, and notify all relivant windows of result
97
98  -- Alan <alan@roojs.com>  Wed, 31 Aug 2022 14:43:28 +0800
99
100 roobuilder (4.3.0) unstable; urgency=medium
101
102   * Open files management - will not open same file twice / pulldown to pick open files
103   * Left Tree alighment of icons
104   * Left Tree icons now work on adding and dragging.
105   * Left Tree Tooltip on nodes now shows all properties correctly
106   * Resource fetching simplified
107   * Caching of Library data 
108   * Fix loading of Roo library data
109   * Enums now 'RAW' type 
110   * Fix Compiler so gcc is not run when doing inline testing
111   * Depricated properties and signals not shown in lists
112   * Property lists and Signal lists include info on definer source, and type in seperate columns
113   * Vala generation for 'add' and ctor generation revised
114   * List of available objects to add better defined in source now
115   * Auto generation of some properties when adding nodes and child nodes
116   * Icons for node nodes
117   * Event handler signatures should work better
118   * Gtk Buttons on dialogs now use buttons[] 
119   * Structs support for properties
120   * Some tooltip help on Roo properties and signals
121
122  -- Alan <alan@roojs.com>  Fri, 08 Jul 2022 11:00:48 +0800
123
124 roobuilder (4.2.0) unstable; urgency=medium
125
126   * Remove Clutter dependancy and interface
127   * Change Project and File management to Popover
128   * Property editing now expand right
129   * Popover property editing
130   * Popover for adding properties, events and children
131   * Cleaner User interface - icons and text for most things now.
132
133  -- Alan <alan@office.roojs.com>  Wed, 25 May 2022 14:41:34 +0800
134
135 roobuilder (4.1.0) unstable; urgency=medium
136
137   * upgrade json file format - better support for diffable files - other features like better child object detection from code docs 
138   * support for vala 0.56+ due to copying code from valac (as codegen and ccode are not exported) 
139
140  -- Alan <alan@office.roojs.com>  Tue, 03 May 2022 17:40:50 +0800
141
142 roobuilder (4.0.0) unstable; urgency=medium
143
144   * Initial Release.
145
146  -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:47:00 +0800