summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/ocaldialogs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove OCALMarc Jeanmougin2019-11-011-500/+0
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-39/+2
| | | (bzr r15023.2.7)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-3/+3
| | | (bzr r14788)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Remove misleading dialogs directoryLiam P. White2014-09-021-2/+1
| | | (bzr r13341.1.192)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-041-0/+13
| | | (bzr r12008)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-1/+1
| | | (bzr r11874)
* GTK+ 3 drawing in OCAL dialogAlex Valavanis2012-05-221-1/+9
| | | (bzr r11399)
* Start GTK+ 3 rendering in OCAL dialogsAlex Valavanis2012-05-211-1/+11
| | | (bzr r11397)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-82/+228
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-271-3/+1
| |\ | | | | | | (bzr r10092.1.36)
| * | Fixed issues with cancelling downloading of thumbnails and images, all ↵Andrew rugby471@gmail.com2011-07-021-0/+2
| | | | | | | | | | | | | | | should be well now :) (bzr r10092.1.34)
| * | Revert changing to read_asyncAndrew rugby471@gmail.com2011-06-261-4/+0
| | | | | | | | | (bzr r10092.1.32)
| * | Remove some GNOME_VFS checksAndrew rugby471@gmail.com2011-04-181-0/+4
| | | | | | | | | | | | | | | 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)
| * | implement cancellingAndrew rugby471@gmail.com2011-04-041-0/+4
| | | | | | | | | (bzr r10092.1.27)
| * | Merge thumbnail and image downloading into one set of functions :)Andrew rugby471@gmail.com2011-03-281-10/+8
| | | | | | | | | (bzr r10092.1.26)
| * | Don't re-download resources downloaded previouslyAndrew rugby471@gmail.com2011-03-281-0/+2
| | | | | | | | | (bzr r10092.1.25)
| * | fix errorsAndrew rugby471@gmail.com2011-03-271-1/+2
| | | | | | | | | (bzr r10092.1.24)
| * | Starting disabling widgets at certain timesAndrew rugby471@gmail.com2011-03-261-6/+1
| | | | | | | | | | | | | | | Cleanup of XML variables (bzr r10092.1.23)
| * | Sorted wrapping of labelsAndrew rugby471@gmail.com2011-03-261-5/+23
| | | | | | | | | (bzr r10092.1.22)
| * | Increased size of OCAL logo and removed "Powered by" textAndrew rugby471@gmail.com2011-03-251-2/+0
| | | | | | | | | | | | | | | Removed border of LoadingBox on startup (bzr r10092.1.21)
| * | Improving preview widgetAndrew rugby471@gmail.com2011-03-251-3/+38
| | | | | | | | | (bzr r10092.1.19)
| * | Made dialog's state persistantAndrew rugby471@gmail.com2011-03-241-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | 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-221-11/+60
| | | | | | | | | | | | | | | | | | | | | | | | 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-201-8/+8
| | | | | | | | | | | | | | | Move some SearchResultlist methods to ImportDialog (bzr r10092.1.16)
| * | Fix issue with text of overlayAndrew rugby471@gmail.com2011-03-191-1/+2
| | | | | | | | | | | | | | | | | | 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-191-0/+9
| | | | | | | | | | | | | | | | | | | | | 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-181-0/+1
| | | | | | | | | | | | | | | 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-181-12/+10
| | | | | | | | | | | | | | | Get clearing of icon to work (bzr r10092.1.12)
| * | added custom searchentryAndrew rugby471@gmail.com2011-03-171-1/+24
| | | | | | | | | (bzr r10092.1.11)
| * | Added OCAL logo overlayAndrew rugby471@gmail.com2011-03-161-3/+18
| | | | | | | | | (bzr r10092.1.10)
| * | make print_xml_element_names an instance method of the SearchResultsListAndrew rugby471@gmail.com2011-03-131-18/+4
| | | | | | | | | | | | | | | remove uneeded comments (bzr r10092.1.9)
| * | changed name to SearchResultListAndrew rugby471@gmail.com2011-03-131-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | 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-131-19/+21
| | | | | | | | | (bzr r10092.1.7)
| * | removed message and description labelsAndrew rugby471@gmail.com2011-03-111-3/+1
| | | | | | | | | (bzr r10092.1.6)
| * | converted to use var_name from CamelCaseAndrew rugby471@gmail.com2011-03-111-19/+18
| | | | | | | | | | | | | | | removed erroneous size_request (bzr r10092.1.4)
* | | Cleaning up a few headersAlex Valavanis2012-02-121-22/+4
| | | | | | | | | (bzr r10961)
* | | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+3
| |/ |/| | | (bzr r10940)
* | Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)