code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.OneToMany; import org.hibernate.annotations.LazyCollection; import org.hibernate.annotations.Lazy...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Informante.java
Java
gpl3
2,576
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/InformacionCopnaf.java
Java
gpl3
2,077
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoEstadoCivil { SOLTERO, CASADO, SEPARADO, DIVORCIADO, VIUDO, CONCUBINATO; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoEstadoCivil.java
Java
gpl3
236
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoDemanda { INTERVENCION, ASESORAMIENTO; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoDemanda.java
Java
gpl3
202
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.OneToMany; /** * * @author NiCo */ @Entity public class A...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Adulto.java
Java
gpl3
4,077
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoComposicionFamiliar { SEPARADO, CASADO_CONCUBINATO, FAMILIA_DE_ORIGEN, HIJOS, ENSAMBLADO, SUSTITUTO, NUCLEAR, PADRE_UNICO; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoComposicionFamiliar.java
Java
gpl3
286
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoOrientacion { ASESORADO_EN_LLAMADO, EQUIPO_102, DERIVADO; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoOrientacion.java
Java
gpl3
225
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoAsesoria { ESCUELA, CENTRO_DE_SALUD, HOSPITAL; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoAsesoria.java
Java
gpl3
210
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.Date; import java.util.List; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.ManyToOne; import javax.persistence.OneToMany...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Caso.java
Java
gpl3
5,263
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoSituacionLaboral { DESOCUPADO, TRABAJO_PRECARIO, BENEFICIARIO, OCUPADO; }
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoSituacionLaboral.java
Java
gpl3
234
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/InformacionAsesoria.java
Java
gpl3
2,116
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/JuzgadoDeFamilia.java
Java
gpl3
1,906
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Inheritan...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Persona.java
Java
gpl3
1,684
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Calle.java
Java
gpl3
1,755
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Asesoria.java
Java
gpl3
1,875
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import java...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Copnaf.java
Java
gpl3
1,836
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; import javax.persistence.OneToOne; /** * * @aut...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Nino_Adolescente.java
Java
gpl3
2,836
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; /** * * @author NiCo */ @Entit...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/Usuario.java
Java
gpl3
1,667
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/InformacionJuzgado.java
Java
gpl3
2,182
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; /** * * @author NiCo */ public enum TipoMotivo { AYUDA_DIRECTA, LEGAL, PSICOLOGICA, VIOLENCIA, MALTRATO, ABANDONO, ABUSO_SEXUAL, TESTIGO_VIOLENCIA, CONDUCTAS_ADICTIVAS, PROBLEMAS_CONDUCTA, DESERCION_...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/TipoMotivo.java
Java
gpl3
373
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package io; import java.io.Serializable; import java.text.SimpleDateFormat; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.OneToOne; /** * * @author NiCo */ @Entity pub...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/io/IntervencionComun.java
Java
gpl3
3,843
package utilidades; import java.awt.Image; import javax.swing.JFrame; public class JFrameConFondo extends JFrame { private final JPanelConFondo contenedor = new JPanelConFondo(); public JFrameConFondo() { setContentPane(contenedor); setUndecorated(true); JMoverFrame mueve1 = new JMov...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/utilidades/JFrameConFondo.java
Java
gpl3
642
package utilidades; import java.awt.Container; import java.awt.Point; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; import javax.swing.JComponent; import javax.swing.JFrame; public class JMoverFrame implements MouseMotionListener, MouseListener{ JCo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/utilidades/JMoverFrame.java
Java
gpl3
2,139
package utilidades; import java.awt.Graphics; import java.awt.Image; import javax.swing.ImageIcon; import javax.swing.JPanel; public class JPanelConFondo extends JPanel { private Image imagen; public JPanelConFondo() { } public JPanelConFondo(String nombreImagen) { if (nombreImagen != null)...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/utilidades/JPanelConFondo.java
Java
gpl3
1,189
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package utilidades; import com.nilo.plaf.nimrod.NimRODLookAndFeel; import com.sun.awt.AWTUtilities; import gui.Login; import java.awt.FlowLayout; import java.awt.Image; import java.awt.Shape; import java.awt.geom.RoundR...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/utilidades/Inicio.java
Java
gpl3
2,568
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package utilidades; import io.Operador; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; /** * * @author NiCo */ public class DatosDePrueba...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/utilidades/DatosDePrueba.java
Java
gpl3
1,144
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import ja...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaLlamado.java
Java
gpl3
17,844
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * MensajesInfo.java * * Created on 11-ene-2013, 1:22:11 */ package gui; import controladores.ControladorPrincipal; import javax.swing.ImageIcon; import utilidades.JFrameConFondo; /** * * @author NiCo */ publ...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/MensajesConf.java
Java
gpl3
12,012
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaIntervencion.java * * Created on 22-ene-2013, 11:16:57 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Adulto; import io.Asesoria; import io.Calle; im...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarIntervencion.java
Java
gpl3
213,278
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaActualizacion.java * * Created on 11-ene-2013, 20:02:22 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Actualizacion; import io.Caso; import io.Infor...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarActualizacion.java
Java
gpl3
44,407
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaIntervencion.java * * Created on 22-ene-2013, 11:16:57 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Adulto; import io.Asesoria; import io.Calle; im...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/NuevaIntervencion.java
Java
gpl3
208,449
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * AcercaDe.java * * Created on 30-dic-2012, 5:53:58 */ package gui; import javax.swing.ImageIcon; import utilidades.JFrameConFondo; /** * * @author NiCo */ public class AcercaDe extends JFrameConFondo { ...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/AcercaDe.java
Java
gpl3
9,846
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoLlamado.java * * Created on 19-ene-2013, 12:58:01 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Actualizacion; import io.Caso; import io.Llamado; im...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarLlamado.java
Java
gpl3
49,197
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoLlamado.java * * Created on 19-ene-2013, 12:58:01 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import io.Operador; import java.awt.Image; ...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/NuevoLlamado.java
Java
gpl3
24,104
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ListaActualizaciones.java * * Created on 17-ene-2013, 17:55:58 */ package gui; import com.sun.awt.AWTUtilities; import io.Actualizacion; import io.Caso; import io.Seguimiento; import java.awt.Image; import jav...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ListaSeguimientos.java
Java
gpl3
11,102
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * MensajesInfo.java * * Created on 11-ene-2013, 1:22:11 */ package gui; import controladores.ControladorPrincipal; import javax.swing.ImageIcon; import utilidades.JFrameConFondo; /** * * @author NiCo */ publ...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/MensajesInfo.java
Java
gpl3
8,727
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoCaso.java * * Created on 09-ene-2013, 16:12:32 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Calle; import io.Caso; import io.Direccion; import io.I...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/NuevoCaso.java
Java
gpl3
127,688
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoSeguimiento.java * * Created on 21-ene-2013, 15:36:28 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Caso; import io.Seguimiento; import java.awt.Fon...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarSeguimiento.java
Java
gpl3
26,834
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ListaActualizaciones.java * * Created on 17-ene-2013, 17:55:58 */ package gui; import com.sun.awt.AWTUtilities; import io.Caso; import io.Intervencion; import io.IntervencionAdiccion; import io.IntervencionCom...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ListaIntervenciones.java
Java
gpl3
11,457
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaActualizacion.java * * Created on 11-ene-2013, 20:02:22 */ package gui; import controladores.ControladorPrincipal; import io.Actualizacion; import io.Caso; import io.Informante; import io.TipoMotivo; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ConsultarActualizacion.java
Java
gpl3
32,838
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import ja...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaDatosNinio.java
Java
gpl3
43,619
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * BuscarCaso.java * * Created on 09-ene-2013, 16:12:43 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Calle; import io.Caso; import io.Operador; import io.T...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/BuscarCaso.java
Java
gpl3
80,576
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * BuscarInformante.java * * Created on 13-ene-2013, 16:11:54 */ package gui; import controladores.ControladorPrincipal; import io.Informante; import io.Nino_Adolescente; import java.util.Iterator; import javax.s...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/BuscarNinio.java
Java
gpl3
13,308
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoLlamado.java * * Created on 19-ene-2013, 12:58:01 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import java.awt.Shap...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EliminarLlamado.java
Java
gpl3
16,284
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoSeguimiento.java * * Created on 21-ene-2013, 15:36:28 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Caso; import io.Seguimiento; import java.awt.Fon...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/NuevoSeguimiento.java
Java
gpl3
28,466
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import java.awt.Image; import java.awt.Shape; impor...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaIntervencion.java
Java
gpl3
83,564
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import ja...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaCasos.java
Java
gpl3
31,688
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/Casos.java
Java
gpl3
15,080
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/Llamado.java
Java
gpl3
12,520
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/OtrosDatos.java
Java
gpl3
14,212
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/Geografica.java
Java
gpl3
13,794
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/CasosMotivos.java
Java
gpl3
17,296
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/DatosNinio.java
Java
gpl3
13,126
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui.reportes; import controladores.ControladorPrincipal; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/reportes/Intervenciones.java
Java
gpl3
13,135
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoCaso.java * * Created on 09-ene-2013, 16:12:32 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Calle; import io.Caso; import io.Direccion; import io.I...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarCaso.java
Java
gpl3
115,059
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import ja...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaGeograficas.java
Java
gpl3
36,671
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * Principal.java * * Created on 28-dic-2012, 20:38:35 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import java.awt.Desktop; import java.awt.Image; import java.awt.S...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/Principal.java
Java
gpl3
75,311
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import java.awt.Image; import java.awt.Shape; impor...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaOtrosDatos.java
Java
gpl3
18,022
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * Login.java * * Created on 08-ene-2013, 23:52:32 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Usuario; import java.awt.Image; import java.awt.Shape; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/Login.java
Java
gpl3
20,431
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * BuscarInformante.java * * Created on 13-ene-2013, 16:11:54 */ package gui; import controladores.ControladorPrincipal; import io.Informante; import java.util.Iterator; import java.util.List; import javax.swing....
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/BuscarInformante.java
Java
gpl3
14,363
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoSeguimiento.java * * Created on 21-ene-2013, 15:36:28 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Caso; import io.Seguimiento; import java.awt.Fon...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EliminarSeguimiento.java
Java
gpl3
21,187
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ChequearDatos.java * * Created on 10-ene-2013, 18:51:41 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import java.awt.Image; import java.awt.Shape; import java.awt...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ChequearDatos.java
Java
gpl3
17,931
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import io.Nino_Adolescente; impo...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ImprimirPlanillaLlamado.java
Java
gpl3
26,224
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaIntervencion.java * * Created on 22-ene-2013, 11:16:57 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Adulto; import io.Hijo; import io.Intervencion;...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ConsultarIntervencion.java
Java
gpl3
167,645
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ModificarDatosPersonales.java * * Created on 18-ene-2013, 0:58:16 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Calle; import io.Direccion; import io.Inf...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ModificarDatosPersonales.java
Java
gpl3
74,713
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoSeguimiento.java * * Created on 21-ene-2013, 15:36:28 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Caso; import io.Seguimiento; import java.awt.Fon...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ConsultarSeguimiento.java
Java
gpl3
21,515
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaIntervencion.java * * Created on 22-ene-2013, 11:16:57 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Adulto; import io.Hijo; import io.Intervencion;...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EliminarIntervencion.java
Java
gpl3
150,934
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevaActualizacion.java * * Created on 11-ene-2013, 20:02:22 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Actualizacion; import io.Caso; import io.Infor...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/NuevaActualizacion.java
Java
gpl3
45,157
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * NuevoCaso.java * * Created on 09-ene-2013, 16:12:32 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Actualizacion; import io.Caso; import io.Informante; im...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ConsultarCaso.java
Java
gpl3
108,972
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ImprimirPlanillaLlamado.java * * Created on 21-ene-2013, 15:08:52 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Llamado; import java.awt.Image; import ja...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/EstadisticaCasosMotivo.java
Java
gpl3
37,383
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * ListaActualizaciones.java * * Created on 17-ene-2013, 17:55:58 */ package gui; import com.sun.awt.AWTUtilities; import io.Actualizacion; import io.Caso; import java.awt.Image; import java.awt.Shape; import jav...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/ListaActualizaciones.java
Java
gpl3
10,156
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * VerificarMasDeUnNinio.java * * Created on 14-ene-2013, 17:04:19 */ package gui; import com.sun.awt.AWTUtilities; import controladores.ControladorPrincipal; import io.Nino_Adolescente; import java.awt.Image; im...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/gui/VerificarMasDeUnNinio.java
Java
gpl3
10,673
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controladores; import io.Adulto; import io.Calle; import io.Direccion; import io.Informante; import io.Nino_Adolescente; import io.Operador; import java.util.List; /** * * @author NiCo */ public class Contro...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/controladores/ControladorPersonas.java
Java
gpl3
7,339
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controladores; import io.Caso; import io.Intervencion; import io.IntervencionAdiccion; import io.IntervencionComun; import io.TipoLlamado; import io.TipoMotivo; import java.util.ArrayList; import java.util.Date;...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/controladores/ControladorEstadisticas.java
Java
gpl3
101,875
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controladores; import io.Actualizacion; import io.Asesoria; import io.Calle; import io.Caso; import io.Comisaria; import io.Copnaf; import io.Direccion; import io.InformacionAsesoria; import io.InformacionCopnaf...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/controladores/ControladorCasos.java
Java
gpl3
25,198
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controladores; import io.Usuario; import java.util.List; /** * * @author NiCo */ public class ControladorUsuarios { public boolean login(String nombre, String contrasenia) { Usuario usu = null; ...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/controladores/ControladorUsuarios.java
Java
gpl3
1,529
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controladores; import java.io.FileInputStream; import java.io.IOException; import java.util.Properties; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persist...
102-lineadelosderechos
trunk/102-LineaDeLosDerechos/src/controladores/ControladorPrincipal.java
Java
gpl3
3,783
all: @make -s -C prod clean: @make -s -C prod clean help: @make -s -C prod help
12319597-popup
Makefile
Makefile
lgpl
85
cmake_minimum_required (VERSION 2.6) project (Popup) set(POPUP_INSTALL_DIR ${PROJECT_SOURCE_DIR}/../delivery/${POPUP_TARGET}_${CMAKE_BUILD_TYPE}) # 3rd party libraries add_subdirectory(3rdParty) # Popup-made libraries add_subdirectory(PopupLibOSAL) add_subdirectory(PopupDatabaseSqlite) add_subdirectory(PopupLibrary)...
12319597-popup
sources/CMakeLists.txt
CMake
lgpl
546
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/3rdParty ) find_package(crypto REQUIRED) find_package(sqlite3 REQUIRED) if (${CMAKE_SYSTEM_NAME} STREQUAL Windows) find_package(pthread REQUIRED) include_directories( ${pthread_INCLUDE_DIRS} ) endif (${CMAKE_SYSTEM_NAME} STREQUAL Windows) include_directories( ./include ) ...
12319597-popup
sources/PopupDatabaseSqlite/CMakeLists.txt
CMake
lgpl
1,058
/////////////////////////////////////////////////////////////////////////////// // CppSQLite3 - A C++ wrapper around the SQLite3 embedded database library. // // Copyright (c) 2004..2007 Rob Groves. All Rights Reserved. rob.groves@btinternet.com // // Permission to use, copy, modify, and distribute this software and i...
12319597-popup
sources/PopupDatabaseSqlite/src/CppSQLite3.cpp
C++
lgpl
37,250
//////////////////////////////////////////////////////////////////////////////// // CppSQLite3 - A C++ wrapper around the SQLite3 embedded database library. // // Copyright (c) 2004..2007 Rob Groves. All Rights Reserved. rob.groves@btinternet.com // // Permission to use, copy, modify, and distribute this software and ...
12319597-popup
sources/PopupDatabaseSqlite/src/CppSQLite3.h
C++
lgpl
7,970
#include <sstream> #include <iomanip> #include <openssl/md5.h> #include <PopupLoggerUI.hpp> #include <PopupLibTypes.hpp> #include <PopupSqlite3Database.hpp> #include <PopupOSAL.hpp> #include "CppSQLite3.h" using namespace std; using namespace Popup; using namespace PopupUtils; const char *databaseCreateRequest = ...
12319597-popup
sources/PopupDatabaseSqlite/src/PopupSqlite3Database.cpp
C++
lgpl
15,440
#ifndef __POPUP_DATABASE_H__ #define __POPUP_DATABASE_H__ #include <string> #include "PopupDatabaseUI.hpp" struct CppSQLite3DB; namespace Popup { class PopupSqlite3Database : public DatabaseUI { public: PopupSqlite3Database(const std::string & p_path); ~PopupSqlite3Database(); // @Override boo...
12319597-popup
sources/PopupDatabaseSqlite/include/PopupSqlite3Database.hpp
C++
lgpl
2,011
# Dependencies resolution ----------------------------------------------------- find_package(Qt4 REQUIRED) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/3rdParty ) find_package(openssl REQUIRED) find_package(crypto REQUIRED) find_package(curl REQUIRED) # Version source file generation ----------------------------------...
12319597-popup
sources/PopupClientQt/CMakeLists.txt
CMake
lgpl
4,599
#include <signal.h> #include <QApplication> #include <QtGui> #include "PopupGuiCore.hpp" static void signalHandler(int) { PopupGuiCore::instance()->exit(); } int main(int argc, char *argv[]) { QApplication app(argc, argv); QApplication::setQuitOnLastWindowClosed(false); QTextCodec::setCodecForTr(QText...
12319597-popup
sources/PopupClientQt/src/Popup.cpp
C++
lgpl
876
/* * PopupThreadStartWidget.cpp * * Created on: Jul 11, 2012 * Author: guillou */ #include <PopupThreadStartWidget.hpp> #include <PopupUsersWidget.hpp> #include <PopupUtilities.hpp> using namespace std; using namespace utilities; using namespace Popup; PopupThreadStartWidget::PopupThreadStartWidget(QWidge...
12319597-popup
sources/PopupClientQt/src/PopupThreadStartWidget.cpp
C++
lgpl
3,710
#include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <errno.h> #include <libgen.h> #include <string> #include <QtGui> #include "PopupUtilities.hpp" #include "PopupSettings.hpp" #include "PopupOSAL.hpp" using namespace std; using namespace utilities; using namespace Popup; //...
12319597-popup
sources/PopupClientQt/src/PopupUtilities.cpp
C++
lgpl
9,218
/* * PopupUserListItem.hpp * * Created on: May 19, 2012 * Author: guillou */ #ifndef POPUPUSERLISTITEM_HPP_ #define POPUPUSERLISTITEM_HPP_ #include <QtGui> public PopupUserListItem : public QListWidgetItem { void setData(int role, const QVariant & value); }; #endif /* POPUPUSERLISTITEM_HPP_ */
12319597-popup
sources/PopupClientQt/src/PopupUserListItem.hpp
C++
lgpl
312
#include <iostream> #include <string> #include <sstream> #include <sys/types.h> #include <QThread> #include <PopupSetupDialog.hpp> #include <PopupUtilities.hpp> #include <PopupProgressWidget.hpp> #include <PopupNotificationFrame.hpp> #include <PopupGuiCore.hpp> using namespace std; using namespace utilities; using n...
12319597-popup
sources/PopupClientQt/src/PopupSetupDialog.cpp
C++
lgpl
19,435
/* * PopupUsersWidget.cpp * * Created on: Jul 9, 2012 * Author: guillou */ #include <PopupUsersWidget.hpp> #include <PopupGuiCore.hpp> #include <PopupUtilities.hpp> #include <PopupUserProfileFrame.hpp> using namespace Popup; PopupUsersWidget::PopupUsersWidget(QWidget *parent, ...
12319597-popup
sources/PopupClientQt/src/PopupUsersWidget.cpp
C++
lgpl
5,509
#include <QImage> #include <QPainter> #include <QApplication> #include <QDesktopWidget> #include <iostream> #include <PopupOSAL.hpp> #include "PopupImage.hpp" #include "PopupImageViewer.hpp" #include "PopupSettings.hpp" using namespace std; using namespace PopupUtils; PopupImageViewer::PopupImageViewer() : QDialog...
12319597-popup
sources/PopupClientQt/src/PopupImageViewer.cpp
C++
lgpl
2,980
/* * PopupImageViewerFx.cpp * * Created on: Jul 6, 2013 * Author: guillou */ #include "PopupGui.hpp" #include "PopupImage.hpp" #include "PopupImageViewerFx.hpp" #include "PopupSettings.hpp" PopupTransitionFx::PopupTransitionFx(PopupImage *p_image) : PopupImageFx(p_image), transition(PopupSettings::insta...
12319597-popup
sources/PopupClientQt/src/PopupImageViewerFx.cpp
C++
lgpl
5,020
#include <stdlib.h> #include <iostream> #include <PopupLoggerUI.hpp> #include "PopupSettings.hpp" using namespace std; using namespace Popup; using namespace PopupUtils; PopupSettings *PopupSettings::m_instance = 0; PopupSettings *PopupSettings::instance() { if (m_instance == 0) { m_instance = new PopupSetti...
12319597-popup
sources/PopupClientQt/src/PopupSettings.cpp
C++
lgpl
34,247
/* * PopupImage.cpp * * Created on: Jul 7, 2013 * Author: guillou */ #include <PopupOSAL.hpp> #include <PopupLoggerUI.hpp> #include "PopupImageViewer.hpp" #include "PopupImageViewerFx.hpp" #include "PopupImage.hpp" #include "PopupSettings.hpp" using namespace PopupUtils; PopupImage::PopupImage(PopupImageV...
12319597-popup
sources/PopupClientQt/src/PopupImage.cpp
C++
lgpl
4,900
/* * PopupCustomButton.cpp * * Created on: Mar 11, 2013 * Author: guillou */ #include <PopupLoggerUI.hpp> #include <PopupCustomButton.hpp> using namespace PopupUtils; #define FIELD_SEPARATOR "&#&" PopupCustomButton::PopupCustomButton(const QString & p_name, const QStr...
12319597-popup
sources/PopupClientQt/src/PopupCustomButton.cpp
C++
lgpl
1,990
/* * PopupLoginDialog.cpp * * Created on: Jun 5, 2012 * Author: guillou */ #include <PopupOSAL.hpp> #include <PopupLoginDialog.hpp> #include <PopupSettings.hpp> #include <PopupUtilities.hpp> using namespace PopupUtils; using namespace utilities; using namespace Popup; PopupLoginDialog::PopupLoginDialog(QWi...
12319597-popup
sources/PopupClientQt/src/PopupLoginDialog.cpp
C++
lgpl
3,487
/* * PopupUpdateManager.cpp * * Created on: Nov 20, 2012 * Author: guillou */ #include <string> #include <sstream> #include <PopupOSAL.hpp> #include <PopupUpdateManager.hpp> #include <PopupSettings.hpp> #include <PopupUtilities.hpp> #include <PopupVersion.hpp> #include <PopupGuiCore.hpp> using namespace std...
12319597-popup
sources/PopupClientQt/src/PopupUpdateManager.cpp
C++
lgpl
9,648
/* * PopupTransfersDialog.cpp * * Created on: Nov 26, 2012 * Author: guillou */ #include <QtGui> #include <PopupOSAL.hpp> #include <PopupProgressWidget.hpp> #include <PopupTransfersDialog.hpp> #include <PopupSettings.hpp> using namespace Popup; using namespace PopupUtils; PopupTransfersDialog::PopupTransf...
12319597-popup
sources/PopupClientQt/src/PopupTransfersDialog.cpp
C++
lgpl
4,053
#include <QtGui> #include <PopupSettings.hpp> #include <PopupMessageDialog.hpp> #include <PopupVersion.hpp> #include <PopupUtilities.hpp> using namespace std; using namespace Popup; #include "PopupUsersWidget.hpp" #include "PopupMessageWidget.hpp" #define CONNECTING_STRING "Connecting..." //========================...
12319597-popup
sources/PopupClientQt/src/PopupMessageDialog.cpp
C++
lgpl
9,781