Commit Graph

24 Commits

Author SHA1 Message Date
Evgeny Gerashchenko 15bba63dc1 Removed obsolete workaround for KT-1752. 2014-01-28 00:51:10 +04:00
Mikhael Bogdanov 771501912e Comment 'inline' annotation that brokes build 2013-12-02 18:30:42 +04:00
Natalia.Ukhorskaya 5c56900a09 Fix maven build: rename namespace class to package class 2013-01-18 12:59:36 +04:00
Andrey Breslav a93596ca5e Fixing errors in Maven build 2012-12-10 21:39:04 +04:00
James Strachan e129b43a7c disabled the helper method on JCheckBox as this either compiles or not depending on if JDK6/7 and whether a type argument must or must not be specified 2012-09-21 16:16:08 +01:00
James Strachan b4f4927133 fix compile error 2012-09-21 15:48:15 +01:00
James Strachan 962a3d29f5 deal with null events being fired (a common way to just fire actions) and allow optional description and icon parameters to be specified 2012-09-21 15:48:01 +01:00
James Strachan a9a7d599ca minor rename to avoid being hidden by add method on JMenu 2012-09-21 15:47:05 +01:00
James Strachan c325c6239d Merge branch 'master' of github.com:JetBrains/kotlin 2012-09-21 15:24:02 +01:00
Evgeny Gerashchenko 8e1323bb43 Replaced sure() invocations with '!!' operator in libraries written on Kotlin. 2012-09-17 18:00:21 +04:00
James Strachan 475d5630ad removed accidental cruft 2012-09-17 12:34:34 +01:00
James Strachan 65564537dd added a bunch more swing helper methods; such as an easy function for doing the dreaded grid bag layout and helper properties so its easy to set a width or height for size/preferredSize/minimumSize/maximumSize on components 2012-09-17 12:04:42 +01:00
James Strachan fb5e2333ac add more swing helper methods for creating menus 2012-09-14 16:34:41 +01:00
Svetlana Isakova c12fd3f0e6 Changed Tuple usage to Pair usage in kdoc 2012-09-08 00:35:05 +04:00
Andrey Breslav 89fd0526cf TupleN classes and their usages replaced by Pair and Triple
(KT-2358 Drop tuples)

 #KT-2358 In Progress
2012-09-07 21:26:42 +04:00
Nikolay Krasko 2c77a0941d Add reader intention for the thread operation (EA-36906) 2012-06-26 19:33:25 +04:00
Leonid Shalupov c5e1225f1c libraries: redundant ${project.basedir} 2012-04-30 20:59:16 +04:00
James Strachan d83b76b7a7 kdoc improvements: allow package summaries, package API doc URLs and documentation files to be specified so we can better describe package, reuse documentation for them or link to external packages. #KT-1463 Fixed 2012-04-13 17:43:54 +01:00
Leonid Shalupov 3813e0a886 maven version = 0.1-SNAPSHOT 2012-04-12 13:03:15 +04:00
James Strachan d3ec4240c1 Merge branch 'master' of github.com:JetBrains/kotlin 2012-04-11 06:25:36 +01:00
Leonid Shalupov 863042da27 maven artifacts: runtime, stdlib -> kotlin-runtime, kotlin-stdlib 2012-04-10 22:39:11 +04:00
James Strachan 2c0619d33d added an extra property change helper method 2012-04-10 13:14:01 +01:00
James Strachan 686924b919 added a start of a work around for KT-1752 not being implemented yet so folks can write nicer swing programs 2012-04-10 10:33:10 +01:00
James Strachan 698c6cc7bc added an initial spike of a swing library for kotlin to help create swing UIs using nice kotlin builder syntax 2012-04-05 13:02:52 +01:00