summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-28115-392/+344
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-27108-957/+961
* Update GridLayout to use its "margins" (#8313)Leif Åstrand2012-02-272-9/+25
* getWidgetForPaintable -> getWidgetArtur Signell2012-02-2776-1259/+1258
* Drop size calculations from Embeddable (#8312)Leif Åstrand2012-02-272-59/+11
* Don't use max-width as it prevents widgets from growingLeif Åstrand2012-02-271-2/+0
* Check for the only likely nullLeif Åstrand2012-02-271-2/+2
* Add licenseLeif Åstrand2012-02-271-0/+3
* Change internal naming for notifiable -> managedLeif Åstrand2012-02-271-10/+9
* Merge branch 'layoutperformance'Leif Åstrand2012-02-2771-5362/+2451
|\
| * Refactor #8313 based on API reviewLeif Åstrand2012-02-2730-389/+532
| * Compensate for (left) padding when setting size based on popup (#8313)Leif Åstrand2012-02-231-1/+19
| * Rename definedHeight/Width -> declaredHeight/Width (#8313)Leif Åstrand2012-02-234-19/+19
| * Rename deRegisterDependency -> unregisterDependencyLeif Åstrand2012-02-232-2/+2
| * Add license to new filesLeif Åstrand2012-02-239-0/+27
| * Run insert to update index even if already attached (#8313)Leif Åstrand2012-02-231-6/+1
| * Reset row and col sizes for each pass (#8313)Leif Åstrand2012-02-231-0/+8
| * Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-232-0/+11
| |\
| * | Properly lock the width of the combo box text field (#8313)Leif Åstrand2012-02-231-3/+10
| * | Properly reserve room for captions to the right (#8313)Leif Åstrand2012-02-231-11/+22
| * | Further reduce the size calculations for VFilterSelect (#8313)Leif Åstrand2012-02-221-52/+9
| * | Update ComponentLocator for changed GridLayout widget structure (#8313)Leif Åstrand2012-02-221-3/+10
| * | Always update the layout (#8313)Leif Åstrand2012-02-211-0/+3
| * | Update GridLayout to use VLayoutSlot (#8313)Leif Åstrand2012-02-213-1405/+265
| * | Actually mark all widgets as dirty for forceLayout (#8313)Leif Åstrand2012-02-211-0/+9
| * | Don't remove widgets that are not there (#8313)Leif Åstrand2012-02-211-3/+29
| * | Keep children in the right order (#8313)Leif Åstrand2012-02-212-4/+16
| * | PopupDateField without size calculations (#8313)Leif Åstrand2012-02-203-97/+1
| * | Add stylenames to paintable if either dimension is undefined (#8313)Leif Åstrand2012-02-201-0/+3
| * | Add v-paintable class name to the inputs in the login form (#8313)Leif Åstrand2012-02-171-2/+2
| * | Avoid captions wrapping over multiple rows (#8313)Leif Åstrand2012-02-171-10/+0
| * | Update to simulate captions in ChildComponentContainer (#8313)Leif Åstrand2012-02-171-13/+11
| * | Set a style name for the layout slot and add overflow: hidden (#8313)Leif Åstrand2012-02-163-5/+6
| * | Support captions placed after the component (#8313)Leif Åstrand2012-02-161-20/+49
| * | Update MenuBar to work with MeasureManager (#8313)Leif Åstrand2012-02-162-14/+10
| * | Make VFilterSelect work with border-box & MeasureManager (#8313)Leif Åstrand2012-02-162-110/+27
| * | Use required size instead of offset size (#8313)Leif Åstrand2012-02-161-4/+4
| * | Make GridLayout react to caption size changes (#8313)Leif Åstrand2012-02-162-2/+6
| * | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-152-3/+6
| |\ \
| * | | Simulate ChildComponentContainer in the new OrderedLayouts (#8313)Leif Åstrand2012-02-151-0/+52
| * | | Merge branch 'master' into layoutperformanceLeif Åstrand2012-02-151-6/+3
| |\ \ \
| * \ \ \ Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-159-66/+58
| |\ \ \ \
| * | | | | VScrollTable that works with the MeasureManager (#8313)Leif Åstrand2012-02-143-119/+36
| * | | | | Update widths before heights to optimize for measuring widgets (#8313)Leif Åstrand2012-02-141-13/+13
| * | | | | Properly update height and width of tab content (#8313)Leif Åstrand2012-02-141-7/+2
| * | | | | Run layouts when Window size changed (#8313)Leif Åstrand2012-02-141-0/+1
| * | | | | Increase visibility of contentNode field (#8313)Leif Åstrand2012-02-141-1/+3
| * | | | | Update tab sheet and accordion to work with MeasureManager (#8313)Leif Åstrand2012-02-145-253/+65
| * | | | | Some small tweaks to the split panels (#8313)Leif Åstrand2012-02-142-6/+7
| * | | | | Update ResizeRequired paintable even if only width has changed (#8313)Leif Åstrand2012-02-141-0/+3