| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Split OCALDialog code in fill.cpp into two, so we can have async stuff working | Andrew rugby471@gmail.com | 2011-03-22 | 2 | -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 code | Andrew rugby471@gmail.com | 2011-03-20 | 2 | -91/+43 | |
| | | | | | | | | | | | | | | | | Move some SearchResultlist methods to ImportDialog (bzr r10092.1.16) | |||||
| | * | | Fix issue with text of overlay | Andrew rugby471@gmail.com | 2011-03-19 | 2 | -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.com | 2011-03-19 | 2 | -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 path | Andrew rugby471@gmail.com | 2011-03-18 | 2 | -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.com | 2011-03-18 | 2 | -85/+39 | |
| | | | | | | | | | | | | | | | | Get clearing of icon to work (bzr r10092.1.12) | |||||
| | * | | added custom searchentry | Andrew rugby471@gmail.com | 2011-03-17 | 2 | -16/+104 | |
| | | | | | | | | | | (bzr r10092.1.11) | |||||
| | * | | Added OCAL logo overlay | Andrew rugby471@gmail.com | 2011-03-16 | 2 | -8/+83 | |
| | | | | | | | | | | (bzr r10092.1.10) | |||||
| | * | | make print_xml_element_names an instance method of the SearchResultsList | Andrew rugby471@gmail.com | 2011-03-13 | 2 | -101/+86 | |
| | | | | | | | | | | | | | | | | remove uneeded comments (bzr r10092.1.9) | |||||
| | * | | changed name to SearchResultList | Andrew rugby471@gmail.com | 2011-03-13 | 2 | -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 namespace | Andrew rugby471@gmail.com | 2011-03-13 | 2 | -57/+59 | |
| | | | | | | | | | | (bzr r10092.1.7) | |||||
| | * | | removed message and description labels | Andrew rugby471@gmail.com | 2011-03-11 | 2 | -19/+8 | |
| | | | | | | | | | | (bzr r10092.1.6) | |||||
| | * | | added back size request :) | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -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 CamelCase | Andrew rugby471@gmail.com | 2011-03-11 | 2 | -93/+91 | |
| | | | | | | | | | | | | | | | | removed erroneous size_request (bzr r10092.1.4) | |||||
| | * | | organise GUI code into sections | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -24/+30 | |
| | | | | | | | | | | (bzr r10092.1.3) | |||||
| | * | | Fixed padding and packing | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -10/+16 | |
| | | | | | | | | | | | | | | | | Removed message and description labels (bzr r10092.1.2) | |||||
| | * | | Added 12px border to dialog | Andrew rugby471@gmail.com | 2011-03-11 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | Set better default size Removed 'Search for:' label Made Search button not EXPAND and FILL (bzr r10092.1.1) | |||||
| * | | | gseal fix | Alex Valavanis | 2012-02-26 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r11026) | |||||
| * | | | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 54 | -161/+114 | |
| | | | | | | | | | | (bzr r11018) | |||||
| * | | | Header cleaning | Alex Valavanis | 2012-02-25 | 11 | -1/+14 | |
| | | | | | | | | | | (bzr r11015) | |||||
| * | | | Fix documentation | Kris De Gussem | 2012-02-25 | 2 | -3/+3 | |
| | | | | | | | | | | (bzr r11012) | |||||
| * | | | Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable | John Smith | 2012-02-22 | 2 | -7/+30 | |
| | | | | | | | | | | (bzr r11008) | |||||
| * | | | Fix for 934721 : Convert SpellCheck dialog to a dockable dialog | John Smith | 2012-02-21 | 4 | -1/+1156 | |
| | | | | | | | | | | (bzr r11006) | |||||
| * | | | Fix conditional build for old GTK+ in new text-edit dialog | Alex Valavanis | 2012-02-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/937288 (bzr r11004) | |||||
| * | | | documentation | Kris De Gussem | 2012-02-20 | 3 | -51/+34 | |
| | | | | | | | | | | (bzr r11003) | |||||
| * | | | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 6 | -10/+54 | |
| | | | | | | | | | | (bzr r10992) | |||||
| * | | | Documentation of the Text and Font dialog | Kris De Gussem | 2012-02-16 | 2 | -18/+49 | |
| | | | | | | | | | | (bzr r10991) | |||||
| * | | | Fix for 930535 : Convert Font and Text dialog to a dockable dialog | John Smith | 2012-02-16 | 4 | -0/+868 | |
| | | | | | | | | | | (bzr r10989) | |||||
| * | | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵ | Alex Valavanis | 2012-02-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982) | |||||
| * | | | fix warning | Johan B. C. Engelen | 2012-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r10980) | |||||
| * | | | 1) Add checkboxes for perpendicular and tangential snapping to the document ↵ | Diederik van Lierop | 2012-02-14 | 2 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975) | |||||
| * | | | Update Authors & Translators lists in About dialog | Josh Andler | 2012-02-14 | 1 | -7/+22 | |
| | | | | | | | | | | (bzr r10974) | |||||
| * | | | Fix for 910463 : Improve System preferences | John Smith | 2012-02-14 | 2 | -33/+61 | |
| | | | | | | | | | | (bzr r10973) | |||||
| * | | | Cleaning up unused variables and other warnings. | Jon A. Cruz | 2012-02-14 | 1 | -4/+8 | |
| | | | | | | | | | | (bzr r10972) | |||||
| * | | | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 3 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | |||||
| * | | | some switches between visual and geometric bbox based on prefs (Bug 473608) | Alvin Penner | 2012-02-12 | 1 | -13/+18 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/473608 (bzr r10966) | |||||
| * | | | Header cleaning | Alex Valavanis | 2012-02-12 | 17 | -4/+23 | |
| | | | | | | | | | | (bzr r10963) | |||||
| * | | | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 6 | -36/+11 | |
| | | | | | | | | | | (bzr r10961) | |||||
| * | | | Replace old ComboText with Gtk::ComboBoxText | Alex Valavanis | 2012-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | (bzr r10960) | |||||
| * | | | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 16 | -21/+188 | |
| | | | | | | | | | | (bzr r10957) | |||||
| * | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 1 | -18/+18 | |
| | | | | | | | | | | (bzr r10952) | |||||
| * | | | Cleaning up my mess... backward compatibility and fix Windows build (hopefully) | Alex Valavanis | 2012-02-07 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947) | |||||
| * | | | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-06 | 4 | -13/+10 | |
| | | | | | | | | | | (bzr r10946) | |||||
| * | | | Unwanted output in documentation dropped | Kris De Gussem | 2012-02-06 | 1 | -4/+0 | |
| | | | | | | | | | | (bzr r10945) | |||||
| * | | | fixed memleak | Kris De Gussem | 2012-02-06 | 1 | -9/+2 | |
| | | | | | | | | | | (bzr r10944) | |||||
| * | | | document-properties: Stop using deprecated Gtk::OptionMenu | Alex Valavanis | 2012-02-06 | 2 | -30/+18 | |
| | | | | | | | | | | (bzr r10941) | |||||
| * | | | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 17 | -13/+36 | |
| | | | | | | | | | | (bzr r10940) | |||||
| * | | | makefile fix for revision 10910 | su_v | 2012-01-19 | 1 | -0/+2 | |
| | | | | | | | | | | (bzr r10911) | |||||
| * | | | Gtkmmification of object attributes dialog: image and link attributes now ↵ | Kris De Gussem | 2012-01-19 | 3 | -2/+340 | |
| | | | | | | | | | | | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910) | |||||
| * | | | documentation | Kris De Gussem | 2012-01-18 | 3 | -24/+36 | |
| | | | | | | | | | | (bzr r10904) | |||||
