Log of /trunk/schmitzm-core/src
Directory Listing
Revision
1923 -
Directory Listing
Modified
Wed Mar 28 11:18:45 2012 UTC
(12 years, 11 months ago)
by
alfonx
Revision
1914 -
Directory Listing
Modified
Mon Mar 26 22:53:32 2012 UTC
(12 years, 11 months ago)
by
mojays
InfoDialog: field for contact person
Revision
1913 -
Directory Listing
Modified
Mon Mar 26 21:48:15 2012 UTC
(12 years, 11 months ago)
by
mojays
New InfoDialog (default class for "About..." dialog)
Revision
1912 -
Directory Listing
Modified
Sun Mar 25 08:08:54 2012 UTC
(12 years, 11 months ago)
by
alfonx
Revision
1911 -
Directory Listing
Modified
Sat Mar 24 10:57:52 2012 UTC
(12 years, 11 months ago)
by
mojays
Revision
1910 -
Directory Listing
Modified
Fri Mar 23 17:58:39 2012 UTC
(12 years, 11 months ago)
by
mojays
ApplicationProps: BugFix
New icon
Revision
1909 -
Directory Listing
Modified
Fri Mar 23 11:28:55 2012 UTC
(12 years, 11 months ago)
by
mojays
New icon
Revision
1907 -
Directory Listing
Modified
Thu Mar 22 23:48:43 2012 UTC
(12 years, 11 months ago)
by
mojays
SwingUtil: constant for underlined font attributes
ApplicationProps: BugFix for parsing in getStringMap(.)
Revision
1906 -
Directory Listing
Modified
Thu Mar 22 23:08:06 2012 UTC
(12 years, 11 months ago)
by
mojays
IOUtil: new methods readStreamAsString(.) and downloadUrlToFile(.)
LangUtil: new method convertToMap(.) to convert a list to map
ApplicationProps: store string-Map in properties as semicolon-separated pair "key:value"
OkCancelDialog: methods to change action/button titles
SwingUtil: generic methods to set cursor; methods to create JSpinner; method to create extended table column header (with column class included)
WebFilesChooser: OK-Action only enabled if at least one file is selected
Revision
1905 -
Directory Listing
Modified
Wed Mar 21 19:24:14 2012 UTC
(12 years, 11 months ago)
by
mojays
LangUtil: new method transformMapKeys(.) to convert map keys according to mapping
Revision
1904 -
Directory Listing
Modified
Tue Mar 20 18:46:36 2012 UTC
(12 years, 11 months ago)
by
mojays
SwingUtil: openDesktopFile(.) moved from WIME to SCHMITZM
Revision
1901 -
Directory Listing
Modified
Mon Mar 12 21:34:01 2012 UTC
(12 years, 11 months ago)
by
mojays
Because of compile errors in WIME project (problems with polymorphisms "Object...") new workaround method stringConcatWithSepIgnoreNulls(.)
Revision
1900 -
Directory Listing
Modified
Mon Mar 12 14:55:09 2012 UTC
(12 years, 11 months ago)
by
mojays
SortableJTable: new method getEditingModelColumn(.); handle editing column conversion if no cell is being edited
new SpinnerEditor
new PercentageEditor
Revision
1898 -
Directory Listing
Modified
Mon Mar 12 00:02:33 2012 UTC
(12 years, 11 months ago)
by
alfonx
Revision
1896 -
Directory Listing
Modified
Sun Mar 11 23:35:17 2012 UTC
(12 years, 11 months ago)
by
alfonx
/**
* Rauskopiert aus ExecutorService JavaDoc
*/
void shutdownAndAwaitTermination(ExecutorService pool) {
Revision
1894 -
Directory Listing
Modified
Sun Mar 11 13:27:01 2012 UTC
(12 years, 11 months ago)
by
mojays
WebFilesChooser: center frame position relative to parent frame
SwingUtil: new method to create JRadioButtonMenuItem
LangUtil: splitList(.) parameter changed from untyped List<?> to typed List<E>
Revision
1893 -
Directory Listing
Modified
Sat Mar 10 13:46:38 2012 UTC
(12 years, 11 months ago)
by
alfonx
/**
* Zerlegt eine Liste in mehrere Listen mit einer maximalen Größe.
*/
public static List<List<?>> splitList(List<?> list, int maxListSize) {
Revision
1892 -
Directory Listing
Modified
Fri Mar 9 20:13:04 2012 UTC
(12 years, 11 months ago)
by
alfonx
/**
* Zerlegt eine Liste in mehrere Listen mit einer maximalen Größe.
*/
public static List<List> splitList(List list, int maxListSize)
Revision
1891 -
Directory Listing
Modified
Thu Mar 8 14:35:54 2012 UTC
(12 years, 11 months ago)
by
mojays
SelectableJTable: enable/disable alternating column backgrounds (default: disabled) to avoid conflicts with background set by cell renderer!
Revision
1890 -
Directory Listing
Modified
Thu Mar 8 09:43:58 2012 UTC
(12 years, 11 months ago)
by
mojays
LimitedDocument: also allow "." for style STYLE_BASIC_STRING
Revision
1887 -
Directory Listing
Modified
Fri Mar 2 14:00:41 2012 UTC
(13 years ago)
by
mojays
new SequentialOrderedMap: map which is ordered according to the sequence the elements are put in the map
Revision
1875 -
Directory Listing
Modified
Sun Feb 26 21:28:21 2012 UTC
(13 years ago)
by
mojays
new OkCancelDialog: superclass e.g. for individual choosers
new WebFilesChooser/WebFilesChooserPanel: select files from web directory and navigate through web directory structure
FilesSelectionTable: Tooltip for table cell to show complete path/url
Revision
1873 -
Directory Listing
Modified
Fri Feb 24 17:51:31 2012 UTC
(13 years ago)
by
alfonx
/**
* Reicht einen #dispose Aufruf an alle Component-Kinder weiter.
*/
@Override
public void dispose() {
for (Component c : getComponents()) {
if (c instanceof Disposable)
((Disposable) c).dispose();
}
// OOM-Paranoia:
setLayout(null);
// OOM-Paranoia, nicht sehr performant
// removeAll();
}
Revision
1870 -
Directory Listing
Modified
Wed Feb 22 16:39:23 2012 UTC
(13 years ago)
by
mojays
IOUtil.listFilesAndDirectoriesFromURL(.)
FileSelectionTable: constructor flag to make selection column optional
Revision
1869 -
Directory Listing
Modified
Wed Feb 22 15:43:08 2012 UTC
(13 years ago)
by
mojays
IOUtil: new method createURL(.)
IOUtil.listFilesFromURL(.): ignore directory links
new FilesSelectionTable
Revision
1868 -
Directory Listing
Modified
Wed Feb 22 13:06:10 2012 UTC
(13 years ago)
by
mojays
IOUtil: new methods extractLinksFromURL(.) and listFilesFromURL(.)
Revision
1864 -
Directory Listing
Modified
Sat Feb 11 00:51:52 2012 UTC
(13 years ago)
by
alfonx
SqlQueryStat mit mehr Infos
Revision
1863 -
Directory Listing
Modified
Fri Feb 10 17:36:50 2012 UTC
(13 years ago)
by
mojays
SwingUtil: create DecimalFormat with limitation generated from pattern
Revision
1862 -
Directory Listing
Modified
Fri Feb 10 16:18:55 2012 UTC
(13 years ago)
by
mojays
SwingUtil: new method showResizableJOptionPane(.)
Revision
1861 -
Directory Listing
Modified
Fri Feb 10 15:49:10 2012 UTC
(13 years ago)
by
mojays
SwingUtil.createDefaultCellEditor(.) instead of "new DefaultCellEditor(.)" to automatically apply some "nice looking table rendering" parameters (e.g. EmptyBorder).
Revision
1860 -
Directory Listing
Modified
Fri Feb 10 15:34:19 2012 UTC
(13 years ago)
by
mojays
new JDateChooserCellEditor: with fix for "terminateEditOnFocusLost" problem in jCalendar class
TimeEditor: BugFix for manual input; configuration with empty border
SwingUtil: method to create DefaultCellEditor for component with automatic table rendering configuration (no border)
Revision
1858 -
Directory Listing
Modified
Wed Feb 8 10:18:43 2012 UTC
(13 years ago)
by
mojays
SwingUtil: new method to increase all L&F font sizes (by factor)
Revision
1856 -
Directory Listing
Modified
Fri Feb 3 16:15:46 2012 UTC
(13 years ago)
by
alfonx
ConcurrentDateFormat kann jetzt Locale übergeben werden.
Revision
1853 -
Directory Listing
Modified
Thu Feb 2 14:20:48 2012 UTC
(13 years ago)
by
mojays
LangUtil: new methods getSignumStr(.) to return +/- for a numeric value
LangUtil: new methods getTimezoneDescription(.)
Revision
1852 -
Directory Listing
Modified
Thu Feb 2 12:39:13 2012 UTC
(13 years ago)
by
mojays
LangUtil: new method getCurrentTimeFormatted(DateFormat)
LangUtil: new method getGmtDate(.) to shift a date to GMT
Revision
1851 -
Directory Listing
Modified
Wed Feb 1 09:56:05 2012 UTC
(13 years ago)
by
mojays
MailUtil: construction of "mailto" parameter list reorganized (because Outlook does not handle empty parameters correctly)
Revision
1849 -
Directory Listing
Modified
Mon Jan 30 18:29:51 2012 UTC
(13 years, 1 month ago)
by
mojays
ApplicationProps: new method copyTo(.)
Revision
1848 -
Directory Listing
Modified
Mon Jan 30 17:23:42 2012 UTC
(13 years, 1 month ago)
by
mojays
new SortedProperties, which override some hashtable methods to generate sorted key sets.
Revision
1847 -
Directory Listing
Modified
Mon Jan 30 16:50:05 2012 UTC
(13 years, 1 month ago)
by
mojays
- FileSource: new methods isSourceChanged() and setSourceChanged(.)
- SwingUtil: new method to fit a html JLabel size
- new LabelInputOption
- new icon
Revision
1846 -
Directory Listing
Modified
Mon Jan 30 03:26:07 2012 UTC
(13 years, 1 month ago)
by
alfonx
Revision
1845 -
Directory Listing
Modified
Mon Jan 30 03:09:18 2012 UTC
(13 years, 1 month ago)
by
alfonx
uncauhtException on Thread Immobrain Timer, roleback<br />java.lang.NullPointerException
at de.schmitzm.lang.TimedHashMap.put(TimedHashMap.java:72)
at java.util.Collections$SynchronizedMap.put(Collections.java:1979)
at de.wikisquare.immobrain.QuellenRegistry.getCrawlStat(QuellenRegistry.java:223)
at de.wikisquare.immobrain.QuellenRegistry.getAlleQuellenCrawlStat(QuellenRegistry.java:210)
at de.wikisquare.immobrain.crawler.CrawlSpeedStatTimer.run(CrawlSpeedStatTimer.java:35)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Revision
1842 -
Directory Listing
Modified
Sat Jan 28 14:26:25 2012 UTC
(13 years, 1 month ago)
by
mojays
new icons
Revision
1841 -
Directory Listing
Modified
Sat Jan 28 14:25:31 2012 UTC
(13 years, 1 month ago)
by
mojays
new icons
Revision
1840 -
Directory Listing
Modified
Thu Jan 26 10:57:31 2012 UTC
(13 years, 1 month ago)
by
mojays
FileSource objects restructured with interface layer
Revision
1830 -
Directory Listing
Modified
Wed Jan 18 11:42:51 2012 UTC
(13 years, 1 month ago)
by
mojays
ProgressBarWithText: XOR mode for label rendering removed because of problems for some screen resolutions
Revision
1828 -
Directory Listing
Modified
Sun Jan 15 22:59:12 2012 UTC
(13 years, 1 month ago)
by
alfonx
zip funktion in IOUtil hatte einen ungenutzen und irreführenden parameter. wo jetzt compile-fehler sind, einfach den dritten parameter entfenen
Revision
1816 -
Directory Listing
Modified
Sat Jan 14 20:35:52 2012 UTC
(13 years, 1 month ago)
by
alfonx
Neues Modul schmitz-db mit Datenbankmethoden
Revision
1814 -
Directory Listing
Modified
Mon Jan 9 15:27:04 2012 UTC
(13 years, 1 month ago)
by
mojays
SwingUtil: new methods setAutoStopTableCellEditing(.) and stopTableCellEditing(.)
SelectableJTable: Automatically apply "terminateEditOnFocusLost" property by calling SwingUtil.setAutoStopTableCellEditing(this, true);
SortableJTable: call of super.initTable() to take new "terminateEditOnFocusLost" property into account
Revision
1809 -
Directory Listing
Modified
Fri Dec 16 13:25:52 2011 UTC
(13 years, 2 months ago)
by
mojays
SelectableJTable BugFix: Only set background color if cell is NOT selected!
Revision
1808 -
Directory Listing
Modified
Fri Dec 16 11:21:46 2011 UTC
(13 years, 2 months ago)
by
mojays
new FileSourceSortedMap (not yes used)
Revision
1807 -
Directory Listing
Modified
Fri Dec 16 11:21:13 2011 UTC
(13 years, 2 months ago)
by
mojays
SelectableJTable: different background for alternating columns
SwingUtil: method determining default background color from L&F
LangUtil.stringConcatWithSep(.): handle native arrays specified as object list
BaseTypeUtil: handling of native type arrays
Revision
1806 -
Directory Listing
Modified
Mon Dec 12 21:21:10 2011 UTC
(13 years, 2 months ago)
by
alfonx
Bisschen JavaDoc
Revision
1804 -
Directory Listing
Modified
Thu Dec 8 12:27:32 2011 UTC
(13 years, 2 months ago)
by
mojays
new FileSourceMap.java
Revision
1803 -
Directory Listing
Modified
Mon Dec 5 21:58:10 2011 UTC
(13 years, 2 months ago)
by
alfonx
Verbesserungen bei der Trigger- und Functionserstellung.
Revision
1802 -
Directory Listing
Modified
Fri Dec 2 22:00:38 2011 UTC
(13 years, 2 months ago)
by
alfonx
fixed one trnaslation
Revision
1801 -
Directory Listing
Modified
Fri Dec 2 11:58:28 2011 UTC
(13 years, 2 months ago)
by
mojays
AbstractTableModel: new method to update table/column structure
ChartAxisStyle: Bugfix for applying axis label angle (must be applied as radian)
JFreeChartUtil: new method to determine plot for dataset, handle situations in that main plot is a combined plot
StyledToolTipGenerator: instead using main plot, determine plot by new JFreeChartUtil method to deal with combined plots
Revision
1798 -
Directory Listing
Modified
Mon Nov 28 13:11:29 2011 UTC
(13 years, 3 months ago)
by
alfonx
Indexerstellung erkennt Tablespae "null" als null.
Revision
1797 -
Directory Listing
Modified
Sun Nov 27 00:45:49 2011 UTC
(13 years, 3 months ago)
by
alfonx
one more little NPE check
Revision
1795 -
Directory Listing
Modified
Thu Nov 24 11:19:04 2011 UTC
(13 years, 3 months ago)
by
mojays
CryptUtil: bytes/string conversion modified
Revision
1794 -
Directory Listing
Modified
Wed Nov 23 19:19:26 2011 UTC
(13 years, 3 months ago)
by
mojays
ApplicationProps: new methods setEncrypted(.) and getStringDecrypted(.) to automatically encrypt/decrypt a value in property file
Revision
1793 -
Directory Listing
Modified
Wed Nov 23 17:36:20 2011 UTC
(13 years, 3 months ago)
by
mojays
new CryptUtil
Revision
1790 -
Directory Listing
Modified
Mon Nov 21 18:27:34 2011 UTC
(13 years, 3 months ago)
by
mojays
SwingUtil.setRelativeFramePosition(.) avoid negative frame position
AbstractActionTextPanel: providing access to panel button
Revision
1786 -
Directory Listing
Modified
Sat Nov 19 12:42:59 2011 UTC
(13 years, 3 months ago)
by
mojays
FileInputOption: Provide access to file chooser
Revision
1785 -
Directory Listing
Modified
Fri Nov 18 13:11:01 2011 UTC
(13 years, 3 months ago)
by
mojays
new Icons
Revision
1784 -
Directory Listing
Modified
Thu Nov 17 13:47:01 2011 UTC
(13 years, 3 months ago)
by
mojays
BugFix
Revision
1783 -
Directory Listing
Modified
Thu Nov 17 13:03:53 2011 UTC
(13 years, 3 months ago)
by
mojays
TextComponentAppender: using invokeLater(.)
SwingUtil: new methods to initialize Font in JComponent
Revision
1781 -
Directory Listing
Modified
Wed Nov 16 18:24:20 2011 UTC
(13 years, 3 months ago)
by
alfonx
Erste Aufräumanseätzt um Jregmatch 2.0-SNAPSHOT zu erstellen.
Revision
1780 -
Directory Listing
Modified
Wed Nov 16 15:34:45 2011 UTC
(13 years, 3 months ago)
by
mojays
StatusDialog: new additional constructor parameters
new TextComponentAppender
new MessagesStatusDialog
Revision
1779 -
Directory Listing
Modified
Wed Nov 16 09:48:57 2011 UTC
(13 years, 3 months ago)
by
mojays
SwingUtil: methods to update JProgressBar on EDT
Revision
1777 -
Directory Listing
Modified
Sat Nov 12 01:13:40 2011 UTC
(13 years, 3 months ago)
by
alfonx
Revision
1776 -
Directory Listing
Modified
Fri Nov 11 15:55:38 2011 UTC
(13 years, 3 months ago)
by
mojays
SwingWorker: Ignore InterruptedException/ThreadDeath; show error message on EDT
Revision
1775 -
Directory Listing
Modified
Thu Nov 10 16:21:15 2011 UTC
(13 years, 3 months ago)
by
mojays
SelectionInputOption: new MultiList subclass which allows to select multiple values from list
Revision
1774 -
Directory Listing
Modified
Thu Nov 10 15:09:49 2011 UTC
(13 years, 3 months ago)
by
mojays
InputOption: store the possible ScrollPane in protected variable
MultipleOptionPane: possibility to make the dialog resizable
MultiLineTextInputOption: BugFix with preferred size; apply preferred size to complete InputOption (instead of TextPane)
SelectionInputOption: BugFix with preferred size; apply preferred size to complete InputOption (instead of JList)
Revision
1773 -
Directory Listing
Modified
Tue Nov 8 20:20:44 2011 UTC
(13 years, 3 months ago)
by
mojays
new ProgressBarWithText
Revision
1772 -
Directory Listing
Modified
Tue Nov 8 17:20:52 2011 UTC
(13 years, 3 months ago)
by
mojays
new FileSource and FileSourceList
ExceptionDialog: If error message contains RETURNs, a JTextPane is used instead of JLabel
SwingUtil: JSpinner handled in setEditable(.)
new Icons
Revision
1771 -
Directory Listing
Modified
Fri Nov 4 09:28:09 2011 UTC
(13 years, 3 months ago)
by
alfonx
/**
* Formatiert eine Zeitspanne als Text
*/
public static String formatInterval(final long l) {
Revision
1770 -
Directory Listing
Modified
Thu Nov 3 21:06:37 2011 UTC
(13 years, 3 months ago)
by
mojays
BaseTypeUtil: Handling of BigDecimal
Revision
1769 -
Directory Listing
Modified
Wed Nov 2 17:05:07 2011 UTC
(13 years, 3 months ago)
by
mojays
ManualInputOption.Double: optional use of decimal comma for input
ApplicationProps: method getChar()
ApplicationFrame: handle null value for icon name in createAction(.)
Revision
1768 -
Directory Listing
Modified
Sat Oct 29 23:22:03 2011 UTC
(13 years, 4 months ago)
by
alfonx
Dynamischere Methodeanparameter:
public static Boolean parseString(String str, Boolean defaultValue) {
if (defaultValue == null) {
return parseStringDefaultNull(str);
} else if (defaultValue == true) {
return parseStringDefaultTrue(str);
} else {
return parseStringDefaultFalse(str);
}
}
Revision
1767 -
Directory Listing
Modified
Sat Oct 29 15:21:33 2011 UTC
(13 years, 4 months ago)
by
alfonx
Revision
1766 -
Directory Listing
Modified
Wed Oct 26 11:23:18 2011 UTC
(13 years, 4 months ago)
by
mojays
ApplicationProps.properties made protected to allow access in sub classes
Revision
1765 -
Directory Listing
Modified
Mon Oct 24 11:39:42 2011 UTC
(13 years, 4 months ago)
by
alfonx
corrected the spanish chartset problem
Revision
1763 -
Directory Listing
Modified
Sun Oct 23 20:52:14 2011 UTC
(13 years, 4 months ago)
by
alfonx
corrected the spanish chartset problem
Revision
1762 -
Directory Listing
Modified
Sat Oct 22 11:42:01 2011 UTC
(13 years, 4 months ago)
by
alfonx
Spanish as a new translated language
Revision
1760 -
Directory Listing
Modified
Wed Oct 19 13:56:36 2011 UTC
(13 years, 4 months ago)
by
mojays
Revision
1759 -
Directory Listing
Modified
Wed Oct 19 13:32:56 2011 UTC
(13 years, 4 months ago)
by
mojays
Some new utility methods moved from WIME to SwingUtil.
New frame super class ApplicationFrame.
New super class ApplicationProps.
Revision
1756 -
Directory Listing
Modified
Wed Oct 12 12:51:58 2011 UTC
(13 years, 4 months ago)
by
mojays
SortableJTable: Automatically handle numeric column sort
BaseTypeUtil: Treat super-class Number as "numeric"
Revision
1755 -
Directory Listing
Modified
Tue Oct 11 22:41:32 2011 UTC
(13 years, 4 months ago)
by
mojays
Test leicht modifiziert
Revision
1754 -
Directory Listing
Modified
Tue Oct 11 14:00:40 2011 UTC
(13 years, 4 months ago)
by
mojays
new Icons
Revision
1753 -
Directory Listing
Modified
Tue Oct 11 13:51:31 2011 UTC
(13 years, 4 months ago)
by
mojays
new Icons
Revision
1752 -
Directory Listing
Modified
Tue Oct 11 11:51:38 2011 UTC
(13 years, 4 months ago)
by
mojays
LangUtil: handle null-time in combineDate(.)
DateInputOption.DateTime: handle null-time
PGUtil: BugFix in addIndex(.) in FillFactor-Condition; optional Parameters for createRole(.) to grand other roles to new role
Revision
1751 -
Directory Listing
Modified
Mon Oct 10 09:46:39 2011 UTC
(13 years, 4 months ago)
by
alfonx
Revision
1750 -
Directory Listing
Modified
Tue Oct 4 15:55:33 2011 UTC
(13 years, 4 months ago)
by
alfonx
Mehr try finally für ResultSets
Revision
1748 -
Directory Listing
Modified
Mon Oct 3 20:47:41 2011 UTC
(13 years, 4 months ago)
by
alfonx
Revision
1747 -
Directory Listing
Modified
Mon Oct 3 10:15:59 2011 UTC
(13 years, 4 months ago)
by
alfonx
Revision
1746 -
Directory Listing
Modified
Mon Oct 3 09:59:00 2011 UTC
(13 years, 4 months ago)
by
alfonx
Revision
1745 -
Directory Listing
Modified
Sun Oct 2 13:26:29 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1744 -
Directory Listing
Modified
Fri Sep 30 13:45:06 2011 UTC
(13 years, 5 months ago)
by
alfonx
public static String stringConcatWithSep(String sep, Collection<? extends Object> list) {
return stringConcatWithSep(sep, null, list.toArray());
}
" ? extends " hinzugefügt... zu oft ist der mir sonst auf Object... gegangen und hat z.B. die Collection<Long> als erstes Obejct gesehen.
Revision
1743 -
Directory Listing
Modified
Fri Sep 30 12:29:10 2011 UTC
(13 years, 5 months ago)
by
alfonx
PGUtil FILLFACTOR Klammerfehler
Revision
1742 -
Directory Listing
Modified
Thu Sep 29 21:41:36 2011 UTC
(13 years, 5 months ago)
by
mojays
PGUtil: BugFix schliessende Klammer in SQL-Statements für Index-Anlage
Revision
1741 -
Directory Listing
Modified
Thu Sep 29 19:55:36 2011 UTC
(13 years, 5 months ago)
by
alfonx
Eine Klasse um die thread-unsicherheit von DateFormat performant zu umgehen.
Revision
1740 -
Directory Listing
Modified
Thu Sep 29 19:03:28 2011 UTC
(13 years, 5 months ago)
by
mojays
Revision
1739 -
Directory Listing
Modified
Thu Sep 29 19:00:41 2011 UTC
(13 years, 5 months ago)
by
mojays
Revision
1738 -
Directory Listing
Modified
Thu Sep 29 18:36:59 2011 UTC
(13 years, 5 months ago)
by
mojays
LangUtil: neue Methode callStaticMethod(.)
PGUtil: neue Methode createRoleIfNotExists(.)
Revision
1737 -
Directory Listing
Modified
Thu Sep 29 16:14:47 2011 UTC
(13 years, 5 months ago)
by
alfonx
listIndexesForTable sollte jetzt PG 8.3 kompatibel sein...
Revision
1734 -
Directory Listing
Modified
Sun Sep 25 16:59:11 2011 UTC
(13 years, 5 months ago)
by
alfonx
PG Indexes mit Fillfactor angabe erstellen
Revision
1733 -
Directory Listing
Modified
Sun Sep 25 11:10:28 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1732 -
Directory Listing
Modified
Sun Sep 25 10:56:57 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1731 -
Directory Listing
Modified
Sun Sep 25 10:34:57 2011 UTC
(13 years, 5 months ago)
by
alfonx
Drop Index korrigiert...
Revision
1730 -
Directory Listing
Modified
Sun Sep 25 09:52:01 2011 UTC
(13 years, 5 months ago)
by
alfonx
Index NEU-erstellung kann bei addINdex in PGUtil jettz erzwungen werden...
Revision
1729 -
Directory Listing
Modified
Sat Sep 24 14:14:32 2011 UTC
(13 years, 5 months ago)
by
alfonx
/**
* Liefert die Anzahl der offenen Sessions zur Datenbank.
*
* @param c
* DB-Verbindung
* @param dbName
* Name der Datenbank fuer die die Sessions gezaehlt werden (kann {@code null} sein)
* @param userName
* Name des Users fuer den die Sessions gezaehlt werden (kann {@code null} sein)
* @param queryLike
* like-Beindung auf die Query die in der Session ausgeführt wird, oder <code>null</code>
*/
public static int getOpenSessionCount(Connection c, String dbName, String userName, String queryLike)
throws SQLException {
Revision
1728 -
Directory Listing
Modified
Tue Sep 13 15:33:33 2011 UTC
(13 years, 5 months ago)
by
alfonx
Alle Verwendungen von ResultSet mit
try {
...
} finally {
rs.close();
}
ausgestattet.
Revision
1727 -
Directory Listing
Modified
Tue Sep 13 14:11:22 2011 UTC
(13 years, 5 months ago)
by
alfonx
Alle Verwendungen von ResultSet mit
try {
...
} catch (Exception e) {
rs.close();
}
ausgestattet.
Revision
1726 -
Directory Listing
Modified
Mon Sep 12 18:20:55 2011 UTC
(13 years, 5 months ago)
by
mojays
PGUtil: Method to determine the current count of open sessions
Revision
1725 -
Directory Listing
Modified
Sun Sep 11 11:18:23 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1724 -
Directory Listing
Modified
Sat Sep 10 18:44:14 2011 UTC
(13 years, 5 months ago)
by
mojays
IOUtil: new method to count the lines of an ascii file
BooleanInputOption: BugFix for hiding the label
Revision
1723 -
Directory Listing
Modified
Fri Sep 9 10:43:07 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1714 -
Directory Listing
Modified
Tue Sep 6 15:51:59 2011 UTC
(13 years, 5 months ago)
by
alfonx
Revision
1713 -
Directory Listing
Modified
Tue Sep 6 14:30:35 2011 UTC
(13 years, 5 months ago)
by
alfonx
copyUrl now return the destinatino File
Revision
1712 -
Directory Listing
Modified
Tue Sep 6 10:38:45 2011 UTC
(13 years, 5 months ago)
by
alfonx
/**
* Der : (Doppelpunkt) hat in PSQL eine besondere Bedeutung. Er wind mit
* dieser methode escaped. Diese Methode sollte mit <code>like E'"+PGUtil.escape(...)+"'</code>
* verwendet werden.
*/
public static String escape(String key) {
key = key.replaceAll(":", "\\:");
return key;
}
Revision
1705 -
Directory Listing
Modified
Fri Sep 2 16:41:28 2011 UTC
(13 years, 5 months ago)
by
alfonx
Fixed yes/no test
Revision
1704 -
Directory Listing
Modified
Wed Aug 31 16:50:00 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1703 -
Directory Listing
Modified
Wed Aug 31 16:22:47 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1702 -
Directory Listing
Modified
Wed Aug 31 16:01:54 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1701 -
Directory Listing
Modified
Wed Aug 31 15:11:27 2011 UTC
(13 years, 6 months ago)
by
alfonx
Besser überprüfug ob ein Index auf einer tabelle in einem anderen Schma schon existiert.
Revision
1698 -
Directory Listing
Modified
Tue Aug 30 09:30:25 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1697 -
Directory Listing
Modified
Mon Aug 29 13:06:28 2011 UTC
(13 years, 6 months ago)
by
alfonx
* Neue Methode um Indexes einer Tabelle aufzuzählen. * Neue Indexes werden nur erstellt,w enn ein gleichnamiger Index noch nicht existiert => Spart eine Exception im Log pro Index.
Revision
1696 -
Directory Listing
Modified
Mon Aug 29 13:05:14 2011 UTC
(13 years, 6 months ago)
by
alfonx
PGUtil war in in einem falschen package ...geotools.... Dafür haben wir aber PGUtilGT
Revision
1695 -
Directory Listing
Modified
Mon Aug 29 12:37:18 2011 UTC
(13 years, 6 months ago)
by
alfonx
* Neue Methode um Indexes einer Tabelle aufzuzählen. * Neue Indexes werden nur erstellt,w enn ein gleichnamiger Index noch nicht existiert => Spart eine Exception im Log pro Index.
Revision
1694 -
Directory Listing
Modified
Mon Aug 29 12:04:38 2011 UTC
(13 years, 6 months ago)
by
alfonx
* Neue Methode um Indexes einer Tabelle aufzuzählen. * Neue Indexes werden nur erstellt,w enn ein gleichnamiger Index noch nicht existiert => Spart eine Exception im Log pro Index.
Revision
1693 -
Directory Listing
Modified
Fri Aug 26 16:28:04 2011 UTC
(13 years, 6 months ago)
by
alfonx
Change default log format from "ms since start" to ISO-Date Format.
Revision
1690 -
Directory Listing
Modified
Thu Aug 25 22:43:28 2011 UTC
(13 years, 6 months ago)
by
alfonx
Weiterer Konstruktor in FileExtensionFilter um direkt aus einem Swing-Filtetr zu erstellen.
Revision
1689 -
Directory Listing
Modified
Thu Aug 25 15:13:19 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1687 -
Directory Listing
Modified
Thu Aug 25 15:06:42 2011 UTC
(13 years, 6 months ago)
by
alfonx
Indexe werden erstellt
Revision
1686 -
Directory Listing
Modified
Thu Aug 25 14:56:44 2011 UTC
(13 years, 6 months ago)
by
alfonx
Bei DB-Init werden die WIME-Rollen von Benutzer nicht verworfen.
Revision
1685 -
Directory Listing
Modified
Sun Aug 21 10:28:37 2011 UTC
(13 years, 6 months ago)
by
mojays
new TextComponentChangeListener (combining FocusListener and PropertyChangeListener) to determine value change for "normal" JTextFields as well as for JFormattedTextFields.
Revision
1684 -
Directory Listing
Modified
Sun Aug 21 09:09:44 2011 UTC
(13 years, 6 months ago)
by
alfonx
tiny import cleanup
Revision
1681 -
Directory Listing
Modified
Sat Aug 20 16:59:23 2011 UTC
(13 years, 6 months ago)
by
alfonx
Indexe sollen werden jetzt im Tablespace "indexspace" erstellt.
Revision
1679 -
Directory Listing
Modified
Thu Aug 18 19:25:03 2011 UTC
(13 years, 6 months ago)
by
mojays
new YearLessDateChooser (JDateChooser to only choose day and month)
LangUtil: new methods to increase/decrease a date
Revision
1673 -
Directory Listing
Modified
Mon Aug 15 14:18:39 2011 UTC
(13 years, 6 months ago)
by
mojays
Resize minimized frames to normal extend on DialogManager.showInstanceFor(.)
Revision
1672 -
Directory Listing
Modified
Thu Aug 11 22:59:37 2011 UTC
(13 years, 6 months ago)
by
mojays
new Icons
new ToolBarsPanel
Revision
1671 -
Directory Listing
Modified
Tue Aug 9 23:10:19 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1668 -
Directory Listing
Modified
Mon Aug 8 15:52:39 2011 UTC
(13 years, 6 months ago)
by
alfonx
Revision
1667 -
Directory Listing
Modified
Mon Aug 8 14:21:35 2011 UTC
(13 years, 6 months ago)
by
alfonx
Parse String to Boolean mehtoden verbessert
Revision
1666 -
Directory Listing
Modified
Thu Aug 4 22:56:17 2011 UTC
(13 years, 6 months ago)
by
mojays
new Icons
LangUtil.parseDate(.) with RuntimeException instead of ParseException
Revision
1665 -
Directory Listing
Modified
Tue Aug 2 12:35:21 2011 UTC
(13 years, 7 months ago)
by
alfonx
Organized imports
Revision
1664 -
Directory Listing
Modified
Tue Aug 2 12:35:07 2011 UTC
(13 years, 7 months ago)
by
alfonx
TimedHashMap um dioe Methode contains erweitert
Revision
1663 -
Directory Listing
Modified
Mon Aug 1 14:30:42 2011 UTC
(13 years, 7 months ago)
by
mojays
new NumberFormatCellEditor
LimitedDocument extended with new style STYLE_DECIMAL_COMMA
Revision
1661 -
Directory Listing
Modified
Fri Jul 29 16:48:59 2011 UTC
(13 years, 7 months ago)
by
alfonx
Minor JavaDoc fixes
Revision
1660 -
Directory Listing
Modified
Fri Jul 29 14:41:14 2011 UTC
(13 years, 7 months ago)
by
alfonx
tabs werden auch als whitespaces removed
Revision
1659 -
Directory Listing
Modified
Fri Jul 29 14:19:37 2011 UTC
(13 years, 7 months ago)
by
keeb
Not allowing hashes that start or end with whitespace for convenience
Revision
1656 -
Directory Listing
Modified
Fri Jul 29 14:14:35 2011 UTC
(13 years, 7 months ago)
by
keeb
Not allowing hashes that start with whitespace for convenience
Revision
1654 -
Directory Listing
Modified
Thu Jul 28 19:49:15 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1653 -
Directory Listing
Modified
Wed Jul 27 19:14:48 2011 UTC
(13 years, 7 months ago)
by
alfonx
RegEx cahe ist jetzt in Scmitzm
Revision
1652 -
Directory Listing
Modified
Wed Jul 27 18:59:05 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1651 -
Directory Listing
Modified
Tue Jul 26 18:14:56 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1650 -
Directory Listing
Modified
Tue Jul 26 17:17:09 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1649 -
Directory Listing
Modified
Tue Jul 26 17:16:36 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1647 -
Directory Listing
Modified
Mon Jul 25 14:42:11 2011 UTC
(13 years, 7 months ago)
by
mojays
BugFix in PGUtil.Privileges: toString() muss ueberschrieben werden und "this.sql" liefern, damit die Variable "this.sql" Sinn macht
Revision
1646 -
Directory Listing
Modified
Fri Jul 22 11:26:39 2011 UTC
(13 years, 7 months ago)
by
mojays
new AbstractActionTextPanel and URLAddressPanel
Added some general icons.
Revision
1645 -
Directory Listing
Modified
Thu Jul 21 23:01:51 2011 UTC
(13 years, 7 months ago)
by
mojays
new SelectionInputOption.List
Revision
1644 -
Directory Listing
Modified
Thu Jul 21 20:56:49 2011 UTC
(13 years, 7 months ago)
by
mojays
LimitedDocument: New style for simple strings (only A-Z,a-z,'_','-','0-9')
Added some general icons.
Revision
1643 -
Directory Listing
Modified
Thu Jul 21 17:40:36 2011 UTC
(13 years, 7 months ago)
by
mojays
Added some general icons.
Revision
1642 -
Directory Listing
Modified
Thu Jul 21 17:20:36 2011 UTC
(13 years, 7 months ago)
by
mojays
MultiLineTextInputOption splitted in .TextArea and .TextPane
DateInputOption splitted in .DateOnly and .DateTime
Revision
1641 -
Directory Listing
Modified
Thu Jul 21 15:21:44 2011 UTC
(13 years, 7 months ago)
by
mojays
new MultiLineTextInputOption
Revision
1640 -
Directory Listing
Modified
Thu Jul 21 14:00:45 2011 UTC
(13 years, 7 months ago)
by
alfonx
Rollenanagement für Publicationen und Seminare auch in GUI
Revision
1639 -
Directory Listing
Modified
Thu Jul 21 12:39:13 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1638 -
Directory Listing
Modified
Thu Jul 21 12:27:28 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1637 -
Directory Listing
Modified
Thu Jul 21 10:41:29 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1636 -
Directory Listing
Modified
Thu Jul 21 10:22:23 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1635 -
Directory Listing
Modified
Thu Jul 21 09:27:26 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1634 -
Directory Listing
Modified
Thu Jul 21 09:13:27 2011 UTC
(13 years, 7 months ago)
by
alfonx
grant and revoke privigleges to roles in PGUtil
Revision
1632 -
Directory Listing
Modified
Mon Jul 18 12:31:38 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1631 -
Directory Listing
Modified
Mon Jul 18 11:49:10 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1630 -
Directory Listing
Modified
Mon Jul 18 11:43:16 2011 UTC
(13 years, 7 months ago)
by
alfonx
* PGUtil von schmitzm-gt nach schmitzm-core verschoben
* PGUtilGT extends PGUtil in schmitzm-gt mit den Mehtoden die PG- und GT spezifisch sind.
Revision
1629 -
Directory Listing
Modified
Wed Jul 13 15:50:35 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1628 -
Directory Listing
Modified
Wed Jul 13 15:50:25 2011 UTC
(13 years, 7 months ago)
by
alfonx
at java.lang.Thread.run(Thread.java:619)
ERROR AttribInfoBean getAnzEbenenEinheitenGesammt Fehler beim Bestimmen der Gesamtzahl aller Kreise in 2008
java.lang.NullPointerException
at de.schmitzm.lang.TimedHashMap.get(TimedHashMap.java:89)
at java.util.Collections$SynchronizedMap.get(Collections.java:1975)
at de.cpa.keck2.db.entity.EbeneMessungenRegistry.getAnzJahr(EbeneMessungenRegistry.java:548)
at de.cpa.keck2.jsf.bean.AttribInfoBean.getAnzEbenenEinheitenGesammt(AttribInfoBean.java:118)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:87)
at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
Revision
1625 -
Directory Listing
Modified
Mon Jul 11 18:27:42 2011 UTC
(13 years, 7 months ago)
by
mojays
Added some general icons.
Revision
1624 -
Directory Listing
Modified
Mon Jul 11 15:31:54 2011 UTC
(13 years, 7 months ago)
by
mojays
Added some general icons.
Revision
1623 -
Directory Listing
Modified
Mon Jul 11 11:38:43 2011 UTC
(13 years, 7 months ago)
by
mojays
Added some general icons.
Revision
1621 -
Directory Listing
Modified
Fri Jul 8 14:31:49 2011 UTC
(13 years, 7 months ago)
by
mojays
MailUtil.sendDesktopMail(..) mit CC und BCC
Revision
1620 -
Directory Listing
Modified
Thu Jul 7 20:22:05 2011 UTC
(13 years, 7 months ago)
by
mojays
new SimpleFormattedTextField, MailAddressTextField, MailAddressPanel
Revision
1619 -
Directory Listing
Modified
Thu Jul 7 11:27:20 2011 UTC
(13 years, 7 months ago)
by
alfonx
Organized imports....
Revision
1618 -
Directory Listing
Modified
Thu Jul 7 10:50:48 2011 UTC
(13 years, 7 months ago)
by
alfonx
Revision
1617 -
Directory Listing
Modified
Fri Jul 1 17:31:44 2011 UTC
(13 years, 8 months ago)
by
mojays
LangUtil: BugFix in trimToSize(.)
SwingUtil: Berücksichtigung von InputOption in setEditable(.)
BrowseInputOption: Berückscihtigung des Buttons in setEnabled(.)
Revision
1616 -
Directory Listing
Modified
Wed Jun 29 19:19:06 2011 UTC
(13 years, 8 months ago)
by
alfonx
deleted an empty package
Revision
1615 -
Directory Listing
Modified
Wed Jun 29 12:33:18 2011 UTC
(13 years, 8 months ago)
by
keeb
hooray for FileUtils.deleteDirectory() o0
Revision
1614 -
Directory Listing
Modified
Wed Jun 29 10:41:37 2011 UTC
(13 years, 8 months ago)
by
keeb
supplemented method deleteFiles() with a method deleteFolder() enabling the deletion of empty directories as well
Revision
1613 -
Directory Listing
Modified
Thu Jun 23 19:03:26 2011 UTC
(13 years, 8 months ago)
by
mojays
InputOption: neue Kontruktoren für Sub-Klassen
NEU: DateInputOption
SwingWorker: check auf "canceled" erweitert
Revision
1612 -
Directory Listing
Modified
Thu Jun 23 10:54:59 2011 UTC
(13 years, 8 months ago)
by
mojays
new LangUtil.trimToSize(.) with trimToNull-option
Revision
1611 -
Directory Listing
Modified
Sat Jun 18 19:06:18 2011 UTC
(13 years, 8 months ago)
by
alfonx
Revision
1610 -
Directory Listing
Modified
Tue Jun 14 18:27:48 2011 UTC
(13 years, 8 months ago)
by
mojays
Revision
1609 -
Directory Listing
Modified
Tue Jun 14 14:39:29 2011 UTC
(13 years, 8 months ago)
by
mojays
LangUtil.parseDate(..)
Revision
1608 -
Directory Listing
Modified
Tue Jun 14 11:08:12 2011 UTC
(13 years, 8 months ago)
by
mojays
Revision
1607 -
Directory Listing
Modified
Tue Jun 14 08:21:05 2011 UTC
(13 years, 8 months ago)
by
mojays
Revision
1606 -
Directory Listing
Modified
Thu Jun 9 18:46:43 2011 UTC
(13 years, 8 months ago)
by
mojays
Revision
1605 -
Directory Listing
Modified
Wed Jun 8 16:16:08 2011 UTC
(13 years, 8 months ago)
by
mojays
Added dependency to jCalendar library
Handle JDateChooser in SwingUtil.setEditable(.)
Revision
1604 -
Directory Listing
Modified
Wed Jun 8 13:37:58 2011 UTC
(13 years, 8 months ago)
by
mojays
Several new gui utilities for table cell rendering and editing.
Revision
1600 -
Directory Listing
Modified
Fri Jun 3 14:34:44 2011 UTC
(13 years, 8 months ago)
by
keeb
added translation updates
Revision
1599 -
Directory Listing
Modified
Sun May 29 19:49:05 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1595 -
Directory Listing
Modified
Sat May 28 20:42:30 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1592 -
Directory Listing
Modified
Sat May 28 19:59:29 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1591 -
Directory Listing
Modified
Sat May 28 17:21:41 2011 UTC
(13 years, 9 months ago)
by
alfonx
change windows \ to / when adding files zo zips
Revision
1586 -
Directory Listing
Modified
Tue May 17 19:07:00 2011 UTC
(13 years, 9 months ago)
by
alfonx
SCHMITZM is now 2.6-SNAPSHOT!
Revision
1582 -
Directory Listing
Modified
Mon May 16 17:22:33 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1581 -
Directory Listing
Modified
Sun May 15 17:56:58 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1580 -
Directory Listing
Modified
Sun May 15 16:46:20 2011 UTC
(13 years, 9 months ago)
by
alfonx
neue regex funktion
Revision
1579 -
Directory Listing
Modified
Thu May 12 15:20:20 2011 UTC
(13 years, 9 months ago)
by
mojays
StatusDialog: Option, die Button verbirgt
SwingWorker: abfragen der letzten Exception
Revision
1578 -
Directory Listing
Modified
Wed May 11 11:32:38 2011 UTC
(13 years, 9 months ago)
by
alfonx
In Limited Hashmap neue Funktion overwritten:
/**
* Von Stefan Tzeggai nachgepflegt: Bestimmt nicht optimal, aber hauptsache nicht ganz am LImited-Algorithmus
* vorbei.
*/
@Override
public void putAll(Map<? extends K, ? extends V> m) {
for (K key : m.keySet()) {
put(key, m.get(key));
}
}
Revision
1577 -
Directory Listing
Modified
Wed May 11 11:31:48 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1576 -
Directory Listing
Modified
Wed May 11 11:21:29 2011 UTC
(13 years, 9 months ago)
by
alfonx
Improved timedhashmap
Revision
1575 -
Directory Listing
Modified
Wed May 11 11:18:29 2011 UTC
(13 years, 9 months ago)
by
alfonx
Revision
1574 -
Directory Listing
Modified
Fri May 6 16:08:52 2011 UTC
(13 years, 9 months ago)
by
mojays
DialogManager: new method showInstanceFor(.)
SelectableJTable: new functionality for automatically growing columns
Revision
1573 -
Directory Listing
Modified
Thu May 5 16:19:57 2011 UTC
(13 years, 9 months ago)
by
alfonx
Neue Methode in LangUtil um String von XML/HTML Tags zu säubern. (HTML -> Text)
Und alle Imports Organized.
Revision
1572 -
Directory Listing
Modified
Thu May 5 14:13:36 2011 UTC
(13 years, 9 months ago)
by
mojays
SwingUtil.setEditable(.) ueberarbeitet
neue Methode LangUtil.checkEqual(.) mit (null == null) = TRUE
Revision
1571 -
Directory Listing
Modified
Thu Apr 28 20:55:09 2011 UTC
(13 years, 10 months ago)
by
mojays
Revision
1570 -
Directory Listing
Modified
Thu Apr 28 18:58:27 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1569 -
Directory Listing
Modified
Thu Apr 28 18:57:30 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1568 -
Directory Listing
Modified
Thu Apr 28 13:07:09 2011 UTC
(13 years, 10 months ago)
by
mojays
Revision
1566 -
Directory Listing
Modified
Tue Apr 26 05:39:48 2011 UTC
(13 years, 10 months ago)
by
mojays
Revision
1565 -
Directory Listing
Modified
Mon Apr 25 15:45:01 2011 UTC
(13 years, 10 months ago)
by
mojays
Revision
1564 -
Directory Listing
Modified
Sun Apr 24 13:23:57 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1563 -
Directory Listing
Modified
Sat Apr 23 12:49:09 2011 UTC
(13 years, 10 months ago)
by
mojays
JTextField for ManualInputOption.Integer/Double reduced to numeric signs.
Revision
1562 -
Directory Listing
Modified
Sat Apr 23 10:56:01 2011 UTC
(13 years, 10 months ago)
by
alfonx
/**
* Entfernt alle <code>null</code> Werte aus einem Array.
*
* @param withNulls
* @return withoutNulls
*/
public static <E> E[] removeNulls(E... withNulls) {
E[] result = Arrays.copyOfRange(withNulls, 0, 0);
// E[] result = withNulls.clone();
for (E o : withNulls) {
if (o != null)
result = extendArray(result, o);
}
return result;
}
Revision
1561 -
Directory Listing
Modified
Fri Apr 22 22:39:38 2011 UTC
(13 years, 10 months ago)
by
alfonx
stringConcat jetrzt auch für Objekte
/**
* Haengt eine beliebige Anzahl von Objekte als Strings (toString())
* hintereinander.
*
* @param str
* aneinanderzuhaengende Objekte
*/
public static String stringConcat(Object... str) {
StringBuffer sb = new StringBuffer();
for (int i = 0; str != null && i < str.length; i++)
if (str[i] != null)
sb.append(str[i]);
return sb.toString();
}
Revision
1560 -
Directory Listing
Modified
Fri Apr 22 12:21:56 2011 UTC
(13 years, 10 months ago)
by
alfonx
New Test helpers for euqals
Revision
1559 -
Directory Listing
Modified
Tue Apr 19 17:45:09 2011 UTC
(13 years, 10 months ago)
by
mojays
LimitedDocument: BugFix: does not work correctly with length-limit -1
SwingUtil: helper methods for limited textfield and limited textfield celleditor
Revision
1558 -
Directory Listing
Modified
Mon Apr 18 12:13:29 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1557 -
Directory Listing
Modified
Mon Apr 18 11:27:36 2011 UTC
(13 years, 10 months ago)
by
alfonx
Tweaking TimedHashMap
Revision
1556 -
Directory Listing
Modified
Fri Apr 15 07:22:08 2011 UTC
(13 years, 10 months ago)
by
mojays
depreceted methods removed from IOUtil
Revision
1555 -
Directory Listing
Modified
Thu Apr 14 20:47:12 2011 UTC
(13 years, 10 months ago)
by
mojays
Revision
1554 -
Directory Listing
Modified
Thu Apr 14 20:15:13 2011 UTC
(13 years, 10 months ago)
by
mojays
new utility class FilterUtil; All FileFilter stuff moved from IOUtil to FilterUtil; old methods marked as deprecated in IOUtil for compatibility reasons)
Revision
1553 -
Directory Listing
Modified
Thu Apr 14 11:12:50 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1552 -
Directory Listing
Modified
Thu Apr 7 23:25:36 2011 UTC
(13 years, 10 months ago)
by
alfonx
Renamed TimedHashmap to TimedHashMap like HashMap
Revision
1551 -
Directory Listing
Modified
Thu Apr 7 21:10:10 2011 UTC
(13 years, 10 months ago)
by
alfonx
Renamed TimedHashmap to TimedHashMap like HashMap
Revision
1550 -
Directory Listing
Modified
Wed Apr 6 08:51:43 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1549 -
Directory Listing
Modified
Tue Apr 5 14:13:22 2011 UTC
(13 years, 10 months ago)
by
alfonx
Revision
1548 -
Directory Listing
Modified
Tue Apr 5 13:45:01 2011 UTC
(13 years, 10 months ago)
by
alfonx
Added Timehashmap and TimedLimitedhashmap for peer-review by martin ;-)
Revision
1547 -
Directory Listing
Modified
Fri Apr 1 21:00:31 2011 UTC
(13 years, 11 months ago)
by
alfonx
Respect headless when sending a Desktop Mail failed.
Revision
1546 -
Directory Listing
Modified
Thu Mar 31 15:55:01 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1544 -
Directory Listing
Modified
Thu Mar 31 08:26:11 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1542 -
Directory Listing
Modified
Wed Mar 30 11:00:15 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1541 -
Directory Listing
Modified
Tue Mar 29 13:32:59 2011 UTC
(13 years, 11 months ago)
by
mojays
new LimitedDocument
Revision
1540 -
Directory Listing
Modified
Tue Mar 29 12:24:47 2011 UTC
(13 years, 11 months ago)
by
mojays
new method to complete a date string
Revision
1538 -
Directory Listing
Modified
Wed Mar 23 18:05:11 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1537 -
Directory Listing
Modified
Wed Mar 23 17:44:25 2011 UTC
(13 years, 11 months ago)
by
mojays
Revision
1536 -
Directory Listing
Modified
Wed Mar 23 16:41:04 2011 UTC
(13 years, 11 months ago)
by
mojays
new FileExtensionFilter
Revision
1534 -
Directory Listing
Modified
Mon Mar 21 14:12:45 2011 UTC
(13 years, 11 months ago)
by
mojays
new helper method IOUtil.decodeURL(.)
Revision
1532 -
Directory Listing
Modified
Sun Mar 20 18:36:33 2011 UTC
(13 years, 11 months ago)
by
alfonx
* Changing the order of colors is not also possible for raster styles
Revision
1529 -
Directory Listing
Modified
Sun Mar 20 12:15:06 2011 UTC
(13 years, 11 months ago)
by
alfonx
HTML editors are now managed with a dialog manager.. hence they can only be opened once
Revision
1521 -
Directory Listing
Modified
Sat Mar 19 12:15:41 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1519 -
Directory Listing
Modified
Fri Mar 18 02:06:04 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1518 -
Directory Listing
Modified
Fri Mar 18 01:58:53 2011 UTC
(13 years, 11 months ago)
by
alfonx
Added NODATA fields to StyledRasterInterface.. not sure.. might more to RasterLegendData...
Revision
1516 -
Directory Listing
Modified
Thu Mar 17 22:58:11 2011 UTC
(13 years, 11 months ago)
by
alfonx
Fake dummy implementierung der vergessenen methode.. bitte ersetzen
Revision
1515 -
Directory Listing
Modified
Thu Mar 17 22:32:25 2011 UTC
(13 years, 11 months ago)
by
mojays
new method IOUtil.closeWriter(.)
Revision
1513 -
Directory Listing
Modified
Tue Mar 15 17:44:21 2011 UTC
(13 years, 11 months ago)
by
mojays
new PipedMouseListener
Revision
1511 -
Directory Listing
Modified
Tue Mar 15 13:55:47 2011 UTC
(13 years, 11 months ago)
by
mojays
Revision
1508 -
Directory Listing
Modified
Mon Mar 14 09:33:44 2011 UTC
(13 years, 11 months ago)
by
alfonx
Revision
1505 -
Directory Listing
Modified
Sat Mar 5 10:42:50 2011 UTC
(13 years, 11 months ago)
by
alfonx
Added some Serialization IDs
Revision
1502 -
Directory Listing
Modified
Thu Feb 17 13:27:28 2011 UTC
(14 years ago)
by
alfonx
Upgrade Miglayer 3.7.4
Revision
1501 -
Directory Listing
Modified
Sun Feb 13 15:00:43 2011 UTC
(14 years ago)
by
alfonx
MigLayout hack for better packing fo GUIs
Revision
1500 -
Directory Listing
Modified
Sat Feb 12 19:39:04 2011 UTC
(14 years ago)
by
alfonx
edit atlas settings dialog title changed
Revision
1499 -
Directory Listing
Modified
Thu Feb 10 01:21:11 2011 UTC
(14 years ago)
by
alfonx
* Changed the default font size.
* Improved the language defaults dialog.. with little success :-(
Revision
1496 -
Directory Listing
Modified
Tue Feb 8 18:31:15 2011 UTC
(14 years ago)
by
alfonx
* added a regex to MailUtil to check for valid looking Email-Addresses
* Extended PasswordViewable (Manual Input Option) to disabled the checkbox also, when the component is disabled. Additionally the labels are disabled now.
Revision
1495 -
Directory Listing
Modified
Tue Feb 8 15:07:17 2011 UTC
(14 years ago)
by
alfonx
* some GUI tweaking, making buttons smaller
* added tje GpOptios dialog
Revision
1494 -
Directory Listing
Modified
Tue Feb 8 12:50:03 2011 UTC
(14 years ago)
by
alfonx
Started a noew Options Dialog for GP, which allows to set the GpHoster server you want to use.
Revision
1493 -
Directory Listing
Modified
Mon Feb 7 21:00:09 2011 UTC
(14 years ago)
by
alfonx
Stopping the InteractiveTests
Revision
1488 -
Directory Listing
Modified
Sat Feb 5 10:24:59 2011 UTC
(14 years ago)
by
alfonx
Added method cleanupTempDir to IOUtils
Revision
1487 -
Directory Listing
Modified
Sat Feb 5 10:00:29 2011 UTC
(14 years ago)
by
alfonx
The EmailThread set's its name to something eplicit
Revision
1484 -
Directory Listing
Modified
Thu Feb 3 01:24:30 2011 UTC
(14 years ago)
by
alfonx
Imporved the urlExists mehtod not to hang without a timeout if it reaches an open port without a service running. Not timesout after 3 sec
Revision
1483 -
Directory Listing
Modified
Wed Feb 2 22:46:05 2011 UTC
(14 years ago)
by
alfonx
Fixed a bug the was found with a GP JUnit-test... When cloning a AttribtueFeatureType, settings the CRS is not enough to indicate that it is a a geometry Attribute Type.. since the crs may be null...
Revision
1476 -
Directory Listing
Modified
Sun Jan 30 12:31:46 2011 UTC
(14 years, 1 month ago)
by
alfonx
Moved Michael's md5hash method to IOUtils
Revision
1475 -
Directory Listing
Modified
Sun Jan 30 01:00:37 2011 UTC
(14 years, 1 month ago)
by
alfonx
added some more zip util methods
Revision
1474 -
Directory Listing
Modified
Sun Jan 30 01:00:22 2011 UTC
(14 years, 1 month ago)
by
alfonx
Strg-F, JavaDoc
Revision
1473 -
Directory Listing
Modified
Sat Jan 29 23:55:28 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1472 -
Directory Listing
Modified
Sat Jan 29 21:58:45 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1471 -
Directory Listing
Modified
Fri Jan 28 18:48:31 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1470 -
Directory Listing
Modified
Fri Jan 28 18:29:40 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1469 -
Directory Listing
Modified
Fri Jan 28 16:33:51 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1468 -
Directory Listing
Modified
Fri Jan 28 16:30:35 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1465 -
Directory Listing
Modified
Thu Jan 27 20:38:28 2011 UTC
(14 years, 1 month ago)
by
mojays
Removed the package definition in resource keys of GTResourceBundle
Revision
1464 -
Directory Listing
Modified
Thu Jan 27 18:21:10 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1463 -
Directory Listing
Modified
Thu Jan 27 18:18:57 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1462 -
Directory Listing
Modified
Thu Jan 27 18:16:47 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1461 -
Directory Listing
Modified
Thu Jan 27 17:53:07 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1460 -
Directory Listing
Modified
Thu Jan 27 17:27:22 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1459 -
Directory Listing
Modified
Thu Jan 27 17:15:40 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1458 -
Directory Listing
Modified
Thu Jan 27 16:31:36 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1457 -
Directory Listing
Modified
Thu Jan 27 16:29:15 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1456 -
Directory Listing
Modified
Thu Jan 27 16:20:40 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1455 -
Directory Listing
Modified
Thu Jan 27 16:18:29 2011 UTC
(14 years, 1 month ago)
by
mojays
new class SortedProperties to force the internal Properties methods to store the property files in a sorted way.
Revision
1453 -
Directory Listing
Modified
Thu Jan 27 15:01:54 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1446 -
Directory Listing
Modified
Thu Jan 27 13:34:11 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1443 -
Directory Listing
Modified
Thu Jan 27 13:24:10 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1439 -
Directory Listing
Modified
Thu Jan 27 13:01:07 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1438 -
Directory Listing
Modified
Thu Jan 27 12:53:32 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1431 -
Directory Listing
Modified
Thu Jan 27 12:18:24 2011 UTC
(14 years, 1 month ago)
by
mojays
InputOption classes moved to de.schmitzm.swing.input
Revision
1430 -
Directory Listing
Modified
Thu Jan 27 12:08:06 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1428 -
Directory Listing
Modified
Thu Jan 27 12:03:01 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1426 -
Directory Listing
Modified
Thu Jan 27 11:58:24 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1425 -
Directory Listing
Modified
Thu Jan 27 11:52:53 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1423 -
Directory Listing
Modified
Thu Jan 27 11:35:23 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1422 -
Directory Listing
Modified
Thu Jan 27 11:30:45 2011 UTC
(14 years, 1 month ago)
by
alfonx
mehr tests
Revision
1417 -
Directory Listing
Modified
Thu Jan 27 11:07:16 2011 UTC
(14 years, 1 month ago)
by
mojays
schmitzm.mail moved to schmitzm.net.mail
schmitzm.jsf moved to schmitzm.net.jsf
Sitemap moved to schmitzm.net
Revision
1416 -
Directory Listing
Modified
Thu Jan 27 11:01:02 2011 UTC
(14 years, 1 month ago)
by
alfonx
TestingUtil =>
TestingUtil
GTTestingUtil extends TestingUtil
JFTestingUtil extends TestingUtil
Revision
1414 -
Directory Listing
Modified
Thu Jan 27 10:51:02 2011 UTC
(14 years, 1 month ago)
by
mojays
FilterTableKeyListener moved to schmitzm.swing.event
Revision
1409 -
Directory Listing
Modified
Wed Jan 26 20:32:17 2011 UTC
(14 years, 1 month ago)
by
alfonx
some first tests....
Revision
1408 -
Directory Listing
Modified
Wed Jan 26 19:50:55 2011 UTC
(14 years, 1 month ago)
by
mojays
excel test files removed
Revision
1406 -
Directory Listing
Modified
Wed Jan 26 19:44:40 2011 UTC
(14 years, 1 month ago)
by
alfonx
0 errors!
Revision
1404 -
Directory Listing
Modified
Wed Jan 26 16:42:23 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1403 -
Directory Listing
Modified
Wed Jan 26 16:37:57 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1402 -
Directory Listing
Modified
Wed Jan 26 16:27:46 2011 UTC
(14 years, 1 month ago)
by
alfonx
Revision
1398 -
Directory Listing
Modified
Wed Jan 26 16:04:23 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1395 -
Directory Listing
Modified
Wed Jan 26 15:43:20 2011 UTC
(14 years, 1 month ago)
by
mojays
Revision
1393 -
Directory Listing
Modified
Wed Jan 26 15:38:44 2011 UTC
(14 years, 1 month ago)
by
alfonx
22
Revision
1392 -
Directory Listing
Modified
Wed Jan 26 15:27:58 2011 UTC
(14 years, 1 month ago)
by
alfonx