summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for 927074 : resize buttons, and add on tree double clickJohn Smith2012-03-024-9/+35
| | | (bzr r11040)
* Fix for 168351 : layer rename doesn't update layers dialogJohn Smith2012-03-021-3/+8
| | | (bzr r11039)
* Fix for 944524 Layers - Group buttons and make style consistentJohn Smith2012-03-021-0/+4
| | | (bzr r11038)
* Fix for 927074 : Simplify Path Effects dialogJohn Smith2012-03-025-68/+331
| | | (bzr r11037)
* patch by Veronika Irvine for filter effects dialog sizing (Bug 932474)Alvin Penner2012-03-012-31/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/932474 (bzr r11034)
* cppcheckKris De Gussem2012-02-292-3/+3
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2921-38/+47
| | | (bzr r11030)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-273-393/+1079
|\ | | | | (bzr r11027)
| * fixed crash!Andrew Higginson2011-12-271-6/+12
| | | | | | (bzr r10092.1.37)
| * merged with trunk so I can build again...Andrew Higginson2011-12-27177-4310/+3597
| |\ | | | | | | (bzr r10092.1.36)
| * | try to fix bugAndrew Higginson2011-12-271-0/+9
| | | | | | | | | (bzr r10092.1.35)
| * | Fixed issues with cancelling downloading of thumbnails and images, all ↵Andrew rugby471@gmail.com2011-07-022-16/+35
| | | | | | | | | | | | | | | should be well now :) (bzr r10092.1.34)
| * | Correct ustring syntaxAndrew rugby471@gmail.com2011-06-261-2/+2
| | | | | | | | | (bzr r10092.1.33)
| * | Revert changing to read_asyncAndrew rugby471@gmail.com2011-06-262-64/+9
| | | | | | | | | (bzr r10092.1.32)
| * | Remove some GNOME_VFS checksAndrew rugby471@gmail.com2011-04-182-9/+64
| | | | | | | | | | | | | | | Try to use read_async instead of load_contents_async, not working at the moment :( (bzr r10092.1.31)
| * | uint > unsigned int (so windows builds work)Andrew rugby471@gmail.com2011-04-081-1/+1
| | | | | | | | | (bzr r10092.1.30)
| * | remove debugging stuffAndrew rugby471@gmail.com2011-04-041-2/+0
| | | | | | | | | (bzr r10092.1.28)
| * | implement cancellingAndrew rugby471@gmail.com2011-04-042-10/+42
| | | | | | | | | (bzr r10092.1.27)
| * | Merge thumbnail and image downloading into one set of functions :)Andrew rugby471@gmail.com2011-03-282-80/+52
| | | | | | | | | (bzr r10092.1.26)
| * | Don't re-download resources downloaded previouslyAndrew rugby471@gmail.com2011-03-282-11/+33
| | | | | | | | | (bzr r10092.1.25)
| * | fix errorsAndrew rugby471@gmail.com2011-03-272-6/+14
| | | | | | | | | (bzr r10092.1.24)
| * | Starting disabling widgets at certain timesAndrew rugby471@gmail.com2011-03-262-13/+31
| | | | | | | | | | | | | | | Cleanup of XML variables (bzr r10092.1.23)
| * | Sorted wrapping of labelsAndrew rugby471@gmail.com2011-03-262-16/+45
| | | | | | | | | (bzr r10092.1.22)
| * | Increased size of OCAL logo and removed "Powered by" textAndrew rugby471@gmail.com2011-03-252-26/+6
| | | | | | | | | | | | | | | Removed border of LoadingBox on startup (bzr r10092.1.21)
| * | Change menutems and title to "Import Clip Art"Andrew rugby471@gmail.com2011-03-251-1/+0
| | | | | | | | | (bzr r10092.1.20)
| * | Improving preview widgetAndrew rugby471@gmail.com2011-03-252-13/+209
| | | | | | | | | (bzr r10092.1.19)
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-242-93/+172
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup of code Made download of image work Put all images into a /tmp/openclipart directory Use GUID for filename (bzr r10092.1.18)
| * | Split OCALDialog code in fill.cpp into two, so we can have async stuff workingAndrew rugby471@gmail.com2011-03-222-120/+308
| | | | | | | | | | | | | | | | | | | | | | | | Added StatusWidget to show status of operations in dialog Styled no search results label appropriately Corrected callbacks for buttons Start to get image downloading working (bzr r10092.1.17)
| * | Remove all GNOMEVFS codeAndrew rugby471@gmail.com2011-03-202-91/+43
| | | | | | | | | | | | | | | Move some SearchResultlist methods to ImportDialog (bzr r10092.1.16)
| * | Fix issue with text of overlayAndrew rugby471@gmail.com2011-03-192-35/+22
| | | | | | | | | | | | | | | | | | Remove more GNOMEVFS code Add in proper no result message (bzr r10092.1.15)
| * | Remove depreciated GNOMEVFS from XML downloading and parsing and replace ↵Andrew rugby471@gmail.com2011-03-192-28/+35
| | | | | | | | | | | | | | | | | | | | | with GIO - Made these methods async so the UI is not blocked (bzr r10092.1.14)
| * | Get the OCAL logo form a proper pathAndrew rugby471@gmail.com2011-03-182-20/+32
| | | | | | | | | | | | | | | Degrade gracefully if the logo can't be found (bzr r10092.1.13)
| * | Remove SearchEntry hinting ability (not appropriate/useful in this scenario)Andrew rugby471@gmail.com2011-03-182-85/+39
| | | | | | | | | | | | | | | Get clearing of icon to work (bzr r10092.1.12)
| * | added custom searchentryAndrew rugby471@gmail.com2011-03-172-16/+104
| | | | | | | | | (bzr r10092.1.11)
| * | Added OCAL logo overlayAndrew rugby471@gmail.com2011-03-162-8/+83
| | | | | | | | | (bzr r10092.1.10)
| * | make print_xml_element_names an instance method of the SearchResultsListAndrew rugby471@gmail.com2011-03-132-101/+86
| | | | | | | | | | | | | | | remove uneeded comments (bzr r10092.1.9)
| * | changed name to SearchResultListAndrew rugby471@gmail.com2011-03-132-44/+114
| | | | | | | | | | | | | | | | | | | | | | | | moved around some SearchResultList stuff into its constructor use an enum instead of arbitrary ints Use markup to diaplay information in list collect more data (date, thumbnail) (bzr r10092.1.8)
| * | Added OCAL namespace within Dialog namespaceAndrew rugby471@gmail.com2011-03-132-57/+59
| | | | | | | | | (bzr r10092.1.7)
| * | removed message and description labelsAndrew rugby471@gmail.com2011-03-112-19/+8
| | | | | | | | | (bzr r10092.1.6)
| * | added back size request :)Andrew rugby471@gmail.com2011-03-111-7/+8
| | | | | | | | | | | | | | | added shadow, made vscrollbar always appear, and removed column headers from the file list (bzr r10092.1.5)
| * | converted to use var_name from CamelCaseAndrew rugby471@gmail.com2011-03-112-93/+91
| | | | | | | | | | | | | | | removed erroneous size_request (bzr r10092.1.4)
| * | organise GUI code into sectionsAndrew rugby471@gmail.com2011-03-111-24/+30
| | | | | | | | | (bzr r10092.1.3)
| * | Fixed padding and packingAndrew rugby471@gmail.com2011-03-111-10/+16
| | | | | | | | | | | | | | | Removed message and description labels (bzr r10092.1.2)
| * | Added 12px border to dialogAndrew rugby471@gmail.com2011-03-111-3/+5
| | | | | | | | | | | | | | | | | | | | | Set better default size Removed 'Search for:' label Made Search button not EXPAND and FILL (bzr r10092.1.1)
* | | gseal fixAlex Valavanis2012-02-261-1/+1
| | | | | | | | | (bzr r11026)
* | | Import deprecated GtkRuler API. Probably worth tidying :-)Alex Valavanis2012-02-262-7/+403
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802125 (bzr r11023)
* | | Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-2680-213/+178
| | | | | | | | | (bzr r11018)
* | | Header cleaningAlex Valavanis2012-02-2513-11/+35
| | | | | | | | | (bzr r11015)
* | | Fix documentationKris De Gussem2012-02-252-3/+3
| | | | | | | | | (bzr r11012)
* | | Fix for 938349 : Compile error in spellcheck.h when aspell is unavailableJohn Smith2012-02-222-7/+30
| | | | | | | | | (bzr r11008)