Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.swing @ 447

  • svn:ignore: target .settings .project
# Date Author Comment
447 04/19/2011 06:24 AM Joaquín del Cerro Murciano

Fix bugs in TaskStatus utilities and add swing components.

441 04/12/2011 07:49 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare for next development iteration

439 04/12/2011 07:49 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

437 04/12/2011 07:32 AM Joaquín del Cerro Murciano

[maven-release-plugin] rollback the release of 2.1.1

436 04/12/2011 07:21 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare for next development iteration

434 04/12/2011 07:21 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release 2.1.1

413 03/11/2011 08:10 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

411 03/11/2011 08:10 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

408 03/11/2011 07:48 AM Cesar Ordiñana

[maven-release-plugin] rollback the release of org.gvsig.tools-2.1.0

407 03/11/2011 07:44 AM Cesar Ordiñana

[maven-release-plugin] prepare for next development iteration

405 03/11/2011 07:44 AM Cesar Ordiñana

[maven-release-plugin] prepare release org.gvsig.tools-2.1.0

369 12/16/2010 01:50 PM Cesar Ordiñana

Define library dependencies

364 12/16/2010 05:47 AM Cristian Martín

NullPointer Exception solved

363 12/16/2010 05:46 AM Cristian Martín

Improved automatic metadata tabs by showing not "General" by default but the name of the metadata object and " info" on the tab.

362 12/16/2010 05:44 AM Cristian Martín

Indentation fixed

355 12/14/2010 06:46 AM Cesar Ordiñana

Use java generics

336 11/12/2010 04:07 AM Francisco Díaz Carsí

Fixed method getValue in JTextFieldComponent when the text of the component is empty.

334 11/11/2010 04:26 AM Francisco Díaz Carsí

Fixed DynObjects editing interface.

317 10/28/2010 11:25 AM Cesar Ordiñana

Set subversion url for each subproject, as maven it is not able to know the subprojects url because of the osor subversion browser expecting a root-project parameter at the end.

315 10/28/2010 11:13 AM Cesar Ordiñana

Ignore eclipse project files

306 10/11/2010 08:32 AM Cesar Ordiñana

Add flag to create writeable or readonly dynobject components.
Solve image resource loading.

302 10/11/2010 08:23 AM Cesar Ordiñana

Remove eclipse compilation warnings

298 10/07/2010 11:45 PM Cristian Martín

Formatting cleanup of code

297 10/07/2010 11:26 PM Cristian Martín

Validation errors solved.

296 10/07/2010 11:13 PM Cristian Martín

Validation errors solved.

295 10/07/2010 12:41 PM Cesar Ordiñana

Remove unused imports

294 10/07/2010 12:41 PM Cesar Ordiñana

Remove unused imports

293 10/07/2010 12:16 PM Cesar Ordiñana

Remove unused imports

288 10/04/2010 03:53 AM Cristian Martín

Compilation error solved: spi module was needed to compile.

285 10/01/2010 04:52 AM Cristian Martín

Changes on spinner and javadocs

284 10/01/2010 04:49 AM Cristian Martín

Changes on spinner and javadocs

283 10/01/2010 04:49 AM Cristian Martín

Changes on spinner and javadocs

282 10/01/2010 04:48 AM Cristian Martín

FileChooser optimized

281 10/01/2010 04:47 AM Cristian Martín

Changes on spinner and javadocs

273 09/26/2010 06:08 PM Cristian Martín

Refactor of DynFieldComponentModel into DynFieldModel.

272 09/26/2010 04:19 PM Cristian Martín

Revision of format, headers and javadocs.

271 09/24/2010 04:37 AM Cristian Martín

Minor changes to JDateDynFieldComponent to allow full datetime display.

270 09/23/2010 08:49 PM Cristian Martín

Major formatting process for the org.gvsig.tools.swing and org.gvsig.tools.main modules, according to the formatting conventions stabled by gvSIG

269 09/23/2010 08:17 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

268 09/23/2010 08:12 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

267 09/23/2010 08:11 PM Cristian Martín

error when commit unsolved with cleanup command

266 09/23/2010 08:09 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

265 09/23/2010 08:05 PM Cristian Martín

error when uploading

264 09/23/2010 07:34 PM Cristian Martín

Adding date type visualization of dynfields of type DATE, TIME and TIMESTAMP.

263 09/23/2010 07:28 PM Cristian Martín

Changes made to add JDateDynFieldComponent. This way, you can visualize time datatypes such as DATE, TIME and TIMESTAMP. flib-freixas jar library has been added as well to the swing.serv.field module for the Calendar panel.

255 09/21/2010 11:59 PM Cristian Martín

Minor changes on layout.

254 09/21/2010 11:57 PM Cristian Martín

Bug on not displaying correct value after saved. Problem solved.

249 09/20/2010 07:57 AM Cesar Ordiñana

Some corrections as call invalidate and repaint so the component gets updated when another dynobject is selected to be viewed.

247 09/16/2010 12:03 PM Cesar Ordiñana

For a field label use the name if the description is null or empty

246 09/15/2010 10:01 AM Cesar Ordiñana

Set layout in the constructor

245 09/15/2010 04:20 AM Cesar Ordiñana

New swing component to render DynObjectSet objects

235 09/13/2010 05:46 AM Cesar Ordiñana

doCreate method now throws ServiceException

233 09/13/2010 05:38 AM Cesar Ordiñana

Format, remove comented code and update javadoc

232 09/13/2010 05:23 AM Cesar Ordiñana

Extract Component interface and rename getJComponent to asJComponent

231 09/13/2010 04:12 AM Cesar Ordiñana

Added pending interface inheritance

230 09/13/2010 04:04 AM Cesar Ordiñana

Refactor JComponent interface:

- Move it to the tools.swing.api root package
- Make it extend Service
- Rename it to ComponentService
- Change method to return JComponent instead of Object

229 09/13/2010 03:41 AM Cesar Ordiñana

Format, remove comented code and update javadoc

228 09/13/2010 03:39 AM Cesar Ordiñana

Format, remove comented code and update javadoc

227 09/13/2010 03:37 AM Cesar Ordiñana

Format and remove commented code

214 08/13/2010 11:59 AM Cristian Martín

Pom error

210 08/13/2010 03:33 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

209 08/13/2010 03:30 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

208 08/13/2010 03:20 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

207 08/13/2010 03:02 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

206 08/12/2010 12:42 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

205 08/12/2010 12:26 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

204 08/12/2010 12:24 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

203 08/12/2010 12:23 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

202 08/12/2010 12:21 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

201 08/12/2010 12:17 AM Cristian Martín

DynField and DynComponent updated to the last version. Date field dependencies erased, since it has been moved to appGvSIG. If the type has no swing object associated, it will show a JTextField with readOnly property active.

183 06/30/2010 04:32 AM Cristian Martín

Changes made to allow creating a dynObject field based on a given dynClass if the developer has not set any value to the parent dynObject for this dynObject field.

182 06/30/2010 04:31 AM Cristian Martín

Changes made to allow creating a dynObject field based on a given dynClass if the developer has not set any value to the parent dynObject for this dynObject field.

181 06/30/2010 04:29 AM Cristian Martín

Major changes do date field components so as to represent date, time or date and time on a dialog.

180 06/30/2010 04:27 AM Cristian Martín

Layout improved. Alligned validation icon and components within panel no longer expand infinitely.

175 06/26/2010 05:27 AM Cesar Ordiñana

Add pending pom.xml file and modules to compile the .serv subproject

172 06/24/2010 06:41 AM Cristian Martín

Test folder updated

170 06/24/2010 06:29 AM Cristian Martín

Minor changes made regarding restructuring classes among libraries

169 06/24/2010 06:28 AM Cristian Martín

Cleaning code and minor changes made

168 06/24/2010 06:26 AM Cristian Martín

Spi module included so new changes were made

167 06/24/2010 06:24 AM Cristian Martín

Initial import

166 06/24/2010 06:23 AM Cristian Martín

Initial import

165 06/24/2010 06:21 AM Cristian Martín

Initial import

164 06/24/2010 06:20 AM Cristian Martín

Initial import.

163 06/24/2010 06:19 AM Cristian Martín

Initial import.

162 06/24/2010 06:18 AM Cristian Martín

Initial import

161 06/24/2010 06:16 AM Cristian Martín

Initial import.

160 06/24/2010 06:14 AM Cristian Martín

Initial import

159 06/24/2010 06:12 AM Cristian Martín

Initial import.

158 06/24/2010 06:11 AM Cristian Martín
104 04/21/2010 09:09 AM Cesar Ordiñana

Remove buttons

101 04/21/2010 09:01 AM Cesar Ordiñana

Add field component registration support

100 04/21/2010 09:00 AM Cesar Ordiñana

Add a new manager for usability components, having a button with standard sizes for now

95 04/16/2010 04:37 AM Cesar Ordiñana

Ignore maven and eclipse project folders and configuration files

93 04/16/2010 04:20 AM Cesar Ordiñana

Create tools swing library with dummy DynObject swing api and implementation